Searched refs:tlmi_errs (Results 1 – 1 of 1) sorted by relevance
178 static const struct tlmi_err_codes tlmi_errs[] = { variable213 for (i = 0; i < sizeof(tlmi_errs)/sizeof(struct tlmi_err_codes); i++) { in tlmi_errstr_to_err()214 if (!strcmp(tlmi_errs[i].err_str, errstr)) in tlmi_errstr_to_err()215 return tlmi_errs[i].err_code; in tlmi_errstr_to_err()