Home
last modified time | relevance | path

Searched refs:status (Results 13126 - 13150 of 20213) sorted by relevance

1...<<521522523524525526527528529530>>...809

/kernel/linux/linux-6.6/drivers/scsi/
H A Dmegaraid.h44 * the status of the logical drives, battery status, physical drives etc.
104 /* 0x11 */ volatile u8 status; member
167 u8 status; member
263 u8 ldrv_opstatus; /* status of the operation */
419 u8 status; /* Status of the logical drive */ member
437 u8 cur_status; /* current status of the device */
489 u8 mbox[18]; /* 16 bytes + 2 status bytes */
535 u8 status; member
608 * provide the number of logical drives for which status shoul
[all...]
/kernel/linux/linux-6.6/kernel/time/
H A Dtime.c299 txc->status = tx32.status; in get_old_timex32()
328 tx32.status = txc->status; in put_old_timex32()
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_flow_table_core.c69 if (ct->status & IPS_SRC_NAT) in flow_offload_alloc()
71 if (ct->status & IPS_DST_NAT) in flow_offload_alloc()
190 test_bit(IPS_SEEN_REPLY_BIT, &ct->status) ? in flow_offload_fixup_ct()
349 clear_bit(IPS_OFFLOAD_BIT, &flow->ct->status); in flow_offload_teardown()
/kernel/linux/linux-6.6/sound/soc/intel/atom/sst/
H A Dsst.c67 /* write 1 to clear status register */; in intel_sst_interrupt_mrfld()
443 if (stream->status == STREAM_RUNNING) { in intel_sst_suspend()
449 stream->resume_status = stream->status; in intel_sst_suspend()
451 if (stream->status != STREAM_UN_INIT) in intel_sst_suspend()
560 dev_dbg(ctx->dev, "Re-allocing stream %d status %d prev %d\n", in intel_sst_resume()
564 stream->status = stream->resume_status; in intel_sst_resume()
/kernel/linux/linux-6.6/sound/soc/qcom/qdsp6/
H A Daudioreach.h212 uint32_t status; member
222 uint32_t status; member
281 uint32_t status; member
309 uint32_t status; member
/kernel/linux/linux-6.6/sound/usb/6fire/
H A Dpcm.c168 packet->status = 0; in usb6fire_pcm_stream_start()
300 if (usb_urb->status || rt->panic || rt->stream_state == STREAM_STOPPING) in usb6fire_pcm_in_urb_handler()
303 if (in_urb->packets[i].status) { in usb6fire_pcm_in_urb_handler()
334 out_urb->packets[i].status = 0; in usb6fire_pcm_in_urb_handler()
/test/xts/acts/security/certificate_framework/js_api_test_one/entry/src/ohosTest/js/test/utils/certificate/
H A DpublicCertificateCallback.js378 var status;
382 status = crlInstance.isRevoked(certInstance);
383 console.warn("[callback] isRevoked status is:" + status);
384 resolve(status);
H A DpublicCertificatePromise.js361 var status;
365 status = crlInstance.isRevoked(certInstance);
366 console.warn("[promise] isRevoked status is:" + status);
367 resolve(status);
/test/xts/hats/hdf/camera/cameraMg/v1_1/src/
H A Dhdi_common_v1_1.cpp520 int32_t Test::TestCameraHostCallback::OnCameraStatus(const std::string& cameraId, CameraStatus status) in OnCameraStatus() argument
522 CAMERA_LOGE("cameraId: %{public}s, status: %{public}d", cameraId.c_str(), status); in OnCameraStatus()
526 int32_t Test::TestCameraHostCallback::OnFlashlightStatus(const std::string& cameraId, FlashlightStatus status) in OnFlashlightStatus() argument
528 CAMERA_LOGE("cameraId: %{public}s, status: %{public}d", cameraId.c_str(), status); in OnFlashlightStatus()
534 CAMERA_LOGE("cameraId: %{public}s, status: %{public}d", cameraId.c_str(), event); in OnCameraEvent()
/test/xts/hats/hdf/camera/cameraMg_additional/v1_1/src/
H A Dhdi_common_v1_1.cpp516 int32_t Test::TestCameraHostCallback::OnCameraStatus(const std::string& cameraId, CameraStatus status) in OnCameraStatus() argument
518 CAMERA_LOGE("cameraId: %{public}s, status: %{public}d", cameraId.c_str(), status); in OnCameraStatus()
522 int32_t Test::TestCameraHostCallback::OnFlashlightStatus(const std::string& cameraId, FlashlightStatus status) in OnFlashlightStatus() argument
524 CAMERA_LOGE("cameraId: %{public}s, status: %{public}d", cameraId.c_str(), status); in OnFlashlightStatus()
530 CAMERA_LOGE("cameraId: %{public}s, status: %{public}d", cameraId.c_str(), event); in OnCameraEvent()
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_1/src/
H A Dbenchmark_common.cpp462 int32_t Test::TestCameraHostCallback::OnCameraStatus(const std::string& cameraId, CameraStatus status) in OnCameraStatus() argument
464 CAMERA_LOGE("cameraId: %{public}s, status: %{public}d", cameraId.c_str(), status); in OnCameraStatus()
468 int32_t Test::TestCameraHostCallback::OnFlashlightStatus(const std::string& cameraId, FlashlightStatus status) in OnFlashlightStatus() argument
470 CAMERA_LOGE("cameraId: %{public}s, status: %{public}d", cameraId.c_str(), status); in OnFlashlightStatus()
476 CAMERA_LOGE("cameraId: %{public}s, status: %{public}d", cameraId.c_str(), event); in OnCameraEvent()
/test/xts/hats/hdf/camera/cameraMg/v1_0/src/
H A Dcommon.cpp449 int32_t Test::TestCameraHostCallback::OnCameraStatus(const std::string& cameraId, CameraStatus status) in OnCameraStatus() argument
451 CAMERA_LOGE("cameraId: %{public}s, status: %{public}d", cameraId.c_str(), status); in OnCameraStatus()
455 int32_t Test::TestCameraHostCallback::OnFlashlightStatus(const std::string& cameraId, FlashlightStatus status) in OnFlashlightStatus() argument
457 CAMERA_LOGE("cameraId: %{public}s, status: %{public}d", cameraId.c_str(), status); in OnFlashlightStatus()
463 CAMERA_LOGE("cameraId: %{public}s, status: %{public}d", cameraId.c_str(), event); in OnCameraEvent()
/third_party/eudev/src/scsi_id/
H A Dscsi_serial.c83 * Values returned in the result/status, only the ones used by the code
165 hp->status, hp->msg_status, in sg_err_category3()
279 if (!io->status && !io->host_status && !io->msg_status && in scsi_dump()
288 log_debug("%s: sg_io failed status 0x%x 0x%x 0x%x 0x%x", in scsi_dump()
289 dev_scsi->kernel, io->driver_status, io->host_status, io->msg_status, io->status); in scsi_dump()
290 if (io->status == SCSI_CHECK_CONDITION) in scsi_dump()
308 log_debug("%s: sg_io failed status 0x%x 0x%x 0x%x", in scsi_dump_v4()
/third_party/ffmpeg/libavcodec/
H A Dv4l2_buffers.c226 avbuf->status = V4L2BUF_AVAILABLE; in v4l2_free_buffer()
250 in->status = V4L2BUF_RET_USER; in v4l2_buf_increase_ref()
543 avbuf->status = V4L2BUF_AVAILABLE; in ff_v4l2_buffer_initialize()
570 avbuf->status = V4L2BUF_IN_DRIVER; in ff_v4l2_buffer_enqueue()
/third_party/ffmpeg/libavfilter/
H A Daf_amix.c471 int status; in activate() local
473 if (ff_inlink_acknowledge_status(ctx->inputs[i], &status, &pts)) { in activate()
474 if (status == AVERROR_EOF) { in activate()
478 ff_outlink_set_status(outlink, status, pts); in activate()
H A Dvf_vpp_qsv.c528 int ret, status = 0; in activate() local
538 if (ff_inlink_acknowledge_status(inlink, &status, &pts)) { in activate()
539 if (status == AVERROR_EOF) { in activate()
588 ff_outlink_set_status(outlink, status, pts); in activate()
/third_party/backends/frontend/
H A Djpegtopdf.c134 SANE_Int status; /* page object status */ member
342 if ( p->status != SANE_NO_ERR ) { in sane_pdf_end_doc()
544 p->status = SANE_ERR; in sane_pdf_start_page()
710 p->status = SANE_NO_ERR; in sane_pdf_end_page()
/third_party/cups-filters/filter/foomatic-rip/
H A Dpostscript.c1226 int status; in close_renderer_handle() local
1231 status = wait_for_process(rendererpid); in close_renderer_handle()
1232 if (WIFEXITED(status)) in close_renderer_handle()
1233 return WEXITSTATUS(status); in close_renderer_handle()
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-module.c705 ecma_value_t status = ecma_op_has_binding (lex_env_p, import_names_p->local_name_p); in ecma_module_connect_imports() local
708 if (ECMA_IS_VALUE_ERROR (status)) in ecma_module_connect_imports()
710 return status; in ecma_module_connect_imports()
714 if (ecma_is_value_true (status)) in ecma_module_connect_imports()
/third_party/mesa3d/src/compiler/glsl/
H A Dstandalone.cpp397 int status = EXIT_SUCCESS; in standalone_compile_shader() local
509 status = EXIT_FAILURE; in standalone_compile_shader()
514 if (status == EXIT_SUCCESS) { in standalone_compile_shader()
556 status = (whole_program->data->LinkStatus) ? EXIT_SUCCESS : EXIT_FAILURE; in standalone_compile_shader()
/third_party/node/lib/
H A D_http_client.js552 // Upgrade (if status code 101) or CONNECT
590 // When the status code is informational (100, 102-199),
593 // 101 (Switching Protocols) and all other status codes
603 function statusIsInformational(status) {
608 return (status < 200 && status >= 100 && status !== 101);
/third_party/musl/src/malloc/oldmalloc/
H A Dmalloc.c496 int status = delete_node(p); in realloc() local
497 if (status != 0) { in realloc()
634 int status = delete_node(p); in free() local
635 if (status != 0) { in free()
/third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/
H A Dmalloc.c459 int status = delete_node(p); in realloc() local
460 if (status != 0) { in realloc()
583 int status = delete_node(p); in free() local
584 if (status != 0) { in free()
/third_party/libinput/src/
H A Devdev-tablet-pad.c36 #define pad_set_status(pad_,s_) (pad_)->status |= (s_)
37 #define pad_unset_status(pad_,s_) (pad_)->status &= ~(s_)
38 #define pad_has_status(pad_,s_) (!!((pad_)->status & (s_)))
686 pad->status = PAD_NONE; in pad_init()
/third_party/musl/libc-test/src/functionalext/relro/
H A Ddlopen_ext_relro_test.c82 int status = 0; in test_write_relro_file() local
83 waitpid(pid, &status, 0); in test_write_relro_file()
102 int status = 0; in test_write_relro_file_ext() local
103 waitpid(pid, &status, 0); in test_write_relro_file_ext()

Completed in 35 milliseconds

1...<<521522523524525526527528529530>>...809