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

/macosx-10.5.8/xnu-1228.15.4/libsyscall/mach/headers/
H A Dmach_error.h74 mach_error_t error_value
82 mach_error_t error_value
89 mach_error_t error_value
/macosx-10.5.8/xnu-1228.15.4/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 );
/macosx-10.5.8/xnu-1228.15.4/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.c73 mach_error_t err;
H A Derrorlib.h113 __private_extern__ char *mach_error_string_int(mach_error_t, boolean_t *);

Completed in 28 milliseconds