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

/macosx-10.5.8/xnu-1228.15.4/libsyscall/mach/headers/
H A Derrorlib.h98 extern struct error_system errors[err_max_system+1];
/macosx-10.5.8/xnu-1228.15.4/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.c74 __private_extern__ struct error_system _mach_errors[err_max_system+1] = {
H A Derrorlib.h111 __private_extern__ struct error_system _mach_errors[err_max_system+1];
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A Derror.h105 #define err_max_system 0x3f macro

Completed in 81 milliseconds