Lines Matching refs:image_params

363 struct image_params;    /* Forward */
364 static int exec_activate_image(struct image_params *imgp);
365 static int exec_copyout_strings(struct image_params *imgp, user_addr_t *stackp);
367 static int execargs_alloc(struct image_params *imgp);
368 static int execargs_free(struct image_params *imgp);
369 static int exec_check_permissions(struct image_params *imgp);
370 static int exec_extract_strings(struct image_params *imgp);
371 static int exec_add_apple_strings(struct image_params *imgp, const load_result_t *load_result);
372 static int exec_handle_sugid(struct image_params *imgp);
377 static void exec_resettextvp(proc_t, struct image_params *);
378 static int check_for_signature(proc_t, struct image_params *);
379 static void exec_prefault_data(proc_t, struct image_params *, load_result_t *);
380 static errno_t exec_handle_port_actions(struct image_params *imgp,
406 exec_add_user_string(struct image_params *imgp, user_addr_t str, int seg, boolean_t is_ncargs) in exec_add_user_string()
483 exec_save_path(struct image_params *imgp, user_addr_t path, int seg, const char **excpath) in exec_save_path()
542 exec_reset_save_path(struct image_params *imgp) in exec_reset_save_path()
573 exec_shell_imgact(struct image_params *imgp) in exec_shell_imgact()
739 exec_fat_imgact(struct image_params *imgp) in exec_fat_imgact()
889 set_proc_name(struct image_params *imgp, proc_t p) in set_proc_name()
924 get_teamid_for_shared_region(struct image_params *imgp) in get_teamid_for_shared_region()
1009 exec_mach_imgact(struct image_params *imgp) in exec_mach_imgact()
1747 int(*const ex_imgact)(struct image_params *);
1786 exec_activate_image(struct image_params *imgp) in exec_activate_image()
2119 exec_handle_port_actions(struct image_params *imgp, in exec_handle_port_actions()
2308 exec_handle_file_actions(struct image_params *imgp, short psa_flags) in exec_handle_file_actions()
3067 struct image_params *imgp = NULL; in posix_spawn()
3093 struct image_params imgp; in posix_spawn()
4531 struct image_params *imgp = NULL; in __mac_execve()
4545 struct image_params imgp; in __mac_execve()
4994 exec_copyout_strings(struct image_params *imgp, user_addr_t *stackp) in exec_copyout_strings()
5198 exec_extract_strings(struct image_params *imgp) in exec_extract_strings()
5460 exec_add_entropy_key(struct image_params *imgp, in exec_add_entropy_key()
5498 is_arm64e_running_as_arm64(const struct image_params *imgp) in is_arm64e_running_as_arm64()
5508 exec_add_apple_strings(struct image_params *imgp, in exec_add_apple_strings()
5805 exec_check_permissions(struct image_params *imgp) in exec_check_permissions()
5930 exec_handle_sugid(struct image_params *imgp) in exec_handle_sugid()
6676 execargs_alloc(struct image_params *imgp) in execargs_alloc()
6744 execargs_free(struct image_params *imgp) in execargs_free()
6780 exec_resettextvp(proc_t p, struct image_params *imgp) in exec_resettextvp()
6847 check_for_signature(proc_t p, struct image_params *imgp) in check_for_signature()
7088 exec_prefault_data(proc_t p __unused, struct image_params *imgp, load_result_t *load_result) in exec_prefault_data()