Home
last modified time | relevance | path

Searched refs:ip_seg (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.101.15/bsd/sys/
H A Dimgact.h79 int ip_seg; /* segment for arguments */ member
/xnu-11417.101.15/bsd/kern/
H A Dkern_exec.c1473 error = exec_save_path(imgp, imgp->ip_user_fname, imgp->ip_seg, &excpath); in exec_mach_imgact()
2479 error = exec_save_path(imgp, imgp->ip_user_fname, imgp->ip_seg, &excpath); in exec_activate_image()
3864 imgp->ip_seg = (is_64 ? UIO_USERSPACE64 : UIO_USERSPACE32); in posix_spawn()
5470 imgp->ip_seg = (is_64 ? UIO_USERSPACE64 : UIO_USERSPACE32); in __mac_execve()
6186 error = exec_add_user_string(imgp, imgp->ip_user_fname, imgp->ip_seg, TRUE); in exec_extract_strings()
6217 error = exec_add_user_string(imgp, arg, imgp->ip_seg, TRUE); in exec_extract_strings()
6256 error = exec_add_user_string(imgp, env, imgp->ip_seg, TRUE); in exec_extract_strings()