Searched refs:err_max_system (Results 1 – 7 of 7) sorted by relevance
127 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()
111 extern const struct error_system _mach_errors[err_max_system + 1];
78 const struct error_system _mach_errors[err_max_system + 1] = {
76 #define err_max_system 0x3f78 #define system_emask (err_system(err_max_system))
98 extern const struct error_system errors[err_max_system + 1];
105 #define err_max_system 0x3f macro