Searched refs:errstring (Results 1 – 4 of 4) sorted by relevance
89 void stop(const char *errstring, int err_code);
165 __u8 errstring; /* actually up to 160 */ member
912 &msg->msg.manufacturer_ind_err.errstring, in actcapi_dispatch()1140 strncpy(tmp, &msg->msg.manufacturer_ind_err.errstring, in actcapi_debug_msg()
129 for (i = 0; strcmp(errorstring, xsd_errors[i].errstring) != 0; i++) { in get_error()