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

/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/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
133 struct amd76x_error_info *info, int handle_errors)
146 if (handle_errors) {
159 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.c158 struct r82600_error_info *info, int handle_errors)
178 if (handle_errors)
189 if (handle_errors)
157 r82600_process_error_info(struct mem_ctl_info *mci, struct r82600_error_info *info, int handle_errors) argument
H A De7xxx_edac.c279 struct e7xxx_error_info *info, int handle_errors)
289 if (handle_errors)
296 if (handle_errors)
303 if (handle_errors) {
314 if (handle_errors) {
278 e7xxx_process_error_info(struct mem_ctl_info *mci, struct e7xxx_error_info *info, int handle_errors) argument
H A De752x_edac.c731 struct e752x_error_info *info, int handle_errors)
741 global_error(1, error32, &error_found, handle_errors);
744 global_error(0, stat32, &error_found, handle_errors);
750 global_error(1, error32, &error_found, handle_errors);
753 global_error(0, stat32, &error_found, handle_errors);
755 e752x_check_hub_interface(info, &error_found, handle_errors);
756 e752x_check_sysbus(info, &error_found, handle_errors);
757 e752x_check_membuf(info, &error_found, handle_errors);
758 e752x_check_dram(mci, info, &error_found, handle_errors);
730 e752x_process_error_info(struct mem_ctl_info *mci, struct e752x_error_info *info, int handle_errors) argument
H A Di82860_edac.c100 struct i82860_error_info *info, int handle_errors)
107 if (!handle_errors)
99 i82860_process_error_info(struct mem_ctl_info *mci, struct i82860_error_info *info, int handle_errors) argument
H A Di82875p_edac.c225 struct i82875p_error_info *info, int handle_errors)
234 if (!handle_errors)
224 i82875p_process_error_info(struct mem_ctl_info *mci, struct i82875p_error_info *info, int handle_errors) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_intr.c501 static int handle_errors(struct ipath_devdata *dd, ipath_err_t errs) function
1000 if (handle_errors(dd, estat))

Completed in 52 milliseconds