Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/sys/
H A Dimgact.h79 int ip_seg; /* segment for arguments */ member
/xnu-12377.61.12/bsd/kern/
H A Dkern_exec.c1869 error = exec_save_path(imgp, imgp->ip_user_fname, imgp->ip_seg, &excpath); in exec_mach_imgact()
2831 error = exec_save_path(imgp, imgp->ip_user_fname, imgp->ip_seg, &excpath); in exec_activate_image()
4251 imgp->ip_seg = (is_64 ? UIO_USERSPACE64 : UIO_USERSPACE32); in posix_spawn()
5905 imgp->ip_seg = (is_64 ? UIO_USERSPACE64 : UIO_USERSPACE32); in __mac_execve()
6658 error = exec_add_user_string(imgp, imgp->ip_user_fname, imgp->ip_seg, TRUE); in exec_extract_strings()
6689 error = exec_add_user_string(imgp, arg, imgp->ip_seg, TRUE); in exec_extract_strings()
6728 error = exec_add_user_string(imgp, env, imgp->ip_seg, TRUE); in exec_extract_strings()