Searched refs:UIO_USERSPACE32 (Results 1 – 15 of 15) sorted by relevance
| /xnu-11417.121.6/bsd/sys/ |
| H A D | uio.h | 117 UIO_USERSPACE32 = 5, /* kernel address is virtual, to/from user 32-bit virtual */ enumerator 125 UIOF_USERSPACE32 = (1 << UIO_USERSPACE32),
|
| H A D | namei.h | 208 (ndp)->ni_segflg = (vfs_context_is64bit(ctx) ? UIO_USERSPACE64 : UIO_USERSPACE32); \
|
| /xnu-11417.121.6/bsd/kern/ |
| H A D | uipc_syscalls.c | 929 (IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32), in connectx_nocancel() 947 IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32, in connectx_nocancel() 1434 (IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32), in sendto_nocancel() 1549 (is_p_64bit_process ? UIO_USERSPACE64 : UIO_USERSPACE32), in sendmsg_nocancel() 1567 is_p_64bit_process ? UIO_USERSPACE64 : UIO_USERSPACE32, in sendmsg_nocancel() 1661 is_p_64bit_process ? UIO_USERSPACE64 : UIO_USERSPACE32, in internalize_user_msg_x() 1670 is_p_64bit_process ? UIO_USERSPACE64 : UIO_USERSPACE32, in internalize_user_msg_x() 1691 is_p_64bit_process ? UIO_USERSPACE64 : UIO_USERSPACE32, in internalize_user_msg_x() 1789 (is_p_64bit_process ? UIO_USERSPACE64 : UIO_USERSPACE32), in sendit_x() 1918 (is_p_64bit_process ? UIO_USERSPACE64 : UIO_USERSPACE32), in sendmsg_x() [all …]
|
| H A D | sys_generic.c | 312 spacetype = vfs_context_is64bit(ctx) ? UIO_USERSPACE64 : UIO_USERSPACE32; in dofileread() 352 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in read_internal() 449 (IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32), in readv_uio() 459 IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32, in readv_uio() 640 spacetype = vfs_context_is64bit(ctx) ? UIO_USERSPACE64 : UIO_USERSPACE32; in dofilewrite() 680 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in write_internal() 768 (IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32), in writev_uio() 778 IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32, in writev_uio()
|
| H A D | kern_subr.c | 867 uio->uio_segflg = UIO_USERSPACE32; in uio_init() 1053 a_uio->uio_segflg = UIO_USERSPACE32; in uio_reset()
|
| H A D | kern_core.c | 644 UIO_USERSPACE64 : UIO_USERSPACE32; in coredump()
|
| H A D | tty_dev.c | 645 if (uio->uio_segflg == UIO_USERSPACE32) {
|
| H A D | kern_exec.c | 522 case UIO_USERSPACE32: in exec_save_path() 3696 imgp->ip_seg = (is_64 ? UIO_USERSPACE64 : UIO_USERSPACE32); in posix_spawn() 5303 imgp->ip_seg = (is_64 ? UIO_USERSPACE64 : UIO_USERSPACE32); in __mac_execve()
|
| /xnu-11417.121.6/bsd/nfs/ |
| H A D | nfs_syscalls.c | 1332 …error = copyin_user_iovec_array(argp, IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32, 2, … in nfssvc_exportstats() 1484 …error = copyin_user_iovec_array(argp, IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32, 2, … in nfssvc_userstats() 1621 …error = copyin_user_iovec_array(argp, IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32, 2, … in nfssvc_usercount() 1671 …error = copyin_user_iovec_array(argp, IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32, 2, … in nfssvc_srvstats()
|
| /xnu-11417.121.6/bsd/dev/ |
| H A D | memdev.c | 238 } else if (uio->uio_segflg == UIO_USERSPACE32) { in mdevrw()
|
| /xnu-11417.121.6/bsd/vfs/ |
| H A D | vfs_syscalls.c | 7546 procseg = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in freadlink() 7572 procseg = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in readlink() 7583 procseg = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in readlinkat() 10584 int spacetype = proc_is64bit(vfs_context_proc(&context)) ? UIO_USERSPACE64 : UIO_USERSPACE32; in getdirentries_common() 10878 int spacetype = proc_is64bit(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in getdirentriesattr() 11222 int spacetype = proc_is64bit(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in searchfs() 13320 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in getxattr() 13409 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in fgetxattr() 13474 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in setxattr() 13559 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in fsetxattr() [all …]
|
| H A D | vfs_attrlist.c | 3249 segflg = UIO_USERSPACE32; in getattrlist_internal() 3481 UIO_USERSPACE32), NULL, in fgetattrlist() 3541 segflg = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in getattrlist() 3564 segflg = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in getattrlistat() 4191 segflg = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in getattrlistbulk()
|
| H A D | vfs_vnops.c | 988 spacetype = proc_is64bit(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in vn_rdwr_64()
|
| H A D | vfs_cluster.c | 7152 case UIO_USERSPACE32: in cluster_copy_upl_data() 7247 case UIO_USERSPACE32: in cluster_copy_ubc_data_internal()
|
| /xnu-11417.121.6/bsd/security/audit/ |
| H A D | audit_syscalls.c | 1210 UIO_USERSPACE32), uap->path, vfs_context_current()); in auditctl()
|