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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dimgact.h79 int ip_seg; /* segment for arguments */ member in struct:image_params
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_exec.c248 if (IS_UIO_SYS_SPACE(imgp->ip_seg)) {
1215 error = exec_save_path(imgp, imgp->ip_user_fname, imgp->ip_seg);
1223 imgp->ip_seg, imgp->ip_user_fname, imgp->ip_vfs_context);
1593 imgp->ip_seg = (is_64 ? UIO_USERSPACE64 : UIO_USERSPACE32);
1949 imgp->ip_seg = (is_64 ? UIO_USERSPACE64 : UIO_USERSPACE32);

Completed in 31 milliseconds