Searched refs:nt_errors (Results 1 – 1 of 1) sorted by relevance
1023 static const nt_err_code_struct nt_errors[] = { variable1887 for (i = 0; nt_errors[i].name; i++) { in nt_errstr()1888 if (err == nt_errors[i].code) in nt_errstr()1889 return nt_errors[i].name; in nt_errstr()