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