Home
last modified time | relevance | path

Searched refs:errstring (Results 1 – 4 of 4) sorted by relevance

/drivers/scsi/aic7xxx/aicasm/
Daicasm.h89 void stop(const char *errstring, int err_code);
/drivers/isdn/act2000/
Dcapi.h165 __u8 errstring; /* actually up to 160 */ member
Dcapi.c912 &msg->msg.manufacturer_ind_err.errstring, in actcapi_dispatch()
1140 strncpy(tmp, &msg->msg.manufacturer_ind_err.errstring, in actcapi_debug_msg()
/drivers/xen/xenbus/
Dxenbus_xs.c129 for (i = 0; strcmp(errorstring, xsd_errors[i].errstring) != 0; i++) { in get_error()