Searched refs:mach_error_t (Results 1 - 5 of 5) sorted by relevance

/xnu-2782.1.97/libsyscall/mach/mach/
H A Dmach_error.h74 mach_error_t error_value
82 mach_error_t error_value
89 mach_error_t error_value
/xnu-2782.1.97/osfmk/mach/
H A Derror.h78 #define err_none (mach_error_t)0
79 #define ERR_SUCCESS (mach_error_t)0
111 typedef kern_return_t mach_error_t; typedef
112 typedef mach_error_t (* mach_error_fn_t)( void );
/xnu-2782.1.97/libsyscall/mach/
H A Dmach_error_string.c66 static void do_compat(mach_error_t *);
69 do_compat(mach_error_t *org_err)
71 mach_error_t err = *org_err;
115 mach_error_type(mach_error_t err)
137 mach_error_string_int(mach_error_t err, boolean_t *diag)
171 mach_error_string(mach_error_t err)
H A Dmach_error.c71 mach_error(const char *str, mach_error_t err)
H A Derrorlib.h112 char *mach_error_string_int(mach_error_t, boolean_t *);

Completed in 80 milliseconds