Searched refs:image_params (Results 1 – 15 of 15) sorted by relevance
| /xnu-11215/bsd/kern/ |
| H A D | mach_loader.h | 116 struct image_params; 118 struct image_params *imgp, 127 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 | 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 | kern_exec.c | 387 struct image_params; /* Forward */ 599 exec_shell_imgact(struct image_params *imgp) in exec_shell_imgact() 765 exec_fat_imgact(struct image_params *imgp) in exec_fat_imgact() 1203 exec_mach_imgact(struct image_params *imgp) in exec_mach_imgact() 3604 struct image_params *imgp = NULL; in posix_spawn() 3638 struct image_params imgp; in posix_spawn() 5232 struct image_params *imgp = NULL; in __mac_execve() 5245 struct image_params imgp; in __mac_execve() 7423 execargs_alloc(struct image_params *imgp) in execargs_alloc() 7491 execargs_free(struct image_params *imgp) in execargs_free() [all …]
|
| H A D | kern_exec_internal.h | 39 set_proc_name(struct image_params *imgp, proc_t p);
|
| H A D | mach_loader.c | 152 struct image_params *imgp 270 struct image_params *imgp 280 struct image_params *imgp 288 struct image_params *imgp, 304 struct image_params *imgp 439 struct image_params *imgp, in load_machfile() 778 struct image_params *imgp in parse_machfile() 1552 struct image_params *imgp, in check_if_simulator_binary() 2891 struct image_params *imgp in load_dylinker() 3201 struct image_params * imgp, in set_signature_error() [all …]
|
| H A D | ubc_subr.c | 4714 struct image_params *imgp, in ubc_cs_blob_add() 5607 struct image_params *imgp, in ubc_cs_blob_revalidate()
|
| /xnu-11215/bsd/sys/ |
| H A D | imgact.h | 75 struct image_params { struct
|
| H A D | ubc_internal.h | 248 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-11215/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; 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 D | mac_process.c | 246 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 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-11215/osfmk/kern/ |
| H A D | thread.h | 1601 struct image_params; 1621 extern void uthread_set_exec_data(struct uthread *uth, struct image_params *imgp);
|