Searched refs:ip_seg (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.41.6/bsd/sys/ |
| H A D | imgact.h | 79 int ip_seg; /* segment for arguments */ member
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | kern_exec.c | 1832 error = exec_save_path(imgp, imgp->ip_user_fname, imgp->ip_seg, &excpath); in exec_mach_imgact() 2794 error = exec_save_path(imgp, imgp->ip_user_fname, imgp->ip_seg, &excpath); in exec_activate_image() 4214 imgp->ip_seg = (is_64 ? UIO_USERSPACE64 : UIO_USERSPACE32); in posix_spawn() 5868 imgp->ip_seg = (is_64 ? UIO_USERSPACE64 : UIO_USERSPACE32); in __mac_execve() 6621 error = exec_add_user_string(imgp, imgp->ip_user_fname, imgp->ip_seg, TRUE); in exec_extract_strings() 6652 error = exec_add_user_string(imgp, arg, imgp->ip_seg, TRUE); in exec_extract_strings() 6691 error = exec_add_user_string(imgp, env, imgp->ip_seg, TRUE); in exec_extract_strings()
|