Home
last modified time | relevance | path

Searched refs:mach_error_t (Results 1 – 6 of 6) sorted by relevance

/xnu-8792.41.9/libsyscall/mach/ !
H A Dmach_error_string.c66 static void do_compat(mach_error_t *);
69 do_compat(mach_error_t *org_err) in do_compat()
71 mach_error_t err = *org_err; in do_compat()
116 mach_error_type(mach_error_t err) in mach_error_type()
140 mach_error_string_int(mach_error_t err, boolean_t *diag) in mach_error_string_int()
178 mach_error_string(mach_error_t err) in mach_error_string()
H A Dmach_error.c71 mach_error(const char *str, mach_error_t err) in mach_error()
H A Derrorlib.h112 char *mach_error_string_int(mach_error_t, boolean_t *);
/xnu-8792.41.9/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-8792.41.9/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-8792.41.9/tests/ !
H A Dstackshot_tests.m1956 mach_error_t error __unused) {