Searched refs:excpath (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215/bsd/kern/ |
| H A D | kern_exec.c | 509 exec_save_path(struct image_params *imgp, user_addr_t path, int seg, const char **excpath) in exec_save_path() argument 542 if (excpath) { in exec_save_path() 543 *excpath = imgp->ip_strings + strlen(EXECUTABLE_KEY); in exec_save_path() 1305 const char *excpath; in exec_mach_imgact() local 1306 error = exec_save_path(imgp, imgp->ip_user_fname, imgp->ip_seg, &excpath); in exec_mach_imgact() 1307 …(OS_LOG_DEFAULT, "Unsupported 32-bit executable: \"%s\"", (error) ? imgp->ip_vp->v_name : excpath); in exec_mach_imgact() 2257 const char *excpath; in exec_activate_image() local 2278 error = exec_save_path(imgp, imgp->ip_user_fname, imgp->ip_seg, &excpath); in exec_activate_image() 2284 DTRACE_PROC1(exec, uintptr_t, excpath); in exec_activate_image() 2289 UIO_SYSSPACE, CAST_USER_ADDR_T(excpath), imgp->ip_vfs_context); in exec_activate_image() [all …]
|