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

/darwin-on-arm/xnu/bsd/kern/
H A Dmach_fat.h37 load_return_t fatfile_getarch_affinity(struct vnode *vp, vm_offset_t data_ptr,
39 load_return_t fatfile_getarch(struct vnode *vp, vm_offset_t data_ptr,
41 load_return_t fatfile_getarch_with_bits(struct vnode *vp, integer_t archbits,
H A Dmach_loader.h46 typedef int load_return_t; typedef
75 load_return_t load_machfile(
H A Dmach_fat.c59 static load_return_t
74 load_return_t lret;
196 load_return_t
225 load_return_t
250 load_return_t
H A Dmach_loader.c120 static load_return_t
133 static load_return_t
146 static load_return_t
156 static load_return_t
166 load_return_t
174 static load_return_t
182 static load_return_t
189 static load_return_t
198 static load_return_t
206 static load_return_t
[all...]
H A Dkern_exec.c224 static int load_return_to_errno(load_return_t lrtn);
595 load_return_t lret;
719 load_return_t lret;
3571 * Description: Convert a load_return_t (Mach error) to an errno (BSD error)
3588 load_return_to_errno(load_return_t lrtn)

Completed in 75 milliseconds