Home
last modified time | relevance | path

Searched refs:status (Results 5176 - 5200 of 23142) sorted by relevance

1...<<201202203204205206207208209210>>...926

/third_party/ffmpeg/libavformat/
H A Dtls_securetransport.c259 OSStatus status = func(__VA_ARGS__); \
260 if (status != noErr) { \
262 av_log(h, AV_LOG_ERROR, #func ": Error %i\n", (int)status); \
295 OSStatus status = SSLHandshake(c->ssl_context); in tls_open() local
296 if (status == errSSLServerAuthCompleted) { in tls_open()
320 status = errSSLWouldBlock; // so we call SSLHandshake again in tls_open()
323 status = errSSLXCertChainInvalid; in tls_open()
326 status = errSSLBadCert; in tls_open()
332 if (status == noErr) { in tls_open()
334 } else if (status ! in tls_open()
347 map_ssl_error(OSStatus status, size_t processed) map_ssl_error() argument
[all...]
/third_party/icu/icu4c/source/common/
H A Drbbisetb.cpp106 fRangeList = new RangeDescriptor(*fStatus); // will check for status here in buildRanges()
587 RangeDescriptor::RangeDescriptor(const RangeDescriptor &other, UErrorCode &status) : in RangeDescriptor() argument
591 if (U_FAILURE(status)) {
594 fIncludesSets = new UVector(status);
596 status = U_MEMORY_ALLOCATION_ERROR;
598 if (U_FAILURE(status)) {
603 this->fIncludesSets->addElement(other.fIncludesSets->elementAt(i), status);
613 RangeDescriptor::RangeDescriptor(UErrorCode &status) { in RangeDescriptor() argument
614 if (U_FAILURE(status)) { in RangeDescriptor()
617 fIncludesSets = new UVector(status); in RangeDescriptor()
639 split(UChar32 where, UErrorCode &status) split() argument
[all...]
/third_party/node/deps/icu-small/source/common/
H A Drbbisetb.cpp106 fRangeList = new RangeDescriptor(*fStatus); // will check for status here in buildRanges()
587 RangeDescriptor::RangeDescriptor(const RangeDescriptor &other, UErrorCode &status) : in RangeDescriptor() argument
591 if (U_FAILURE(status)) {
594 fIncludesSets = new UVector(status);
596 status = U_MEMORY_ALLOCATION_ERROR;
598 if (U_FAILURE(status)) {
603 this->fIncludesSets->addElement(other.fIncludesSets->elementAt(i), status);
613 RangeDescriptor::RangeDescriptor(UErrorCode &status) { in RangeDescriptor() argument
614 if (U_FAILURE(status)) { in RangeDescriptor()
617 fIncludesSets = new UVector(status); in RangeDescriptor()
639 split(UChar32 where, UErrorCode &status) split() argument
[all...]
/third_party/node/deps/cares/src/lib/
H A Dares_event_win32.c205 ares_status_t status; in ares_iocpevent_create() local
207 status = in ares_iocpevent_create()
210 if (status != ARES_SUCCESS) { in ares_iocpevent_create()
331 NTSTATUS status; in ares_evsys_win32_afd_enqueue() local
363 status = ew->NtDeviceIoControlFile( in ares_evsys_win32_afd_enqueue()
367 if (status != STATUS_SUCCESS && status != STATUS_PENDING) { in ares_evsys_win32_afd_enqueue()
381 NTSTATUS status; in ares_evsys_win32_afd_cancel() local
395 status = in ares_evsys_win32_afd_cancel()
401 if (status in ares_evsys_win32_afd_cancel()
537 BOOL status; ares_evsys_win32_wait() local
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Drbbisetb.cpp106 fRangeList = new RangeDescriptor(*fStatus); // will check for status here in buildRanges()
587 RangeDescriptor::RangeDescriptor(const RangeDescriptor &other, UErrorCode &status) : in RangeDescriptor() argument
591 if (U_FAILURE(status)) {
594 fIncludesSets = new UVector(status);
596 status = U_MEMORY_ALLOCATION_ERROR;
598 if (U_FAILURE(status)) {
603 this->fIncludesSets->addElement(other.fIncludesSets->elementAt(i), status);
613 RangeDescriptor::RangeDescriptor(UErrorCode &status) { in RangeDescriptor() argument
614 if (U_FAILURE(status)) { in RangeDescriptor()
617 fIncludesSets = new UVector(status); in RangeDescriptor()
639 split(UChar32 where, UErrorCode &status) split() argument
[all...]
/third_party/backends/backend/
H A Drts8891.c308 SANE_Status status; in sane_init() local
326 status = probe_rts8891_devices (); in sane_init()
329 return status; in sane_init()
424 SANE_Status status; in sane_open() local
476 status = sanei_usb_open (device->file_name, &device->devnum); in sane_open()
477 if (status != SANE_STATUS_GOOD) in sane_open()
480 device->file_name, sane_strstatus (status)); in sane_open()
481 return status; in sane_open()
488 status = detect_device (device); in sane_open()
489 if (status ! in sane_open()
617 SANE_Status status = SANE_STATUS_GOOD; set_automatic_value() local
695 SANE_Status status = SANE_STATUS_GOOD; set_option_value() local
935 SANE_Status status; sane_control_option() local
1073 SANE_Status status; sane_start() local
1399 SANE_Status status = SANE_STATUS_GOOD; compute_parameters() local
1678 SANE_Status status; sane_get_parameters() local
1713 SANE_Status status; sane_read() local
2214 SANE_Status status = sanei_usb_claim_interface (dev->devnum, 0); sane_close() local
2317 SANE_Status status; probe_rts8891_devices() local
2441 SANE_Status status; attach_rts8891() local
2922 SANE_Status status = SANE_STATUS_GOOD; set_lamp_brightness() local
3016 SANE_Status status = SANE_STATUS_GOOD; find_origin() local
3334 SANE_Status status = SANE_STATUS_GOOD; find_margin() local
3516 SANE_Status status; initialize_device() local
4027 SANE_Status status = SANE_STATUS_GOOD; init_device() local
4525 SANE_Status status = SANE_STATUS_GOOD; detect_device() local
4609 SANE_Status status = SANE_STATUS_GOOD; dark_calibration() local
4864 SANE_Status status = SANE_STATUS_GOOD; gain_calibration() local
5226 SANE_Status status = SANE_STATUS_GOOD; offset_calibration() local
5452 SANE_Status status = SANE_STATUS_GOOD; setup_shading_calibration() local
6130 SANE_Status status = SANE_STATUS_GOOD; shading_calibration() local
6281 SANE_Status status = SANE_STATUS_GOOD; send_calibration_data() local
6513 SANE_Status status = SANE_STATUS_GOOD; move_to_scan_area() local
6554 SANE_Status status = SANE_STATUS_GOOD; setup_scan_registers() local
7619 SANE_Status status = SANE_STATUS_GOOD; write_scan_registers() local
7657 SANE_Status status; park_head() local
7717 SANE_Status status = SANE_STATUS_GOOD; update_button_status() local
7767 SANE_Status status = SANE_STATUS_GOOD; set_lamp_state() local
[all...]
H A Dlexmark.c346 SANE_Status status; in attachLexmark() local
366 status = SANE_STATUS_GOOD; in attachLexmark()
368 status = sanei_usb_open (devname, &dn); in attachLexmark()
370 if (status != SANE_STATUS_GOOD) in attachLexmark()
373 sane_strstatus (status)); in attachLexmark()
374 return status; in attachLexmark()
380 status = SANE_STATUS_GOOD; in attachLexmark()
387 status = sanei_usb_get_vendor_product (dn, &vendor, &product); in attachLexmark()
389 if (status != SANE_STATUS_GOOD) in attachLexmark()
393 devname, sane_strstatus (status)); in attachLexmark()
524 SANE_Status status; sane_init() local
633 SANE_Status status; sane_open() local
788 SANE_Status status; sane_control_option() local
1112 SANE_Status status; sane_start() local
[all...]
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H A Dstb0899_algo.c178 internal->status = ANALOGCARRIER; in stb0899_check_tmg()
181 internal->status = TIMINGOK; in stb0899_check_tmg()
185 internal->status = NOTIMING; in stb0899_check_tmg()
188 return internal->status; in stb0899_check_tmg()
204 internal->status = NOTIMING; in stb0899_search_tmg()
225 if (internal->status == TIMINGOK) { in stb0899_search_tmg()
231 return internal->status; in stb0899_search_tmg()
252 internal->status = CARRIEROK; in stb0899_check_carrier()
255 internal->status = NOCARRIER; in stb0899_check_carrier()
259 return internal->status; in stb0899_check_carrier()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c603 memset(&skb_info->status, 0, sizeof(skb_info->status)); in iwl_mvm_skb_prepare_status()
625 * response (with non-success status) for a station we can't in iwl_mvm_get_ctrl_vif_queue()
1106 * we'll notify mac80211 when getting frame status in iwl_mvm_tx_mpdu()
1167 if (unlikely(mvm->queue_info[txq_id].status == in iwl_mvm_tx_mpdu()
1315 const char *iwl_mvm_get_tx_fail_reason(u32 status) in iwl_mvm_get_tx_fail_reason() argument
1320 switch (status & TX_STATUS_MSK) { in iwl_mvm_get_tx_fail_reason()
1391 * translate ucode response to mac80211 tx status control values
1396 struct ieee80211_tx_rate *r = &info->status.rates[0]; in iwl_mvm_hwrate_to_tx_status()
1398 info->status in iwl_mvm_hwrate_to_tx_status()
1403 iwl_mvm_tx_status_check_trigger(struct iwl_mvm *mvm, u32 status) iwl_mvm_tx_status_check_trigger() argument
1464 u32 status = le16_to_cpu(agg_status->status); iwl_mvm_rx_tx_cmd_single() local
1683 iwl_get_agg_tx_status(u16 status) iwl_get_agg_tx_status() argument
[all...]
/kernel/linux/linux-6.6/drivers/acpi/
H A Dacpi_video.c311 int status; in acpi_video_device_lcd_query_levels() local
318 status = acpi_evaluate_object(handle, "_BCL", NULL, &buffer); in acpi_video_device_lcd_query_levels()
319 if (ACPI_FAILURE(status)) in acpi_video_device_lcd_query_levels()
320 return status; in acpi_video_device_lcd_query_levels()
324 status = -EFAULT; in acpi_video_device_lcd_query_levels()
335 return status; in acpi_video_device_lcd_query_levels()
341 int status; in acpi_video_device_lcd_set_level() local
344 status = acpi_execute_simple_method(device->dev->handle, in acpi_video_device_lcd_set_level()
346 if (ACPI_FAILURE(status)) { in acpi_video_device_lcd_set_level()
561 acpi_status status in acpi_video_device_lcd_get_level_current() local
617 int status; acpi_video_device_EDID() local
682 acpi_status status; acpi_video_bus_DOS() local
1033 acpi_status status = -ENOENT; acpi_video_bus_check() local
1118 acpi_status status; acpi_video_bus_get_one_device() local
1286 int status; acpi_video_device_enumerate() local
1440 acpi_status status; acpi_video_get_edid() local
1876 acpi_status status; acpi_video_dev_add_notify_handler() local
1985 acpi_status status; acpi_video_bus_add() local
[all...]
/kernel/linux/linux-6.6/drivers/ata/
H A Dlibata-sff.c54 * ata_sff_check_status - Read device status reg & clear interrupt
57 * Reads ATA taskfile status register for currently-selected device
71 * ata_sff_altstatus - Read device alternate status reg
73 * @status: pointer to a status value
75 * Reads ATA alternate status register for currently-selected device
84 static bool ata_sff_altstatus(struct ata_port *ap, u8 *status) in ata_sff_altstatus() argument
99 if (status) in ata_sff_altstatus()
100 *status = tmp; in ata_sff_altstatus()
109 * if available in order to avoid clearing shared IRQ status
118 u8 status; ata_sff_irq_status() local
189 u8 status = link->ap->ops->sff_check_status(link->ap); ata_sff_check_ready() local
914 ata_sff_hsm_move(struct ata_port *ap, struct ata_queued_cmd *qc, u8 status, int in_wq) ata_sff_hsm_move() argument
1215 u8 status; ata_sff_pio_task() local
1397 u8 status; __ata_sff_port_intr() local
1567 u8 status = 0; ata_sff_lost_interrupt() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Dhal_rx.c432 struct hal_reo_status *status) in ath11k_hal_reo_status_queue_stats()
438 status->uniform_hdr.cmd_num = in ath11k_hal_reo_status_queue_stats()
441 status->uniform_hdr.cmd_status = in ath11k_hal_reo_status_queue_stats()
445 ath11k_dbg(ab, ATH11K_DBG_HAL, "Queue stats status:\n"); in ath11k_hal_reo_status_queue_stats()
446 ath11k_dbg(ab, ATH11K_DBG_HAL, "header: cmd_num %d status %d\n", in ath11k_hal_reo_status_queue_stats()
447 status->uniform_hdr.cmd_num, in ath11k_hal_reo_status_queue_stats()
448 status->uniform_hdr.cmd_status); in ath11k_hal_reo_status_queue_stats()
497 int ath11k_hal_reo_process_status(u8 *reo_desc, u8 *status) in ath11k_hal_reo_process_status() argument
503 *status = FIELD_GET(HAL_REO_STATUS_HDR_INFO0_EXEC_STATUS, hdr->info0); in ath11k_hal_reo_process_status()
509 struct hal_reo_status *status) in ath11k_hal_reo_flush_queue_status()
431 ath11k_hal_reo_status_queue_stats(struct ath11k_base *ab, u32 *reo_desc, struct hal_reo_status *status) ath11k_hal_reo_status_queue_stats() argument
508 ath11k_hal_reo_flush_queue_status(struct ath11k_base *ab, u32 *reo_desc, struct hal_reo_status *status) ath11k_hal_reo_flush_queue_status() argument
526 ath11k_hal_reo_flush_cache_status(struct ath11k_base *ab, u32 *reo_desc, struct hal_reo_status *status) ath11k_hal_reo_flush_cache_status() argument
568 ath11k_hal_reo_unblk_cache_status(struct ath11k_base *ab, u32 *reo_desc, struct hal_reo_status *status) ath11k_hal_reo_unblk_cache_status() argument
596 ath11k_hal_reo_flush_timeout_list_status(struct ath11k_base *ab, u32 *reo_desc, struct hal_reo_status *status) ath11k_hal_reo_flush_timeout_list_status() argument
626 ath11k_hal_reo_desc_thresh_reached_status(struct ath11k_base *ab, u32 *reo_desc, struct hal_reo_status *status) ath11k_hal_reo_desc_thresh_reached_status() argument
662 ath11k_hal_reo_update_rx_reo_queue_status(struct ath11k_base *ab, u32 *reo_desc, struct hal_reo_status *status) ath11k_hal_reo_update_rx_reo_queue_status() argument
[all...]
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Dstb0899_algo.c178 internal->status = ANALOGCARRIER; in stb0899_check_tmg()
181 internal->status = TIMINGOK; in stb0899_check_tmg()
185 internal->status = NOTIMING; in stb0899_check_tmg()
188 return internal->status; in stb0899_check_tmg()
204 internal->status = NOTIMING; in stb0899_search_tmg()
225 if (internal->status == TIMINGOK) { in stb0899_search_tmg()
231 return internal->status; in stb0899_search_tmg()
252 internal->status = CARRIEROK; in stb0899_check_carrier()
255 internal->status = NOCARRIER; in stb0899_check_carrier()
259 return internal->status; in stb0899_check_carrier()
[all...]
/foundation/graphic/graphic_3d/kits/js/include/napi/
H A Dnapi_api.h60 napi_status status = napi_invalid_arg; in Value() local
61 status = napi_typeof(env_, v, &jstype); in Value()
62 if (status != napi_ok) { in Value()
108 napi_status status = napi_invalid_arg; in validate() local
109 status = napi_typeof(env_, args[index], &jstype); in validate()
132 napi_status status; in FunctionContext() local
138 status = napi_get_cb_info(env, info, &arg_count, nullptr, &jsThis, &data_); in FunctionContext()
142 status = napi_get_cb_info(env, info, &arg_count, nullptr, nullptr, nullptr); in FunctionContext()
148 status = napi_get_cb_info(env, info, &arg_count, args, &jsThis, &data_); in FunctionContext()
286 napi_status status
[all...]
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Df_midi.c274 int status = req->status; in f_midi_complete() local
276 switch (status) { in f_midi_complete()
294 VDBG(cdev, "%s gone (%d), %d/%d\n", ep->name, status, in f_midi_complete()
309 status, req->actual, req->length); in f_midi_complete()
315 status = usb_ep_queue(ep, req, GFP_ATOMIC); in f_midi_complete()
316 if (status) { in f_midi_complete()
318 ep->name, req->length, status); in f_midi_complete()
875 int status, n, jack = 1, i = 0, endpoint_descriptor_index = 0; in f_midi_bind() local
879 status in f_midi_bind()
1298 int status, i; f_midi_alloc() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_dcb.c28 int status; in ice_aq_get_lldp_mib() local
43 status = ice_aq_send_cmd(hw, &desc, buf, buf_size, cd); in ice_aq_get_lldp_mib()
44 if (!status) { in ice_aq_get_lldp_mib()
51 return status; in ice_aq_get_lldp_mib()
143 * Get the DCBX status from the Firmware
681 * @dcbx_agent_status: FW indicates back the DCBX agent status
697 int status; in ice_aq_start_stop_dcbx() local
708 status = ice_aq_send_cmd(hw, &desc, NULL, 0, cd); in ice_aq_start_stop_dcbx()
712 if (!status && in ice_aq_start_stop_dcbx()
716 return status; in ice_aq_start_stop_dcbx()
752 int status; ice_aq_set_pfc_mode() local
789 u32 status, tlv_status = le32_to_cpu(cee_cfg->tlv_status); ice_cee_to_dcb_cfg() local
1556 int status; ice_aq_query_port_ets() local
1582 int status = 0; ice_update_port_tc_tree_cfg() local
1648 int status; ice_query_port_ets() local
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Df_midi.c274 int status = req->status; in f_midi_complete() local
276 switch (status) { in f_midi_complete()
294 VDBG(cdev, "%s gone (%d), %d/%d\n", ep->name, status, in f_midi_complete()
309 status, req->actual, req->length); in f_midi_complete()
315 status = usb_ep_queue(ep, req, GFP_ATOMIC); in f_midi_complete()
316 if (status) { in f_midi_complete()
318 ep->name, req->length, status); in f_midi_complete()
877 int status, n, jack = 1, i = 0, endpoint_descriptor_index = 0; in f_midi_bind() local
881 status in f_midi_bind()
1334 int status, i; f_midi_alloc() local
[all...]
/third_party/python/Modules/_decimal/libmpdec/
H A Dio.c200 uint32_t *status) in mpd_qset_string()
312 if (!mpd_qresize(dec, len, status)) { in mpd_qset_string()
313 mpd_seterror(dec, MPD_Malloc_error, status); in mpd_qset_string()
321 mpd_qfinalize(dec, ctx, status); in mpd_qset_string()
326 mpd_seterror(dec, MPD_Conversion_syntax, status); in mpd_qset_string()
331 mpd_qset_string_exact(mpd_t *dec, const char *s, uint32_t *status) in mpd_qset_string_exact() argument
336 mpd_qset_string(dec, s, &maxcontext, status); in mpd_qset_string_exact()
338 if (*status & (MPD_Inexact|MPD_Rounded|MPD_Clamped)) { in mpd_qset_string_exact()
340 mpd_seterror(dec, MPD_Invalid_operation, status); in mpd_qset_string_exact()
342 *status in mpd_qset_string_exact()
199 mpd_qset_string(mpd_t *dec, const char *s, const mpd_context_t *ctx, uint32_t *status) mpd_qset_string() argument
1093 _mpd_apply_lconv(mpd_mbstr_t *result, const mpd_spec_t *spec, uint32_t *status) _mpd_apply_lconv() argument
1151 _mpd_add_pad(mpd_mbstr_t *result, const mpd_spec_t *spec, uint32_t *status) _mpd_add_pad() argument
1222 _mpd_round(mpd_t *result, const mpd_t *a, mpd_ssize_t prec, const mpd_context_t *ctx, uint32_t *status) _mpd_round() argument
1248 mpd_qformat_spec(const mpd_t *dec, const mpd_spec_t *spec, const mpd_context_t *ctx, uint32_t *status) mpd_qformat_spec() argument
1401 mpd_qformat(const mpd_t *dec, const char *fmt, const mpd_context_t *ctx, uint32_t *status) mpd_qformat() argument
[all...]
/kernel/linux/linux-5.10/fs/ocfs2/
H A Ddir.c1139 int i, status = -ENOENT; in __ocfs2_delete_entry() local
1150 status = -EIO; in __ocfs2_delete_entry()
1151 mlog_errno(status); in __ocfs2_delete_entry()
1155 status = access(handle, INODE_CACHE(dir), bh, in __ocfs2_delete_entry()
1157 if (status < 0) { in __ocfs2_delete_entry()
1158 status = -EIO; in __ocfs2_delete_entry()
1159 mlog_errno(status); in __ocfs2_delete_entry()
1175 return status; in __ocfs2_delete_entry()
1979 int status = -ENOENT; in ocfs2_find_files_on_disk() local
1984 status in ocfs2_find_files_on_disk()
2231 int status; ocfs2_fill_new_dir_el() local
3100 int status; ocfs2_do_extend_dir() local
3164 int status = 0; ocfs2_extend_dir() local
3427 int status; ocfs2_find_dir_space_el() local
[all...]
/kernel/linux/linux-6.6/fs/ocfs2/
H A Ddir.c1131 int i, status = -ENOENT; in __ocfs2_delete_entry() local
1142 status = -EIO; in __ocfs2_delete_entry()
1143 mlog_errno(status); in __ocfs2_delete_entry()
1147 status = access(handle, INODE_CACHE(dir), bh, in __ocfs2_delete_entry()
1149 if (status < 0) { in __ocfs2_delete_entry()
1150 status = -EIO; in __ocfs2_delete_entry()
1151 mlog_errno(status); in __ocfs2_delete_entry()
1167 return status; in __ocfs2_delete_entry()
1968 int status = -ENOENT; in ocfs2_find_files_on_disk() local
1973 status in ocfs2_find_files_on_disk()
2220 int status; ocfs2_fill_new_dir_el() local
3089 int status; ocfs2_do_extend_dir() local
3153 int status = 0; ocfs2_extend_dir() local
3414 int status; ocfs2_find_dir_space_el() local
[all...]
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
H A Dscsimain.c204 status = get_mode_page(NPAGE, page_code); \
205 if (status) { printf("\n"); return status; } \
913 printf("SG_IO ioctl: status=%d, info=%d, sb_len_wr=%d\n", in do_logs()
914 io_hdr.status, io_hdr.info, io_hdr.sb_len_wr); in do_logs()
1011 printf(" 0x08 Format status (sbc2)\n"); in show_page_name()
3545 {0x2a, "MM capabilities and mechanical status (obsolete)"},
4482 printf("Foreground self test returned GOOD status\n"); in do_scsi_send_diagnostics()
4484 printf("Default self test returned GOOD status\n"); in do_scsi_send_diagnostics()
4891 perror("sg_test_rwbuf: read (status) erro in write_buffer()
5156 int status, quiet; get_mode_page() local
5188 int status, quiet; get_mode_page10() local
5227 int status; read_geometry() local
5251 int status; read_disconnect_reconnect_data() local
5273 int status; read_control_page() local
5297 int status; error_recovery_page() local
5324 int status; notch_parameters_page() local
5368 int status = 0, i, len, reallen, table, k; read_defect_list() local
5533 int status; read_cache() local
5556 int status; read_format_info() local
5584 int status; verify_error_recovery() local
5613 int status; peripheral_device_page() local
5653 int status; do_user_page() local
5679 int status, i, x_interface = 0; do_scsi_info_inquiry() local
5749 int status, i, pagelen; do_serial_number() local
6083 int status = 0; show_scsi_info() local
6807 int blocks, status; read_write_thread() local
7004 int status; sg_in_operation() local
7072 int status; sg_out_operation() local
7186 int res, status; sg_finish_io() local
7296 int in_sect_sz, out_sect_sz, status, infull, outfull; do_scsi_sgp_read_write() local
[all...]
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/
H A Dfirmware_if.c421 dev_err(hdev->dev, "Device CPU packet timeout (status = 0x%x)\n", tmp); in hl_fw_send_cpu_message()
729 dev_dbg(hdev->dev, "device unusable status is set\n"); in fw_report_boot_dev0()
827 /* Some of the firmware status codes are deprecated in newer f/w in fw_read_errors()
1372 u32 status, cpu_boot_status_reg, cpu_timeout; in hl_fw_ask_halt_machine_without_linux() local
1394 status, in hl_fw_ask_halt_machine_without_linux()
1395 status == CPU_BOOT_STATUS_IN_WFE, in hl_fw_ask_halt_machine_without_linux()
1399 dev_err(hdev->dev, "Current status=%u. Timed-out updating to WFE\n", in hl_fw_ask_halt_machine_without_linux()
1400 status); in hl_fw_ask_halt_machine_without_linux()
1416 static void detect_cpu_boot_status(struct hl_device *hdev, u32 status) in detect_cpu_boot_status() argument
1418 /* Some of the status code in detect_cpu_boot_status()
1472 u32 status; hl_fw_wait_preboot_ready() local
1732 hl_fw_dynamic_report_error_status(struct hl_device *hdev, u32 status, enum comms_sts expected_status) hl_fw_dynamic_report_error_status() argument
1789 hl_fw_dynamic_extract_fw_response(struct hl_device *hdev, struct fw_load_mgr *fw_loader, struct fw_response *response, u32 status) hl_fw_dynamic_extract_fw_response() argument
1828 u32 status; hl_fw_dynamic_wait_for_status() local
2513 u32 status; hl_fw_dynamic_wait_for_boot_fit_active() local
2547 u32 status; hl_fw_dynamic_wait_for_linux_active() local
2872 u32 cpu_msg_status_reg, cpu_timeout, msg_to_cpu_reg, status; hl_fw_static_init_cpu() local
[all...]
/foundation/distributedhardware/distributed_input/interfaces/ipc/test/clientunittest/
H A Ddistributed_input_client_test.cpp67 const std::string &dhId, int32_t status, const std::string &data) in OnRegisterResult()
70 (void)status; in OnRegisterResult()
76 const std::string &dhId, int32_t status, const std::string &data) in OnUnregisterResult()
79 (void)status; in OnUnregisterResult()
85 const std::string &deviceId, const int32_t &status) in OnResult()
88 (void)status; in OnResult()
93 const std::string &deviceId, const int32_t &status) in OnResult()
96 (void)status; in OnResult()
101 const std::string &deviceId, const uint32_t &inputTypes, const int32_t &status) in OnResult()
105 (void)status; in OnResult()
66 OnRegisterResult(const std::string &devId, const std::string &dhId, int32_t status, const std::string &data) OnRegisterResult() argument
75 OnUnregisterResult(const std::string &devId, const std::string &dhId, int32_t status, const std::string &data) OnUnregisterResult() argument
84 OnResult( const std::string &deviceId, const int32_t &status) OnResult() argument
92 OnResult( const std::string &deviceId, const int32_t &status) OnResult() argument
100 OnResult( const std::string &deviceId, const uint32_t &inputTypes, const int32_t &status) OnResult() argument
109 OnResult( const std::string &deviceId, const uint32_t &inputTypes, const int32_t &status) OnResult() argument
118 OnResultDhids( const std::string &devId, const int32_t &status) OnResultDhids() argument
412 int32_t status = 0; HWTEST_F() local
[all...]
/kernel/linux/linux-5.10/drivers/bus/
H A Dsunxi-rsb.c58 #define RSB_INTS 0xc /* Interrupt status */
128 unsigned int status; member
220 dev_err(&rdev->dev, "Can't add %s, status %d\n", in sunxi_rsb_device_create()
271 u32 int_mask, status; in _sunxi_rsb_run_xfer() local
288 status, (status & int_mask), in _sunxi_rsb_run_xfer()
290 writel(status, rsb->regs + RSB_INTS); in _sunxi_rsb_run_xfer()
294 status = rsb->status; in _sunxi_rsb_run_xfer()
309 if (status in _sunxi_rsb_run_xfer()
493 u32 status; sunxi_rsb_irq() local
[all...]
/kernel/linux/linux-5.10/drivers/acpi/
H A Dsleep.c36 acpi_status status; in acpi_sleep_tts_switch() local
38 status = acpi_execute_simple_method(NULL, "\\_TTS", acpi_state); in acpi_sleep_tts_switch()
39 if (ACPI_FAILURE(status) && status != AE_NOT_FOUND) { in acpi_sleep_tts_switch()
85 acpi_status status; in acpi_sleep_state_supported() local
88 status = acpi_get_sleep_type_data(sleep_state, &type_a, &type_b); in acpi_sleep_state_supported()
89 return ACPI_SUCCESS(status) && (!acpi_gbl_reduced_hardware in acpi_sleep_state_supported()
589 acpi_status status = AE_OK; in acpi_suspend_enter() local
599 status = acpi_enter_sleep_state(acpi_state); in acpi_suspend_enter()
621 * of the OSPM to clear the status bi in acpi_suspend_enter()
784 acpi_status status; lpi_device_get_constraints() local
1202 acpi_status status = AE_OK; acpi_hibernation_enter() local
[all...]

Completed in 46 milliseconds

1...<<201202203204205206207208209210>>...926