Home
last modified time | relevance | path

Searched refs:status (Results 14726 - 14750 of 19880) sorted by relevance

1...<<581582583584585586587588589590>>...796

/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A Daic7xxx.h374 * residual transfer information and the SCSI status byte.
384 * complete abnormally (non-zero status byte).
389 uint8_t scsi_status; /* Standard SCSI status byte */
398 uint8_t scsi_status; /* SCSI status to give to initiator */
414 struct status_pkt status; member
547 * status is returned to catch
675 #define AHC_TRANS_CUR 0x01 /* Modify current neogtiation status */
1174 role_t role, uint32_t status,
1179 int lun, uint32_t status,
/kernel/linux/linux-6.6/net/bridge/
H A Dbr_cfm.c235 /* Port status TLV. The value length is 1. Total of 4 bytes. */ in ccm_frame_build()
243 /* Interface status TLV. The value length is 1. Total of 4 bytes. */ in ccm_frame_build()
317 /* Change in CCM defect status - notify */ in ccm_rx_work_expired()
339 /* TLV is present - get the status TLV */ in ccm_tlv_extract()
348 /* Interface status TLV */ in ccm_tlv_extract()
354 /* Port status TLV */ in ccm_tlv_extract()
405 mep->status.version_unexp_seen = true; in br_cfm_frame_rx()
411 mep->status.rx_level_low_seen = true; in br_cfm_frame_rx()
448 /* Change in CCM defect status - notify */ in br_cfm_frame_rx()
487 mep->status in br_cfm_frame_rx()
[all...]
/kernel/linux/linux-6.6/sound/soc/sof/amd/
H A Dacp.c93 unsigned int val, status; in config_dma_channel() local
103 status = snd_sof_dsp_read(sdev, ACP_DSP_BAR, ACP_ERROR_STATUS); in config_dma_channel()
106 dev_err(sdev->dev, "ACP_DMA_ERR_STS :0x%x ACP_ERROR_STATUS :0x%x\n", val, status); in config_dma_channel()
169 * @ack: bool variable to check ready bit status or psp ack
183 dev_err(sdev->dev, "PSP error status %x\n", data & MBOX_STATUS_MASK); in psp_mbox_ready()
304 dev_err(sdev->dev, "DMA_CHANNEL %d status timeout\n", ch); in acp_dma_status()
/kernel/linux/linux-6.6/sound/soc/intel/catpt/
H A Ddsp.c67 enum dma_status status; in catpt_dma_memcpy() local
88 status = dma_wait_for_async_tx(desc); in catpt_dma_memcpy()
89 ret = (status == DMA_COMPLETE) ? 0 : -EPROTO; in catpt_dma_memcpy()
92 /* regardless of status, disable access to HOST memory in demand mode */ in catpt_dma_memcpy()
/kernel/linux/linux-6.6/sound/soc/sof/intel/
H A Dmtl.c317 dev_err(sdev->dev, "ROM status: %#x, ROM error: %#x\n", fwsts, fwlec); in mtl_dsp_dump()
318 dev_err(sdev->dev, "ROM debug status: %#x, ROM debug error: %#x\n", romdbgsts, in mtl_dsp_dump()
439 unsigned int status; in mtl_dsp_cl_init() local
461 ret = snd_sof_dsp_read_poll_timeout(sdev, HDA_DSP_BAR, chip->ipc_ack, status, in mtl_dsp_cl_init()
462 ((status & chip->ipc_ack_mask) == chip->ipc_ack_mask), in mtl_dsp_cl_init()
529 * notify the status of the last host ipc message in mtl_ipc_irq_thread()
/third_party/elfutils/src/
H A Dstack.c96 /* Whether any frames have been shown at all. Determines exit status. */
237 int status = -1; in print_frame() local
239 &demangle_buffer_len, &status); in print_frame()
240 if (status == 0) in print_frame()
H A Daddr2line.c288 int status = -1; in symname() local
290 &demangle_buffer_len, &status); in symname()
291 if (status == 0) in symname()
/third_party/ffmpeg/libavfilter/
H A Daf_speechnorm.c462 int ret, status; in activate() local
478 if (!s->eof && ff_inlink_acknowledge_status(inlink, &status, &pts)) { in activate()
479 if (status == AVERROR_EOF) in activate()
H A Daf_afftfilt.c373 int ret = 0, status; in activate() local
387 if (ff_inlink_acknowledge_status(inlink, &status, &pts)) { in activate()
388 ff_outlink_set_status(outlink, status, pts); in activate()
H A Dvf_guided.c405 int ret, status; in activate() local
424 if (ff_inlink_acknowledge_status(inlink, &status, &pts)) { in activate()
425 ff_outlink_set_status(outlink, status, pts); in activate()
/third_party/cups-filters/filter/foomatic-rip/
H A Dfoomaticrip.c82 void rip_die(int status, const char *msg, ...) in rip_die() argument
90 _log("\", exit stat %d\n", status); in rip_die()
95 exit(status); in rip_die()
156 * appear as defined by LOG_FILE. It will contain status from this
886 /* Check status of printer color management from the color manager */ in main()
/third_party/NuttX/drivers/usbdev/gadget/
H A Dusbd_video.c138 return (enum format_switch_status)fuvc->format_info.status; in uvc_format_status_check()
159 if (format_info->status == FORMAT_SWITCH_PENDING) in uvc_format_info_get()
172 fuvc->format_info.status = FORMAT_SWITCH_FINISH; in uvc_format_info_get()
178 usb_err("the uvc format status is not update\n"); in uvc_format_info_get()
585 usb_err("uvc transfer status is stream off!\n"); in uvc_video_tran_copy()
/third_party/NuttX/fs/nfs/
H A Drpc_clnt.c781 error = fxdr_unsigned(uint32_t, response.mdata.mount.status); in rpcclnt_connect()
784 nfs_debug_error("Bad mount status: %d\n", error); in rpcclnt_connect()
1089 tmp = fxdr_unsigned(uint32_t, replymsg->status); in rpcclnt_request()
1109 tmp = fxdr_unsigned(uint32_t, replymsg->status); in rpcclnt_request()
/third_party/icu/vendor/double-conversion/upstream/test/cctest/
H A Dtest-fixed-dtoa.cc498 bool status; in TEST() local
508 status = FastFixedDtoa(v, number_digits, in TEST()
510 CHECK(status); in TEST()
/third_party/mesa3d/include/drm-uapi/
H A Damdgpu_drm.h216 /* GPU reset status */
276 /** Reset status since the last call of the ioctl. */
431 /** BO status: 0 - BO is idle, 1 - BO is busy */
432 __u32 status; member
457 /** CS status: 0 - CS completed, 1 - CS still busy */
458 __u64 status; member
483 __u32 status; member
/third_party/libdrm/include/drm/
H A Damdgpu_drm.h212 /* GPU reset status */
272 /** Reset status since the last call of the ioctl. */
427 /** BO status: 0 - BO is idle, 1 - BO is busy */
428 __u32 status; member
453 /** CS status: 0 - CS completed, 1 - CS still busy */
454 __u64 status; member
479 __u32 status; member
/third_party/mesa3d/src/gallium/drivers/tegra/
H A Dtegra_screen.c172 bool status; in tegra_screen_import_resource() local
179 status = screen->gpu->resource_get_handle(screen->gpu, NULL, resource->gpu, in tegra_screen_import_resource()
181 if (!status) in tegra_screen_import_resource()
/third_party/node/deps/v8/tools/
H A Dv8_presubmit.py460 RELEVANT_EXTENSIONS = ['.js', '.cc', '.h', '.py', '.c', '.status', '.tq', '.g4']
660 status = {"success": True}
666 status["success"] = False
670 return status["success"]
674 """Checks status files for incorrect syntax and duplicate keys."""
677 # Several changes to files under the test directories could impact status
701 test_path, suitename, suitename + ".status")
711 # Infer affected status file name. Only care for existing status
715 status_file = join(test_path, pieces[0], pieces[0] + ".status")
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_tex.c297 if (res->status & NOUVEAU_BUFFER_STATUS_GPU_WRITING) { in nv50_validate_tic()
307 res->status &= ~NOUVEAU_BUFFER_STATUS_GPU_WRITING; in nv50_validate_tic()
308 res->status |= NOUVEAU_BUFFER_STATUS_GPU_READING; in nv50_validate_tic()
/third_party/icu/icu4c/source/test/perf/dicttrieperf/
H A Ddicttrieperf.cpp49 DictionaryTriePerfTest(int32_t argc, const char *argv[], UErrorCode &status) in DictionaryTriePerfTest() argument
50 : UPerfTest(argc, argv, NULL, 0, "", status), numTextLines(0) { in DictionaryTriePerfTest()
52 getLines(status); in DictionaryTriePerfTest()
/third_party/lwip/src/apps/snmp/
H A Dsnmp_mib2_ip.c296 if (state.status == SNMP_NEXT_OID_STATUS_SUCCESS) { in ip_AddrTable_get_next_cell_instance_and_value()
460 if (state.status == SNMP_NEXT_OID_STATUS_SUCCESS) { in ip_RouteTable_get_next_cell_instance_and_value()
577 if (state.status == SNMP_NEXT_OID_STATUS_SUCCESS) { in ip_NetToMediaTable_get_next_cell_instance_and_value()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_resource.c77 /* A tile is 4x4 pixels, having 'screen->specs.bits_per_tile' of tile status.
79 * We need N * screen->specs.bits_per_tile / (4 * 4) bits of tile status, or
117 DBG_F(ETNA_DBG_RESOURCE_MSGS, "%p: Allocating tile status of size %zu", in etna_screen_resource_alloc_ts()
124 BUG("Problem allocating tile status for resource"); in etna_screen_resource_alloc_ts()
647 enum etna_resource_status status) in etna_resource_used()
663 tmp |= status; in etna_resource_used()
667 (void *)(uintptr_t)status); in etna_resource_used()
646 etna_resource_used(struct etna_context *ctx, struct pipe_resource *prsc, enum etna_resource_status status) etna_resource_used() argument
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dtests.rs42 .status() in rustfmt()
44 .map_or(false, |status| status.success()); in rustfmt()
99 // Ignore actual rustfmt status because it is often non-zero for trivial in rustfmt()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcRobustnessTests.cpp121 glw::GLint status = gl.getGraphicsResetStatus(); in iterate() local
122 if (status != GL_NO_ERROR) in iterate()
125 << "Test failed! glGetGraphicsResetStatus returned wrong value [" << status in iterate()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMReactorDebugInfo.cpp214 int status = 0; in syncScope() local
215 llvm::itaniumDemangle(location.function.name.c_str(), buf, &size, &status); in syncScope()
216 auto name = "jit!" + (status == 0 ? std::string(buf) : location.function.name); in syncScope()

Completed in 43 milliseconds

1...<<581582583584585586587588589590>>...796