Searched refs:sub_p (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/libsyscall/mach/
H A Dmach_error_string.c140 const struct error_subsystem *sub_p; local
160 sub_p = &sys_p->subsystem[sub];
161 if (sub_p->map_table)
162 code = err_sparse_mapit(code, sub_p->map_table, sub_p->map_count);
163 if (code >= sub_p->max_code)
167 return( (char *)sub_p->codes[code] );

Completed in 70 milliseconds