Home
last modified time | relevance | path

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

/xnu-8792.81.2/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-8792.81.2/iokit/DriverKit/
H A DIOReturn.h76 #define err_max_system 0x3f
78 #define system_emask (err_system(err_max_system))
/xnu-8792.81.2/iokit/IOKit/
H A DIOReturn.h76 #define err_max_system 0x3f
78 #define system_emask (err_system(err_max_system))
/xnu-8792.81.2/libsyscall/mach/mach/
H A Derrorlib.h98 extern const struct error_system errors[err_max_system + 1];
/xnu-8792.81.2/osfmk/mach/
H A Derror.h105 #define err_max_system 0x3f macro