Searched refs:errors (Results 1 – 3 of 3) sorted by relevance
59 || sub >= errors[system].max_sub ) return( "(?/?)" ); in mach_error_type()60 return( errors[system].subsystem[sub].subsys_name ); in mach_error_type()81 if (sub >= errors[system].max_sub) return( errors[system].bad_sub ); in mach_error_string_int()82 if (code >= errors[system].subsystem[sub].max_code) return ( NO_SUCH_ERROR ); in mach_error_string_int()85 return( errors[system].subsystem[sub].codes[code] ); in mach_error_string_int()
81 #define errors __mach_error_systems macro82 extern const struct error_system errors[err_max_system+1];
41 * A place to define User errors
Completed in 5 milliseconds