Lines Matching refs:image_params

370 struct image_params;    /* Forward */
371 static int exec_activate_image(struct image_params *imgp);
372 static int exec_copyout_strings(struct image_params *imgp, user_addr_t *stackp);
374 static int execargs_alloc(struct image_params *imgp);
375 static int execargs_free(struct image_params *imgp);
376 static int exec_check_permissions(struct image_params *imgp);
377 static int exec_extract_strings(struct image_params *imgp);
378 static int exec_add_apple_strings(struct image_params *imgp, const load_result_t *load_result);
379 static int exec_handle_sugid(struct image_params *imgp);
384 static void exec_resettextvp(proc_t, struct image_params *);
385 static int process_signature(proc_t, struct image_params *);
386 static void exec_prefault_data(proc_t, struct image_params *, load_result_t *);
387 static errno_t exec_handle_port_actions(struct image_params *imgp,
413 exec_add_user_string(struct image_params *imgp, user_addr_t str, int seg, boolean_t is_ncargs) in exec_add_user_string()
490 exec_save_path(struct image_params *imgp, user_addr_t path, int seg, const char **excpath) in exec_save_path()
549 exec_reset_save_path(struct image_params *imgp) in exec_reset_save_path()
580 exec_shell_imgact(struct image_params *imgp) in exec_shell_imgact()
746 exec_fat_imgact(struct image_params *imgp) in exec_fat_imgact()
906 set_proc_name(struct image_params *imgp, proc_t p) in set_proc_name()
963 get_teamid_for_shared_region(struct image_params *imgp) in get_teamid_for_shared_region()
1033 exec_setup_tpro(struct image_params __unused *imgp, load_result_t *load_result) in exec_setup_tpro()
1151 exec_mach_imgact(struct image_params *imgp) in exec_mach_imgact()
2083 int(*const ex_imgact)(struct image_params *);
2122 exec_activate_image(struct image_params *imgp) in exec_activate_image()
2463 exec_handle_port_actions(struct image_params *imgp, in exec_handle_port_actions()
2652 exec_handle_file_actions(struct image_params *imgp, short psa_flags) in exec_handle_file_actions()
3286 proc_apply_tpro(struct image_params *imgp, task_t task) in proc_apply_tpro()
3385 struct image_params *imgp = NULL; in posix_spawn()
3414 struct image_params imgp; in posix_spawn()
4919 struct image_params *imgp = NULL; in __mac_execve()
4932 struct image_params imgp; in __mac_execve()
5370 exec_copyout_strings(struct image_params *imgp, user_addr_t *stackp) in exec_copyout_strings()
5574 exec_extract_strings(struct image_params *imgp) in exec_extract_strings()
5842 exec_add_entropy_key(struct image_params *imgp, in exec_add_entropy_key()
5880 is_arm64e_running_as_arm64(const struct image_params *imgp) in is_arm64e_running_as_arm64()
5890 exec_add_apple_strings(struct image_params *imgp, in exec_add_apple_strings()
6214 exec_check_permissions(struct image_params *imgp) in exec_check_permissions()
6339 exec_handle_sugid(struct image_params *imgp) in exec_handle_sugid()
7085 execargs_alloc(struct image_params *imgp) in execargs_alloc()
7153 execargs_free(struct image_params *imgp) in execargs_free()
7189 uthread_set_exec_data(struct uthread *uth, struct image_params *imgp) in uthread_set_exec_data()
7198 struct image_params *imgp = uth->uu_save.uus_exec_data.imgp; in thread_get_current_exec_path()
7215 exec_resettextvp(proc_t p, struct image_params *imgp) in exec_resettextvp()
7330 process_signature(proc_t p, struct image_params *imgp) in process_signature()
7602 exec_prefault_data(proc_t p __unused, struct image_params *imgp, load_result_t *load_result) in exec_prefault_data()