Searched refs:image_params (Results 1 – 15 of 15) sorted by relevance
| /xnu-12377.61.12/bsd/kern/ |
| H A D | mach_loader.h | 120 struct image_params; 122 struct image_params *imgp, 131 struct image_params *imgp,
|
| H A D | kern_exec_internal.h | 40 set_proc_name(struct image_params *imgp, proc_t p); 142 extern exec_security_err_t exec_check_security_entitlement(struct image_params *imgp,
|
| H A D | mach_fat.h | 39 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 D | kern_exec.c | 291 task_t new_task, struct image_params *imgp, void **inherit); 394 struct image_params; /* Forward */ 395 static int exec_activate_image(struct image_params *imgp); 396 static int exec_copyout_strings(struct image_params *imgp, user_addr_t *stackp); 398 static int execargs_alloc(struct image_params *imgp); 399 static int execargs_free(struct image_params *imgp); 400 static int exec_check_permissions(struct image_params *imgp); 401 static int exec_extract_strings(struct image_params *imgp); 402 static int exec_add_apple_strings(struct image_params *imgp, const load_result_t *load_result, task… 403 static int exec_handle_sugid(struct image_params *imgp); [all …]
|
| H A D | mach_fat.c | 67 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 D | mach_loader.c | 207 struct image_params *imgp 221 struct image_params *imgp 235 struct image_params *imgp, 248 struct image_params *imgp); 325 struct image_params *imgp 335 struct image_params *imgp 343 struct image_params *imgp, 359 struct image_params *imgp 575 process_is_plugin_host(struct image_params *imgp, load_result_t *result) in process_is_plugin_host() 684 struct image_params *imgp, in load_machfile() [all …]
|
| H A D | ubc_subr.c | 4727 struct image_params *imgp, in ubc_cs_blob_add() 5620 struct image_params *imgp, in ubc_cs_blob_revalidate()
|
| /xnu-12377.61.12/bsd/sys/ |
| H A D | imgact.h | 75 struct image_params { struct
|
| H A D | ubc_internal.h | 252 vm_address_t *, vm_size_t, struct image_params *,
|
| H A D | ubc.h | 92 int ubc_cs_blob_revalidate(vnode_t, struct cs_blob *, struct image_params *, int, uint32_t);
|
| H A D | user.h | 200 struct image_params *imgp;
|
| /xnu-12377.61.12/security/ |
| H A D | mac_framework.h | 95 struct image_params; 189 int mac_execve_enter(user_addr_t mac_p, struct image_params *imgp) __result_use_check; 348 int mac_proc_check_launch_constraints(proc_t curp, struct image_params *imgp, os_reason_t *reas… 462 struct image_params *imgp) __result_use_check; 519 struct cs_blob *cs_blob, struct image_params *imgp,
|
| H A D | mac_process.c | 246 mac_execve_enter(user_addr_t mac_p, struct image_params *imgp) in mac_execve_enter() 913 mac_proc_check_launch_constraints(proc_t curp, struct image_params *imgp, os_reason_t *reasonp) in mac_proc_check_launch_constraints()
|
| H A D | mac_vfs.c | 1207 struct image_params *imgp) in mac_vnode_check_exec() 1304 struct image_params *imgp, in mac_vnode_check_signature()
|
| /xnu-12377.61.12/osfmk/kern/ |
| H A D | thread.h | 1637 struct image_params; 1657 extern void uthread_set_exec_data(struct uthread *uth, struct image_params *imgp);
|