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

/xnu-2782.1.97/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_with_bits(struct vnode *vp, integer_t archbits,
H A Dmach_loader.h46 typedef int load_return_t; typedef
76 load_return_t load_machfile(
H A Dmach_fat.c59 static load_return_t
74 load_return_t lret;
181 load_return_t
210 load_return_t
H A Dmach_loader.c122 static load_return_t
136 static load_return_t
149 static load_return_t
156 static load_return_t
166 static load_return_t
178 load_return_t
186 static load_return_t
194 static load_return_t
201 static load_return_t
210 static load_return_t
[all...]
H A Dkern_exec.c238 static int load_return_to_errno(load_return_t lrtn);
591 load_return_t lret;
752 load_return_t lret;
4060 * Description: Convert a load_return_t (Mach error) to an errno (BSD error)
4077 load_return_to_errno(load_return_t lrtn)

Completed in 39 milliseconds