Home
last modified time | relevance | path

Searched refs:errors (Results 1 – 3 of 3) sorted by relevance

/mach/
A Derrstring.c59 || 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()
A Derrorlib.h81 #define errors __mach_error_systems macro
82 extern const struct error_system errors[err_max_system+1];
A Derr_us.sub41 * A place to define User errors

Completed in 5 milliseconds