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

/darwin-on-arm/xnu/bsd/sys/
H A Dimgact.h79 int ip_seg; /* segment for arguments */ member in struct:image_params
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exec.c1275 error = exec_save_path(imgp, imgp->ip_user_fname, imgp->ip_seg);
1736 imgp->ip_seg = (is_64 ? UIO_USERSPACE64 : UIO_USERSPACE32);
2324 imgp->ip_seg = (is_64 ? UIO_USERSPACE64 : UIO_USERSPACE32);
2811 error = exec_add_user_string(imgp, imgp->ip_user_fname, imgp->ip_seg, TRUE);
2840 error = exec_add_user_string(imgp, arg, imgp->ip_seg, TRUE);
2877 error = exec_add_user_string(imgp, env, imgp->ip_seg, TRUE);

Completed in 77 milliseconds