Home
last modified time | relevance | path

Searched refs:status (Results 1101 - 1125 of 15972) sorted by relevance

1...<<41424344454647484950>>...639

/kernel/linux/linux-5.10/drivers/char/ipmi/
H A Dipmi_bt_sm.c144 static char *status2txt(unsigned char status) in status2txt() argument
154 if (status & BT_B_BUSY) in status2txt()
156 if (status & BT_H_BUSY) in status2txt()
158 if (status & BT_OEM0) in status2txt()
160 if (status & BT_SMS_ATN) in status2txt()
162 if (status & BT_B2H_ATN) in status2txt()
164 if (status & BT_H2B_ATN) in status2txt()
169 #define STATUS2TXT status2txt(status)
385 unsigned char status, in error_recovery()
436 if (status in error_recovery()
384 error_recovery(struct si_sm_data *bt, unsigned char status, unsigned char cCode) error_recovery() argument
452 unsigned char status; bt_event() local
[all...]
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Dnsrepair2.c137 * validate_status - Original status of earlier validation
156 acpi_status status; in acpi_ns_complex_repairs() local
165 status = predefined->repair_function(info, return_object_ptr); in acpi_ns_complex_repairs()
166 return (status); in acpi_ns_complex_repairs()
221 acpi_status status; in acpi_ns_repair_ALR() local
223 status = acpi_ns_check_sorted_list(info, return_object, 0, 2, 1, in acpi_ns_repair_ALR()
227 return (status); in acpi_ns_repair_ALR()
340 acpi_status status; in acpi_ns_repair_CID() local
350 status = acpi_ns_repair_HID(info, return_object_ptr); in acpi_ns_repair_CID()
351 return (status); in acpi_ns_repair_CID()
412 acpi_status status; acpi_ns_repair_CST() local
651 acpi_status status; acpi_ns_repair_PSS() local
714 acpi_status status; acpi_ns_repair_TSS() local
[all...]
/kernel/linux/linux-5.10/drivers/net/usb/
H A Dnet1080.c98 int status = usbnet_read_cmd(dev, req, in nc_vendor_read() local
103 if (status > 0) in nc_vendor_read()
104 status = 0; in nc_vendor_read()
105 if (!status) in nc_vendor_read()
107 return status; in nc_vendor_read()
224 static inline void nc_dump_status(struct usbnet *dev, u16 status) in nc_dump_status() argument
227 "net1080 %s-%s status 0x%x: this (%c) PKT=%d%s%s%s; other PKT=%d%s%s%s; unspec 0x%x\n", in nc_dump_status()
229 status, in nc_dump_status()
234 (status & STATUS_PORT_A) ? 'A' : 'B', in nc_dump_status()
235 STATUS_PACKETS_THIS(status), in nc_dump_status()
261 u16 usbctl, status, ttl; net1080_reset() local
307 u16 status; net1080_check_connect() local
[all...]
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Df_obex.c263 int status; in obex_connect() local
265 status = usb_function_activate(&g->func); in obex_connect()
266 if (status) in obex_connect()
269 obex->port_num, status); in obex_connect()
276 int status; in obex_disconnect() local
278 status = usb_function_deactivate(&g->func); in obex_disconnect()
279 if (status) in obex_disconnect()
282 obex->port_num, status); in obex_disconnect()
307 int status; in obex_bind() local
323 status in obex_bind()
[all...]
/kernel/linux/linux-5.10/drivers/usb/usbip/
H A Dvudc_transfer.c50 * @status: pointer to request handling status
60 int *status) in handle_control_request()
75 *status = 0; in handle_control_request()
97 *status = 0; in handle_control_request()
108 *status = 0; in handle_control_request()
130 *status = 0; in handle_control_request()
142 *status = 0; in handle_control_request()
175 *status = 0; in handle_control_request()
245 req->req.status in transfer()
58 handle_control_request(struct vudc *udc, struct urb *urb, struct usb_ctrlrequest *setup, int *status) handle_control_request() argument
[all...]
/kernel/linux/linux-5.10/drivers/greybus/
H A Dcontrol.c200 static int gb_control_bundle_pm_status_map(u8 status) in gb_control_bundle_pm_status_map() argument
202 switch (status) { in gb_control_bundle_pm_status_map()
231 if (response.status != GB_CONTROL_BUNDLE_PM_OK) { in gb_control_bundle_suspend()
233 bundle_id, response.status); in gb_control_bundle_suspend()
234 return gb_control_bundle_pm_status_map(response.status); in gb_control_bundle_suspend()
256 if (response.status != GB_CONTROL_BUNDLE_PM_OK) { in gb_control_bundle_resume()
258 bundle_id, response.status); in gb_control_bundle_resume()
259 return gb_control_bundle_pm_status_map(response.status); in gb_control_bundle_resume()
282 if (response.status != GB_CONTROL_BUNDLE_PM_OK) { in gb_control_bundle_deactivate()
284 bundle_id, response.status); in gb_control_bundle_deactivate()
320 gb_control_interface_pm_status_map(u8 status) gb_control_interface_pm_status_map() argument
[all...]
/kernel/linux/linux-5.10/drivers/pci/hotplug/
H A Dcpci_hotplug_core.c158 set_attention_status(struct hotplug_slot *hotplug_slot, u8 status) in set_attention_status() argument
160 return cpci_set_attention_status(to_slot(hotplug_slot), status); in set_attention_status()
194 int status; in cpci_hp_register_bus() local
207 status = -ENOMEM; in cpci_hp_register_bus()
220 status = pci_hp_register(&slot->hotplug_slot, bus, i, name); in cpci_hp_register_bus()
221 if (status) { in cpci_hp_register_bus()
222 err("pci_hp_register failed with error %d", status); in cpci_hp_register_bus()
237 return status; in cpci_hp_register_bus()
246 int status = 0; in cpci_hp_unregister_bus() local
264 return status; in cpci_hp_unregister_bus()
518 int status = 0; cpci_hp_register_controller() local
571 int status = 0; cpci_hp_unregister_controller() local
590 int status; cpci_hp_start() local
[all...]
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Dnsrepair2.c137 * validate_status - Original status of earlier validation
156 acpi_status status; in acpi_ns_complex_repairs() local
167 status = predefined->repair_function(info, return_object_ptr); in acpi_ns_complex_repairs()
168 return_ACPI_STATUS(status); in acpi_ns_complex_repairs()
223 acpi_status status; in acpi_ns_repair_ALR() local
225 status = acpi_ns_check_sorted_list(info, return_object, 0, 2, 1, in acpi_ns_repair_ALR()
229 return (status); in acpi_ns_repair_ALR()
342 acpi_status status; in acpi_ns_repair_CID() local
354 status = acpi_ns_repair_HID(info, return_object_ptr); in acpi_ns_repair_CID()
355 return_ACPI_STATUS(status); in acpi_ns_repair_CID()
416 acpi_status status; acpi_ns_repair_CST() local
655 acpi_status status; acpi_ns_repair_PSS() local
718 acpi_status status; acpi_ns_repair_TSS() local
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Df_obex.c263 int status; in obex_connect() local
265 status = usb_function_activate(&g->func); in obex_connect()
266 if (status) in obex_connect()
269 obex->port_num, status); in obex_connect()
276 int status; in obex_disconnect() local
278 status = usb_function_deactivate(&g->func); in obex_disconnect()
279 if (status) in obex_disconnect()
282 obex->port_num, status); in obex_disconnect()
307 int status; in obex_bind() local
323 status in obex_bind()
[all...]
/kernel/linux/linux-6.6/drivers/usb/usbip/
H A Dvudc_transfer.c50 * @status: pointer to request handling status
60 int *status) in handle_control_request()
75 *status = 0; in handle_control_request()
97 *status = 0; in handle_control_request()
108 *status = 0; in handle_control_request()
130 *status = 0; in handle_control_request()
142 *status = 0; in handle_control_request()
175 *status = 0; in handle_control_request()
245 req->req.status in transfer()
58 handle_control_request(struct vudc *udc, struct urb *urb, struct usb_ctrlrequest *setup, int *status) handle_control_request() argument
[all...]
/kernel/linux/linux-6.6/drivers/char/ipmi/
H A Dipmi_bt_sm.c144 static char *status2txt(unsigned char status) in status2txt() argument
154 if (status & BT_B_BUSY) in status2txt()
156 if (status & BT_H_BUSY) in status2txt()
158 if (status & BT_OEM0) in status2txt()
160 if (status & BT_SMS_ATN) in status2txt()
162 if (status & BT_B2H_ATN) in status2txt()
164 if (status & BT_H2B_ATN) in status2txt()
169 #define STATUS2TXT status2txt(status)
385 unsigned char status, in error_recovery()
436 if (status in error_recovery()
384 error_recovery(struct si_sm_data *bt, unsigned char status, unsigned char cCode) error_recovery() argument
452 unsigned char status; bt_event() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dhtt.c293 int status; in ath10k_htt_connect() local
305 status = ath10k_htc_connect_service(&htt->ar->htc, &conn_req, in ath10k_htt_connect()
308 if (status) in ath10k_htt_connect()
309 return status; in ath10k_htt_connect()
393 int status; in ath10k_htt_setup() local
397 status = ath10k_htt_h2t_ver_req_msg(htt); in ath10k_htt_setup()
398 if (status) in ath10k_htt_setup()
399 return status; in ath10k_htt_setup()
401 status = wait_for_completion_timeout(&htt->target_version_received, in ath10k_htt_setup()
403 if (status in ath10k_htt_setup()
[all...]
/kernel/linux/linux-6.6/drivers/net/usb/
H A Dnet1080.c98 int status = usbnet_read_cmd(dev, req, in nc_vendor_read() local
103 if (status > 0) in nc_vendor_read()
104 status = 0; in nc_vendor_read()
105 if (!status) in nc_vendor_read()
107 return status; in nc_vendor_read()
224 static inline void nc_dump_status(struct usbnet *dev, u16 status) in nc_dump_status() argument
227 "net1080 %s-%s status 0x%x: this (%c) PKT=%d%s%s%s; other PKT=%d%s%s%s; unspec 0x%x\n", in nc_dump_status()
229 status, in nc_dump_status()
234 (status & STATUS_PORT_A) ? 'A' : 'B', in nc_dump_status()
235 STATUS_PACKETS_THIS(status), in nc_dump_status()
261 u16 usbctl, status, ttl; net1080_reset() local
307 u16 status; net1080_check_connect() local
[all...]
/kernel/linux/linux-6.6/drivers/pci/hotplug/
H A Dcpci_hotplug_core.c158 set_attention_status(struct hotplug_slot *hotplug_slot, u8 status) in set_attention_status() argument
160 return cpci_set_attention_status(to_slot(hotplug_slot), status); in set_attention_status()
194 int status; in cpci_hp_register_bus() local
207 status = -ENOMEM; in cpci_hp_register_bus()
220 status = pci_hp_register(&slot->hotplug_slot, bus, i, name); in cpci_hp_register_bus()
221 if (status) { in cpci_hp_register_bus()
222 err("pci_hp_register failed with error %d", status); in cpci_hp_register_bus()
237 return status; in cpci_hp_register_bus()
246 int status = 0; in cpci_hp_unregister_bus() local
264 return status; in cpci_hp_unregister_bus()
518 int status = 0; cpci_hp_register_controller() local
571 int status = 0; cpci_hp_unregister_controller() local
590 int status; cpci_hp_start() local
[all...]
/kernel/linux/linux-6.6/drivers/greybus/
H A Dcontrol.c200 static int gb_control_bundle_pm_status_map(u8 status) in gb_control_bundle_pm_status_map() argument
202 switch (status) { in gb_control_bundle_pm_status_map()
231 if (response.status != GB_CONTROL_BUNDLE_PM_OK) { in gb_control_bundle_suspend()
233 bundle_id, response.status); in gb_control_bundle_suspend()
234 return gb_control_bundle_pm_status_map(response.status); in gb_control_bundle_suspend()
256 if (response.status != GB_CONTROL_BUNDLE_PM_OK) { in gb_control_bundle_resume()
258 bundle_id, response.status); in gb_control_bundle_resume()
259 return gb_control_bundle_pm_status_map(response.status); in gb_control_bundle_resume()
282 if (response.status != GB_CONTROL_BUNDLE_PM_OK) { in gb_control_bundle_deactivate()
284 bundle_id, response.status); in gb_control_bundle_deactivate()
320 gb_control_interface_pm_status_map(u8 status) gb_control_interface_pm_status_map() argument
[all...]
/kernel/linux/linux-5.10/drivers/s390/scsi/
H A Dzfcp_fsf.c85 req->status |= ZFCP_STATUS_FSFREQ_ERROR; in zfcp_fsf_class_not_supp()
149 if (atomic_read(&adapter->status) & ZFCP_STATUS_ADAPTER_LINK_UNPLUGGED) in zfcp_fsf_link_down_info_eval()
152 atomic_or(ZFCP_STATUS_ADAPTER_LINK_UNPLUGGED, &adapter->status); in zfcp_fsf_link_down_info_eval()
250 if (req->status & ZFCP_STATUS_FSFREQ_DISMISSED) { in zfcp_fsf_status_read_handler()
331 req->status |= ZFCP_STATUS_FSFREQ_ERROR; in zfcp_fsf_fsfstatus_qual_eval()
336 if (unlikely(req->status & ZFCP_STATUS_FSFREQ_ERROR)) in zfcp_fsf_fsfstatus_eval()
345 req->status |= ZFCP_STATUS_FSFREQ_ERROR; in zfcp_fsf_fsfstatus_eval()
361 if (req->status & ZFCP_STATUS_FSFREQ_DISMISSED) { in zfcp_fsf_protstatus_eval()
362 req->status |= ZFCP_STATUS_FSFREQ_ERROR; in zfcp_fsf_protstatus_eval()
380 req->status | in zfcp_fsf_protstatus_eval()
[all...]
/kernel/linux/linux-6.6/drivers/s390/scsi/
H A Dzfcp_fsf.c85 req->status |= ZFCP_STATUS_FSFREQ_ERROR; in zfcp_fsf_class_not_supp()
149 if (atomic_read(&adapter->status) & ZFCP_STATUS_ADAPTER_LINK_UNPLUGGED) in zfcp_fsf_link_down_info_eval()
152 atomic_or(ZFCP_STATUS_ADAPTER_LINK_UNPLUGGED, &adapter->status); in zfcp_fsf_link_down_info_eval()
263 if (req->status & ZFCP_STATUS_FSFREQ_DISMISSED) { in zfcp_fsf_status_read_handler()
350 req->status |= ZFCP_STATUS_FSFREQ_ERROR; in zfcp_fsf_fsfstatus_qual_eval()
355 if (unlikely(req->status & ZFCP_STATUS_FSFREQ_ERROR)) in zfcp_fsf_fsfstatus_eval()
364 req->status |= ZFCP_STATUS_FSFREQ_ERROR; in zfcp_fsf_fsfstatus_eval()
380 if (req->status & ZFCP_STATUS_FSFREQ_DISMISSED) { in zfcp_fsf_protstatus_eval()
381 req->status |= ZFCP_STATUS_FSFREQ_ERROR; in zfcp_fsf_protstatus_eval()
399 req->status | in zfcp_fsf_protstatus_eval()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/be2iscsi/
H A Dbe_cmds.c158 * beiscsi_mcc_compl_status - Return the status of MCC completion
174 uint16_t status = 0, addl_status = 0, wrb_num = 0; in __beiscsi_mcc_compl_status() local
182 status = (mcc_tag_status & CQE_STATUS_MASK); in __beiscsi_mcc_compl_status()
198 if (status || addl_status) { in __beiscsi_mcc_compl_status()
204 status, addl_status); in __beiscsi_mcc_compl_status()
206 if (status == MCC_STATUS_INSUFFICIENT_BUFFER) { in __beiscsi_mcc_compl_status()
309 * beiscsi_process_mbox_compl()- Check the MBX completion status
311 * @compl: Completion status of MBX Command
313 * Check for the MBX completion status when BMBX method used
342 * Just swap the status t in beiscsi_process_mbox_compl()
637 int status; be_mbox_notify() local
742 int status; beiscsi_cmd_eq_create() local
785 int status; beiscsi_cmd_cq_create() local
859 int status; beiscsi_cmd_mccq_create() local
907 int status; beiscsi_cmd_q_destroy() local
985 int status; be_cmd_create_default_pdu_queue() local
1085 int status; be_cmd_wrbq_create() local
1127 int status; be_cmd_iscsi_post_template_hdr() local
1150 int status; be_cmd_iscsi_remove_template_hdr() local
1174 int status; be_cmd_iscsi_post_sgl_pages() local
1265 int status = 0; beiscsi_check_supported_fw() local
1336 int status = -EINVAL; beiscsi_get_fw_config() local
1646 int status; beiscsi_cmd_function_reset() local
1665 int status; beiscsi_cmd_special_wrb() local
1704 int status; beiscsi_init_sliport() local
1748 int status; beiscsi_cmd_iscsi_cleanup() local
1849 u32 post, status; beiscsi_detect_tpe() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/be2iscsi/
H A Dbe_cmds.c158 * beiscsi_mcc_compl_status - Return the status of MCC completion
174 uint16_t status = 0, addl_status = 0, wrb_num = 0; in __beiscsi_mcc_compl_status() local
182 status = (mcc_tag_status & CQE_STATUS_MASK); in __beiscsi_mcc_compl_status()
198 if (status || addl_status) { in __beiscsi_mcc_compl_status()
204 status, addl_status); in __beiscsi_mcc_compl_status()
206 if (status == MCC_STATUS_INSUFFICIENT_BUFFER) { in __beiscsi_mcc_compl_status()
309 * beiscsi_process_mbox_compl()- Check the MBX completion status
311 * @compl: Completion status of MBX Command
313 * Check for the MBX completion status when BMBX method used
342 * Just swap the status t in beiscsi_process_mbox_compl()
637 int status; be_mbox_notify() local
742 int status; beiscsi_cmd_eq_create() local
785 int status; beiscsi_cmd_cq_create() local
859 int status; beiscsi_cmd_mccq_create() local
907 int status; beiscsi_cmd_q_destroy() local
985 int status; be_cmd_create_default_pdu_queue() local
1085 int status; be_cmd_wrbq_create() local
1127 int status; be_cmd_iscsi_post_template_hdr() local
1150 int status; be_cmd_iscsi_remove_template_hdr() local
1174 int status; be_cmd_iscsi_post_sgl_pages() local
1263 int status = 0; beiscsi_check_supported_fw() local
1334 int status = -EINVAL; beiscsi_get_fw_config() local
1644 int status; beiscsi_cmd_function_reset() local
1663 int status; beiscsi_cmd_special_wrb() local
1702 int status; beiscsi_init_sliport() local
1746 int status; beiscsi_cmd_iscsi_cleanup() local
1847 u32 post, status; beiscsi_detect_tpe() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dtrx.c261 struct rtl_stats *status, in rtl8723e_rx_query_desc()
270 status->length = (u16)get_rx_desc_pkt_len(pdesc); in rtl8723e_rx_query_desc()
271 status->rx_drvinfo_size = (u8)get_rx_desc_drv_info_size(pdesc) * in rtl8723e_rx_query_desc()
273 status->rx_bufshift = (u8)(get_rx_desc_shift(pdesc) & 0x03); in rtl8723e_rx_query_desc()
274 status->icv = (u16)get_rx_desc_icv(pdesc); in rtl8723e_rx_query_desc()
275 status->crc = (u16)get_rx_desc_crc32(pdesc); in rtl8723e_rx_query_desc()
276 status->hwerror = (status->crc | status->icv); in rtl8723e_rx_query_desc()
277 status in rtl8723e_rx_query_desc()
260 rtl8723e_rx_query_desc(struct ieee80211_hw *hw, struct rtl_stats *status, struct ieee80211_rx_status *rx_status, u8 *pdesc8, struct sk_buff *skb) rtl8723e_rx_query_desc() argument
[all...]
/kernel/linux/linux-5.10/drivers/tty/serial/
H A Dpnx8xxx_uart.c39 * and interrupt status bits
52 * This determines how often we check the modem status signals
72 * Handle any change of modem status signal since we were last called.
76 unsigned int status, changed; in pnx8xxx_mctrl_check() local
78 status = sport->port.ops->get_mctrl(&sport->port); in pnx8xxx_mctrl_check()
79 changed = status ^ sport->old_status; in pnx8xxx_mctrl_check()
84 sport->old_status = status; in pnx8xxx_mctrl_check()
91 uart_handle_dcd_change(&sport->port, status & TIOCM_CAR); in pnx8xxx_mctrl_check()
93 uart_handle_cts_change(&sport->port, status & TIOCM_CTS); in pnx8xxx_mctrl_check()
100 * modem status signal
180 unsigned int status, ch, flg; pnx8xxx_rx_chars() local
284 unsigned int status; pnx8xxx_int() local
670 int status; pnx8xxx_console_putchar() local
685 unsigned int old_ien, status; pnx8xxx_console_write() local
[all...]
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Damba-pl010.c115 unsigned int status, rsr, max_count = 256; in pl010_rx_chars() local
118 status = readb(port->membase + UART01x_FR); in pl010_rx_chars()
119 while (UART_RX_DATA(status) && max_count--) { in pl010_rx_chars()
161 status = readb(port->membase + UART01x_FR); in pl010_rx_chars()
179 unsigned int status, delta; in pl010_modem_status() local
183 status = readb(port->membase + UART01x_FR) & UART01x_FR_MODEM_ANY; in pl010_modem_status()
185 delta = status ^ uap->old_status; in pl010_modem_status()
186 uap->old_status = status; in pl010_modem_status()
192 uart_handle_dcd_change(port, status & UART01x_FR_DCD); in pl010_modem_status()
198 uart_handle_cts_change(port, status in pl010_modem_status()
207 unsigned int status, pass_counter = AMBA_ISR_PASS_LIMIT; pl010_int() local
238 unsigned int status = readb(port->membase + UART01x_FR); pl010_tx_empty() local
246 unsigned int status; pl010_get_mctrl() local
535 unsigned int status; pl010_console_putchar() local
549 unsigned int status, old_cr; pl010_console_write() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dtrx.c261 struct rtl_stats *status, in rtl8723e_rx_query_desc()
270 status->length = (u16)get_rx_desc_pkt_len(pdesc); in rtl8723e_rx_query_desc()
271 status->rx_drvinfo_size = (u8)get_rx_desc_drv_info_size(pdesc) * in rtl8723e_rx_query_desc()
273 status->rx_bufshift = (u8)(get_rx_desc_shift(pdesc) & 0x03); in rtl8723e_rx_query_desc()
274 status->icv = (u16)get_rx_desc_icv(pdesc); in rtl8723e_rx_query_desc()
275 status->crc = (u16)get_rx_desc_crc32(pdesc); in rtl8723e_rx_query_desc()
276 status->hwerror = (status->crc | status->icv); in rtl8723e_rx_query_desc()
277 status in rtl8723e_rx_query_desc()
260 rtl8723e_rx_query_desc(struct ieee80211_hw *hw, struct rtl_stats *status, struct ieee80211_rx_status *rx_status, u8 *pdesc8, struct sk_buff *skb) rtl8723e_rx_query_desc() argument
[all...]
/kernel/linux/linux-5.10/fs/ocfs2/
H A Ddlmglue.c543 /* This also clears out the lock status block */ in ocfs2_lock_res_init_once()
790 /* Need to clear out the lock status block for the dlm */ in ocfs2_lock_res_free()
1150 int status; in ocfs2_locking_ast() local
1154 status = ocfs2_dlm_lock_status(&lockres->l_lksb); in ocfs2_locking_ast()
1156 if (status == -EAGAIN) { in ocfs2_locking_ast()
1161 if (status) { in ocfs2_locking_ast()
1162 mlog(ML_ERROR, "lockres %s: lksb status value of %d!\n", in ocfs2_locking_ast()
1163 lockres->l_name, status); in ocfs2_locking_ast()
1766 int status, level; in ocfs2_rw_lock() local
1781 status in ocfs2_rw_lock()
1790 int status, level; ocfs2_try_rw_lock() local
1828 int status = 0; ocfs2_open_lock() local
1850 int status = 0, level; ocfs2_try_open_lock() local
2267 int status = 0; ocfs2_should_refresh_lock_res() local
2295 ocfs2_complete_lock_res_refresh(struct ocfs2_lock_res *lockres, int status) ocfs2_complete_lock_res_refresh() argument
2313 int status = 0; ocfs2_inode_lock_update() local
2394 int status; ocfs2_assign_bh() local
2422 int status, level, acquired; ocfs2_inode_lock_full_nested() local
2669 int status = 0; ocfs2_inode_lock_tracker() local
2744 int status = 0; ocfs2_orphan_scan_lock() local
2784 int status = 0; ocfs2_super_lock() local
2832 int status; ocfs2_rename_lock() local
2858 int status; ocfs2_nfs_sync_lock() local
2902 int status; ocfs2_trim_fs_lock() local
3319 int status = 0; ocfs2_dlm_init() local
3501 int status; ocfs2_mark_lockres_freeing() local
3579 int status, err; ocfs2_drop_inode_locks() local
4186 int status = 0; ocfs2_refresh_qinfo() local
4228 int status = 0; ocfs2_qinfo_lock() local
4257 int status; ocfs2_refcount_lock() local
4289 int status; ocfs2_process_blocked_lock() local
[all...]
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dwmi.c171 acpi_status status; in get_subobj_info() local
173 status = acpi_get_handle(handle, (char *)pathname, &subobj_handle); in get_subobj_info()
174 if (status == AE_NOT_FOUND) in get_subobj_info()
176 else if (ACPI_FAILURE(status)) in get_subobj_info()
180 status = acpi_get_object_info(subobj_handle, info_ptr); in get_subobj_info()
181 if (ACPI_FAILURE(status)) in get_subobj_info()
194 acpi_status status; in wmi_method_enable() local
201 status = acpi_execute_simple_method(handle, method, enable); in wmi_method_enable()
202 if (status == AE_NOT_FOUND) in wmi_method_enable()
205 return status; in wmi_method_enable()
283 acpi_status status; wmi_instance_count() local
329 acpi_status status; wmi_evaluate_method() local
398 acpi_status status, wc_status = AE_ERROR; __query_block() local
475 acpi_status status; wmi_query_block() local
525 acpi_status status; wmi_set_block() local
585 acpi_status status; wmi_notify_debug() local
632 acpi_status status = AE_NOT_EXIST; wmi_install_notify_handler() local
674 acpi_status status = AE_NOT_EXIST; wmi_remove_notify_handler() local
760 acpi_status status; wmi_get_acpi_device_uid() local
1264 acpi_status status; parse_wdg() local
1407 acpi_status status; acpi_wmi_notify_handler() local
1451 acpi_status status; acpi_wmi_probe() local
[all...]

Completed in 23 milliseconds

1...<<41424344454647484950>>...639