Searched refs:err_max_system (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/libsyscall/mach/mach/
H A Derrorlib.h98 extern const struct error_system errors[err_max_system+1];
/darwin-on-arm/xnu/libsyscall/mach/
H A Dmach_error_string.c126 if (system <= err_max_system && sys_p->map_table)
129 if (system > err_max_system || sub >= sys_p->max_sub)
152 if (system > err_max_system)
H A Derror_codes.c75 const struct error_system _mach_errors[err_max_system+1] = {
H A Derrorlib.h111 extern const struct error_system _mach_errors[err_max_system+1];
/darwin-on-arm/xnu/osfmk/mach/
H A Derror.h105 #define err_max_system 0x3f macro

Completed in 30 milliseconds