Home
last modified time | relevance | path

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

/xnu-10063.141.1/libsyscall/mach/
H A Dmach_error_string.c140 mach_error_string_int(mach_error_t err, boolean_t *diag) in mach_error_string_int() function
182 return mach_error_string_int( err, &diag ); in mach_error_string()
H A Dmach_error.c77 err_str = mach_error_string_int(err, &diag); in mach_error()
H A Derrorlib.h112 char *mach_error_string_int(mach_error_t, boolean_t *);