Home
last modified time | relevance | path

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

/xnu-11417.121.6/libsyscall/mach/
H A Dmach_error_string.c118 const struct error_system *sys_p; in mach_error_type() local
124 sys_p = &_mach_errors[system]; in mach_error_type()
127 if (system <= err_max_system && sys_p->map_table) { in mach_error_type()
128 sub = err_sparse_mapit(sub, sys_p->map_table, sys_p->map_count); in mach_error_type()
131 if (system > err_max_system || sub >= sys_p->max_sub) { in mach_error_type()
134 return (char *) (sys_p->subsystem[sub].subsys_name); in mach_error_type()
142 const struct error_system *sys_p; in mach_error_string_int() local
149 sys_p = &_mach_errors[system]; in mach_error_string_int()
157 } else if (sys_p->map_table) { in mach_error_string_int()
158 sub = err_sparse_mapit(sub, sys_p->map_table, sys_p->map_count); in mach_error_string_int()
[all …]