Home
last modified time | relevance | path

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

/xnu-11417.121.6/libsyscall/mach/
H A Dmach_error_string.c143 const struct error_subsystem *sub_p; in mach_error_string_int() local
165 sub_p = &sys_p->subsystem[sub]; in mach_error_string_int()
166 if (sub_p->map_table) { in mach_error_string_int()
167 code = err_sparse_mapit(code, sub_p->map_table, sub_p->map_count); in mach_error_string_int()
169 if (code >= sub_p->max_code) { in mach_error_string_int()
174 return (char *)sub_p->codes[code]; in mach_error_string_int()