Searched refs:image_params (Results 1 - 7 of 7) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dmach_loader.h65 struct image_params;
67 struct image_params *imgp,
H A Dkern_exec.c202 struct image_params; /* Forward */
203 static int exec_activate_image(struct image_params *imgp);
204 static int exec_copyout_strings(struct image_params *imgp, user_addr_t *stackp);
206 static int execargs_alloc(struct image_params *imgp);
207 static int execargs_free(struct image_params *imgp);
208 static int exec_check_permissions(struct image_params *imgp);
209 static int exec_extract_strings(struct image_params *imgp);
210 static int exec_handle_sugid(struct image_params *imgp);
216 static void exec_resettextvp(proc_t, struct image_params *);
227 * Parameters; struct image_params * imag
1564 struct image_params image_params, *imgp; local
1923 struct image_params image_params, *imgp; local
[all...]
H A Dmach_loader.c236 struct image_params *imgp,
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dimgact.h75 struct image_params { struct
/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_process.c196 mac_execve_enter(user_addr_t mac_p, struct image_params *imgp)
H A Dmac_framework.h93 struct image_params;
174 int mac_execve_enter(user_addr_t mac_p, struct image_params *imgp);
442 struct image_params *imgp);
H A Dmac_vfs.c623 struct image_params *imgp)

Completed in 42 milliseconds