Searched refs:UIO_USERSPACE64 (Results 1 – 15 of 15) sorted by relevance
| /xnu-12377.61.12/bsd/sys/ |
| H A D | uio.h | 118 UIO_USERSPACE64 = 8, /* kernel address is virtual, to/from user 64-bit virtual */ enumerator 126 UIOF_USERSPACE64 = (1 << UIO_USERSPACE64),
|
| H A D | namei.h | 218 (ndp)->ni_segflg = (vfs_context_is64bit(ctx) ? UIO_USERSPACE64 : UIO_USERSPACE32); \
|
| /xnu-12377.61.12/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() 1790 (is_p_64bit_process ? UIO_USERSPACE64 : UIO_USERSPACE32), in sendit_x() 1914 (is_p_64bit_process ? UIO_USERSPACE64 : UIO_USERSPACE32), in sendmsg_x() [all …]
|
| H A D | sys_generic.c | 316 spacetype = vfs_context_is64bit(ctx) ? UIO_USERSPACE64 : UIO_USERSPACE32; in dofileread() 356 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in read_internal() 453 (IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32), in readv_uio() 463 IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32, in readv_uio() 644 spacetype = vfs_context_is64bit(ctx) ? UIO_USERSPACE64 : UIO_USERSPACE32; in dofilewrite() 684 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in write_internal() 772 (IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32), in writev_uio() 782 IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32, in writev_uio()
|
| H A D | kern_subr.c | 1491 …size_t size_of_iovec = (spacetype == UIO_USERSPACE64 ? sizeof(struct user64_iovec) : sizeof(struct… in copyin_user_iovec_array() 1503 if (spacetype == UIO_USERSPACE64) { in copyin_user_iovec_array()
|
| H A D | kern_core.c | 708 UIO_USERSPACE64 : UIO_USERSPACE32; in coredump()
|
| H A D | tty_dev.c | 657 if (uio->uio_segflg == UIO_USERSPACE64) {
|
| H A D | kern_exec.c | 530 case UIO_USERSPACE64: /* Same for copyin()... */ in exec_save_path() 4251 imgp->ip_seg = (is_64 ? UIO_USERSPACE64 : UIO_USERSPACE32); in posix_spawn() 5905 imgp->ip_seg = (is_64 ? UIO_USERSPACE64 : UIO_USERSPACE32); in __mac_execve()
|
| /xnu-12377.61.12/bsd/nfs/ |
| H A D | nfs_syscalls.c | 1334 …error = copyin_user_iovec_array(argp, IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32, 2, … in nfssvc_exportstats() 1486 …error = copyin_user_iovec_array(argp, IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32, 2, … in nfssvc_userstats() 1623 …error = copyin_user_iovec_array(argp, IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32, 2, … in nfssvc_usercount() 1673 …error = copyin_user_iovec_array(argp, IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32, 2, … in nfssvc_srvstats()
|
| /xnu-12377.61.12/bsd/dev/ |
| H A D | memdev.c | 236 if (uio->uio_segflg == UIO_USERSPACE64) { in mdevrw()
|
| /xnu-12377.61.12/bsd/vfs/ |
| H A D | vfs_syscalls.c | 7835 procseg = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in freadlink() 7861 procseg = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in readlink() 7872 procseg = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in readlinkat() 10951 int spacetype = proc_is64bit(vfs_context_proc(&context)) ? UIO_USERSPACE64 : UIO_USERSPACE32; in getdirentries_common() 11252 int spacetype = proc_is64bit(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in getdirentriesattr() 11603 int spacetype = proc_is64bit(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in searchfs() 13722 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in getxattr() 13814 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in fgetxattr() 13879 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in setxattr() 13967 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in fsetxattr() [all …]
|
| H A D | vfs_attrlist.c | 3286 segflg = UIO_USERSPACE64; in getattrlist_internal() 3519 (IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : \ in fgetattrlist() 3583 segflg = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in getattrlist() 3606 segflg = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in getattrlistat() 4233 segflg = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in getattrlistbulk()
|
| H A D | vfs_vnops.c | 1025 spacetype = proc_is64bit(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in vn_rdwr_64()
|
| H A D | vfs_cluster.c | 7416 case UIO_USERSPACE64: in cluster_copy_upl_data() 7506 case UIO_USERSPACE64: in cluster_copy_ubc_data_internal()
|
| /xnu-12377.61.12/bsd/security/audit/ |
| H A D | audit_syscalls.c | 1209 (IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : in auditctl()
|