Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/sys/
H A Dimgact.h79 int ip_seg; /* segment for arguments */ member
/xnu-12377.1.9/bsd/kern/
H A Dkern_exec.c1425 error = exec_save_path(imgp, imgp->ip_user_fname, imgp->ip_seg, &excpath); in exec_mach_imgact()
2387 error = exec_save_path(imgp, imgp->ip_user_fname, imgp->ip_seg, &excpath); in exec_activate_image()
3777 imgp->ip_seg = (is_64 ? UIO_USERSPACE64 : UIO_USERSPACE32); in posix_spawn()
5405 imgp->ip_seg = (is_64 ? UIO_USERSPACE64 : UIO_USERSPACE32); in __mac_execve()
6137 error = exec_add_user_string(imgp, imgp->ip_user_fname, imgp->ip_seg, TRUE); in exec_extract_strings()
6168 error = exec_add_user_string(imgp, arg, imgp->ip_seg, TRUE); in exec_extract_strings()
6207 error = exec_add_user_string(imgp, env, imgp->ip_seg, TRUE); in exec_extract_strings()