Searched refs:err_str (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/libsyscall/mach/
H A Dmach_error.c73 char *err_str; local
77 err_str = mach_error_string_int(err, &diag);
80 _mach_snprintf(buf, sizeof(buf), "%s %s (%x)", mach_error_type(err), err_str, err);
81 err_str = buf;
84 fprintf_stderr("%s %s\n", str, err_str);
/xnu-2782.1.97/bsd/kern/
H A Duipc_syscalls.c2874 #define ENXIO_10146739_DBG(err_str) { \
2876 printf(err_str, \

Completed in 83 milliseconds