Searched refs:handle_error (Results 1 - 12 of 12) sorted by relevance

/linux-master/tools/crypto/ccp/
H A Ddbc.py29 def handle_error(code): function
39 handle_error(ret)
50 handle_error(ret)
63 handle_error(ret)
/linux-master/drivers/edac/
H A De752x_edac.c380 int handle_error)
384 if (handle_error)
438 int handle_error)
442 if (handle_error)
447 int *error_found, int handle_error)
451 if (!handle_error)
481 int handle_error)
485 if (handle_error)
490 int *error_found, int handle_error)
494 if (handle_error)
378 process_ce(struct mem_ctl_info *mci, u16 error_one, u32 sec1_add, u16 sec1_syndrome, int *error_found, int handle_error) argument
436 process_ue(struct mem_ctl_info *mci, u16 error_one, u32 ded_add, u32 scrb_add, int *error_found, int handle_error) argument
446 process_ue_no_info_wr(struct mem_ctl_info *mci, int *error_found, int handle_error) argument
479 process_ded_retry(struct mem_ctl_info *mci, u16 error, u32 retry_add, int *error_found, int handle_error) argument
489 process_threshold_ce(struct mem_ctl_info *mci, u16 error, int *error_found, int handle_error) argument
534 global_error(int fatal, u32 errors, int *error_found, int handle_error) argument
561 hub_error(int fatal, u8 errors, int *error_found, int handle_error) argument
618 nsi_error(int fatal, u32 errors, int *error_found, int handle_error) argument
645 membuf_error(u8 errors, int *error_found, int handle_error) argument
676 sysbus_error(int fatal, u32 errors, int *error_found, int handle_error) argument
685 e752x_check_hub_interface(struct e752x_error_info *info, int *error_found, int handle_error) argument
718 e752x_check_ns_interface(struct e752x_error_info *info, int *error_found, int handle_error) argument
743 e752x_check_sysbus(struct e752x_error_info *info, int *error_found, int handle_error) argument
770 e752x_check_membuf(struct e752x_error_info *info, int *error_found, int handle_error) argument
790 e752x_check_dram(struct mem_ctl_info *mci, struct e752x_error_info *info, int *error_found, int handle_error) argument
[all...]
H A Dzynqmp_edac.c151 * handle_error - Handle error types CE and UE
157 static void handle_error(struct edac_device_ctl_info *dci, struct ecc_status *p) function
204 handle_error(dci, &priv->stat);
H A Dsynopsys_edac.c464 * handle_error - Handle Correctable and Uncorrectable errors.
470 static void handle_error(struct mem_ctl_info *mci, struct synps_ecc_status *p) function
572 handle_error(mci, &priv->stat);
606 handle_error(mci, &priv->stat);
H A Dversal_edac.c408 * handle_error - Handle Correctable and Uncorrectable errors.
414 static void handle_error(struct mem_ctl_info *mci, struct ecc_status *stat) function
475 handle_error(mci, &priv->stat);
/linux-master/tools/testing/selftests/sched/
H A Dcs_prctl_test.c90 #define handle_error(msg) __handle_error(__FILE__, __LINE__, msg) macro
143 handle_error("child stack allocate");
147 handle_error("clone thread");
184 handle_error("pipe() failed");
277 handle_error("process group");
287 handle_error("core_sched create failed -- PGID");
301 handle_error("core_sched create failed -- TGID");
311 handle_error("core_sched share to itself failed -- PID");
322 handle_error("core_sched share from thread failed -- PID");
330 handle_error("core_sche
[all...]
/linux-master/net/tls/
H A Dtls_device.c477 handle_error:
506 goto handle_error;
513 goto handle_error;
526 goto handle_error;
/linux-master/drivers/tty/serial/
H A Dcpm_uart.c281 goto handle_error;
317 handle_error:
H A Ducc_uart.c500 goto handle_error;
530 handle_error:
/linux-master/fs/btrfs/
H A Ddisk-io.c2631 bool handle_error = false; local
2636 if (handle_error) {
2661 handle_error = true;
2671 handle_error = true;
2679 handle_error = true;
/linux-master/drivers/scsi/
H A Dmesh.c1025 static void handle_error(struct mesh_state *ms) function
1505 handle_error(ms);
1671 handle_error(ms);
/linux-master/sound/pci/asihpi/
H A Dasihpi.c260 static u16 handle_error(u16 err, int line, char *filename) function
269 #define hpi_handle_error(x) handle_error(x, __LINE__, __FILE__)

Completed in 526 milliseconds