Home
last modified time | relevance | path

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

/xnu-10063.141.1/libsyscall/mach/
H A Dmach_error_string.c127 if (system <= err_max_system && sys_p->map_table) { in mach_error_type()
131 if (system > err_max_system || sub >= sys_p->max_sub) { in mach_error_type()
155 if (system > err_max_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] = {
/xnu-10063.141.1/iokit/IOKit/
H A DIOReturn.h76 #define err_max_system 0x3f
78 #define system_emask (err_system(err_max_system))
/xnu-10063.141.1/libsyscall/mach/mach/
H A Derrorlib.h98 extern const struct error_system errors[err_max_system + 1];
/xnu-10063.141.1/osfmk/mach/
H A Derror.h105 #define err_max_system 0x3f macro