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

/darwin-on-arm/xnu/libsyscall/mach/
H A Dmach_error_string.c117 const struct error_system *sys_p; local
123 sys_p = &_mach_errors[system];
126 if (system <= err_max_system && sys_p->map_table)
127 sub = err_sparse_mapit(sub, sys_p->map_table, sys_p->map_count);
129 if (system > err_max_system || sub >= sys_p->max_sub)
131 return (char *) (sys_p->subsystem[sub].subsys_name);
139 const struct error_system *sys_p; local
146 sys_p = &_mach_errors[system];
154 else if (sys_p
[all...]

Completed in 27 milliseconds