Lines Matching refs:err
49 mach_error_type(mach_error_t err) in mach_error_type() argument
53 __mach_error_map_compat( &err ); in mach_error_type()
55 sub = err_get_sub(err); in mach_error_type()
56 system = err_get_system(err); in mach_error_type()
67 mach_error_string_int(mach_error_t err, in mach_error_string_int() argument
72 __mach_error_map_compat( &err ); in mach_error_string_int()
74 sub = err_get_sub(err); in mach_error_string_int()
75 system = err_get_system(err); in mach_error_string_int()
76 code = err_get_code(err); in mach_error_string_int()
89 mach_error_string(mach_error_t err) in mach_error_string() argument
93 return mach_error_string_int( err, &diag ); in mach_error_string()