Searched refs:handle_errors (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dbb_strtonum.c29 static unsigned long long handle_errors(unsigned long long v, char **endp, char *endptr) function
63 return handle_errors(v, endp, endptr);
74 return handle_errors(v, endp, endptr);
86 return handle_errors(v, endp, endptr);
97 return handle_errors(v, endp, endptr);
111 return handle_errors(v, endp, endptr);
124 return handle_errors(v, endp, endptr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/edac/
H A Damd76x_edac.c126 * @handle_errors: 1 if we should do recovery
129 * A return of 1 indicates an error. Also if handle_errors is true
134 int handle_errors)
147 if (handle_errors) {
160 if (handle_errors) {
132 amd76x_process_error_info(struct mem_ctl_info *mci, struct amd76x_error_info *info, int handle_errors) argument
H A Dr82600_edac.c161 int handle_errors)
181 if (handle_errors)
191 if (handle_errors)
159 r82600_process_error_info(struct mem_ctl_info *mci, struct r82600_error_info *info, int handle_errors) argument
H A De7xxx_edac.c274 int handle_errors)
284 if (handle_errors)
291 if (handle_errors)
298 if (handle_errors) {
309 if (handle_errors) {
272 e7xxx_process_error_info(struct mem_ctl_info *mci, struct e7xxx_error_info *info, int handle_errors) argument
H A De752x_edac.c917 int handle_errors)
927 global_error(1, error32, &error_found, handle_errors);
930 global_error(0, stat32, &error_found, handle_errors);
936 global_error(1, error32, &error_found, handle_errors);
939 global_error(0, stat32, &error_found, handle_errors);
941 e752x_check_hub_interface(info, &error_found, handle_errors);
942 e752x_check_ns_interface(info, &error_found, handle_errors);
943 e752x_check_sysbus(info, &error_found, handle_errors);
944 e752x_check_membuf(info, &error_found, handle_errors);
945 e752x_check_dram(mci, info, &error_found, handle_errors);
915 e752x_process_error_info(struct mem_ctl_info *mci, struct e752x_error_info *info, int handle_errors) argument
[all...]
H A Di82443bxgx_edac.c144 *info, int handle_errors)
157 if (handle_errors)
167 if (handle_errors)
141 i82443bxgx_edacmc_process_error_info(struct mem_ctl_info *mci, struct i82443bxgx_edacmc_error_info *info, int handle_errors) argument
H A Dedac_mce_amd.c294 void amd_decode_nb_mce(int node_id, struct err_regs *regs, int handle_errors) argument
298 if (!handle_errors)
H A Di82860_edac.c100 int handle_errors)
107 if (!handle_errors)
98 i82860_process_error_info(struct mem_ctl_info *mci, struct i82860_error_info *info, int handle_errors) argument
H A Di3000_edac.c234 int handle_errors)
244 if (!handle_errors)
232 i3000_process_error_info(struct mem_ctl_info *mci, struct i3000_error_info *info, int handle_errors) argument
H A Di5000_edac.c465 * int handle_errors);
471 int handle_errors)
548 * int handle_errors);
554 int handle_errors)
748 int handle_errors)
751 i5000_process_fatal_error_info(mci, info, handle_errors);
754 i5000_process_nonfatal_error_info(mci, info, handle_errors);
469 i5000_process_fatal_error_info(struct mem_ctl_info *mci, struct i5000_error_info *info, int handle_errors) argument
552 i5000_process_nonfatal_error_info(struct mem_ctl_info *mci, struct i5000_error_info *info, int handle_errors) argument
746 i5000_process_error_info(struct mem_ctl_info *mci, struct i5000_error_info *info, int handle_errors) argument
H A Di82875p_edac.c225 int handle_errors)
234 if (!handle_errors)
223 i82875p_process_error_info(struct mem_ctl_info *mci, struct i82875p_error_info *info, int handle_errors) argument
H A Di82975x_edac.c278 struct i82975x_error_info *info, int handle_errors)
287 if (!handle_errors)
277 i82975x_process_error_info(struct mem_ctl_info *mci, struct i82975x_error_info *info, int handle_errors) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_intr.c632 static int handle_errors(struct ipath_devdata *dd, ipath_err_t errs) function
1145 chk0rcv |= handle_errors(dd, estat);

Completed in 142 milliseconds