Home
last modified time | relevance | path

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

/xnu-8020.101.4/libsyscall/mach/
H A Dmach_error_string.c124 sys_p = &_mach_errors[system]; in mach_error_type()
149 sys_p = &_mach_errors[system]; in mach_error_string_int()
H A Derrorlib.h111 extern const struct error_system _mach_errors[err_max_system + 1];
H A Derror_codes.c78 const struct error_system _mach_errors[err_max_system + 1] = { variable