Home
last modified time | relevance | path

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

/xnu-12377.1.9/libsyscall/mach/mach/
H A Dmach_error.h85 char *mach_error_type(
/xnu-12377.1.9/libsyscall/mach/
H A Dmach_error.c80 _mach_snprintf(buf, sizeof(buf), "%s %s (%x)", mach_error_type(err), err_str, err); in mach_error()
H A Dmach_error_string.c116 mach_error_type(mach_error_t err) in mach_error_type() function