Home
last modified time | relevance | path

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

/xnu-12377.1.9/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.h110 extern const struct error_system _mach_errors[err_max_system + 1];
H A Derror_codes.c79 const struct error_system _mach_errors[err_max_system + 1] = { variable