Home
last modified time | relevance | path

Searched refs:image_params (Results 1 – 15 of 15) sorted by relevance

/xnu-11215.1.10/bsd/kern/
H A Dmach_loader.h116 struct image_params;
118 struct image_params *imgp,
127 struct image_params *imgp,
H A Dmach_fat.h39 load_return_t fatfile_getbestarch(vm_offset_t data_ptr, vm_size_t data_size, struct image_params *i…
41 vm_offset_t data_ptr, vm_size_t data_size, struct image_params *imgp, struct fat_arch *archret);
H A Dmach_fat.c67 struct image_params *imgp, in fatfile_getarch()
167 struct image_params *imgp, in fatfile_getbestarch()
188 struct image_params *imgp, in fatfile_getbestarch_for_cputype()
H A Dkern_exec.c271 task_t new_task, struct image_params *imgp, void **inherit);
387 struct image_params; /* Forward */
388 static int exec_activate_image(struct image_params *imgp);
389 static int exec_copyout_strings(struct image_params *imgp, user_addr_t *stackp);
391 static int execargs_alloc(struct image_params *imgp);
392 static int execargs_free(struct image_params *imgp);
393 static int exec_check_permissions(struct image_params *imgp);
394 static int exec_extract_strings(struct image_params *imgp);
395 static int exec_add_apple_strings(struct image_params *imgp, const load_result_t *load_result);
396 static int exec_handle_sugid(struct image_params *imgp);
[all …]
H A Dkern_exec_internal.h39 set_proc_name(struct image_params *imgp, proc_t p);
H A Dmach_loader.c152 struct image_params *imgp
166 struct image_params *imgp
180 struct image_params *imgp,
193 struct image_params *imgp);
270 struct image_params *imgp
280 struct image_params *imgp
288 struct image_params *imgp,
304 struct image_params *imgp
368 process_is_plugin_host(struct image_params *imgp, load_result_t *result) in process_is_plugin_host()
439 struct image_params *imgp, in load_machfile()
[all …]
H A Dubc_subr.c4714 struct image_params *imgp, in ubc_cs_blob_add()
5607 struct image_params *imgp, in ubc_cs_blob_revalidate()
/xnu-11215.1.10/bsd/sys/
H A Dimgact.h75 struct image_params { struct
H A Dubc_internal.h248 vm_address_t *, vm_size_t, struct image_params *,
H A Dubc.h92 int ubc_cs_blob_revalidate(vnode_t, struct cs_blob *, struct image_params *, int, uint32_t);
H A Duser.h200 struct image_params *imgp;
/xnu-11215.1.10/security/
H A Dmac_framework.h95 struct image_params;
189 int mac_execve_enter(user_addr_t mac_p, struct image_params *imgp) __result_use_check;
347 int mac_proc_check_launch_constraints(proc_t curp, struct image_params *imgp, os_reason_t *reas…
461 struct image_params *imgp) __result_use_check;
518 struct cs_blob *cs_blob, struct image_params *imgp,
H A Dmac_process.c246 mac_execve_enter(user_addr_t mac_p, struct image_params *imgp) in mac_execve_enter()
915 mac_proc_check_launch_constraints(proc_t curp, struct image_params *imgp, os_reason_t *reasonp) in mac_proc_check_launch_constraints()
H A Dmac_vfs.c1207 struct image_params *imgp) in mac_vnode_check_exec()
1304 struct image_params *imgp, in mac_vnode_check_signature()
/xnu-11215.1.10/osfmk/kern/
H A Dthread.h1592 struct image_params;
1612 extern void uthread_set_exec_data(struct uthread *uth, struct image_params *imgp);