Searched refs:UIO_USERSPACE64 (Results 1 – 16 of 16) sorted by relevance
| /xnu-10002.61.3/bsd/sys/ |
| H A D | uio.h | 118 UIO_USERSPACE64 = 8, /* kernel address is virtual, to/from user 64-bit virtual */ enumerator 123 ( (a_uio_seg) == UIO_USERSPACE64 || (a_uio_seg) == UIO_USERSPACE32 || \
|
| H A D | uio_internal.h | 187 ( (a_uio_t)->uio_segflg == UIO_USERSPACE64 || (a_uio_t)->uio_segflg == UIO_PHYS_USERSPACE64 || \
|
| H A D | namei.h | 206 (ndp)->ni_segflg = (vfs_context_is64bit(ctx) ? UIO_USERSPACE64 : UIO_USERSPACE32); \
|
| /xnu-10002.61.3/bsd/kern/ |
| H A D | uipc_syscalls.c | 927 (IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32), in connectx_nocancel() 945 IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32, in connectx_nocancel() 1432 (IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32), in sendto_nocancel() 1547 (is_p_64bit_process ? UIO_USERSPACE64 : UIO_USERSPACE32), in sendmsg_nocancel() 1565 is_p_64bit_process ? UIO_USERSPACE64 : UIO_USERSPACE32, in sendmsg_nocancel() 1680 IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32, in sendmsg_x_old() 1782 IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32, in sendmsg_x_old() 1860 is_p_64bit_process ? UIO_USERSPACE64 : UIO_USERSPACE32, in internalize_user_msg_x() 1869 is_p_64bit_process ? UIO_USERSPACE64 : UIO_USERSPACE32, in internalize_user_msg_x() 1890 is_p_64bit_process ? UIO_USERSPACE64 : UIO_USERSPACE32, in internalize_user_msg_x() [all …]
|
| H A D | kern_subr.c | 96 (segflg) == UIO_USERSPACE64 || \ 247 case UIO_USERSPACE64: in uiomove64() 392 case UIO_USERSPACE64: in ureadc() 1381 …size_t size_of_iovec = (spacetype == UIO_USERSPACE64 ? sizeof(struct user64_iovec) : sizeof(struct… in copyin_user_iovec_array() 1393 if (spacetype == UIO_USERSPACE64) { in copyin_user_iovec_array()
|
| H A D | sys_generic.c | 315 spacetype = vfs_context_is64bit(ctx) ? UIO_USERSPACE64 : UIO_USERSPACE32; in dofileread() 355 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in read_internal() 452 (IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32), in readv_uio() 462 IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32, in readv_uio() 643 spacetype = vfs_context_is64bit(ctx) ? UIO_USERSPACE64 : UIO_USERSPACE32; in dofilewrite() 683 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in write_internal() 771 (IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32), in writev_uio() 781 IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32, in writev_uio()
|
| H A D | kern_core.c | 642 UIO_USERSPACE64 : UIO_USERSPACE32; in coredump()
|
| H A D | tty_dev.c | 652 if (uio->uio_segflg == UIO_USERSPACE64) {
|
| H A D | kern_exec.c | 514 case UIO_USERSPACE64: /* Same for copyin()... */ in exec_save_path() 3524 imgp->ip_seg = (is_64 ? UIO_USERSPACE64 : UIO_USERSPACE32); in posix_spawn() 5068 imgp->ip_seg = (is_64 ? UIO_USERSPACE64 : UIO_USERSPACE32); in __mac_execve()
|
| /xnu-10002.61.3/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-10002.61.3/bsd/dev/ |
| H A D | memdev.c | 241 if (uio->uio_segflg == UIO_USERSPACE64) { in mdevrw()
|
| /xnu-10002.61.3/bsd/vfs/ |
| H A D | vfs_syscalls.c | 7326 procseg = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in freadlink() 7352 procseg = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in readlink() 7363 procseg = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in readlinkat() 10300 int spacetype = proc_is64bit(vfs_context_proc(&context)) ? UIO_USERSPACE64 : UIO_USERSPACE32; in getdirentries_common() 10594 int spacetype = proc_is64bit(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in getdirentriesattr() 10938 int spacetype = proc_is64bit(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in searchfs() 12985 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in getxattr() 13070 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in fgetxattr() 13134 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in setxattr() 13215 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in fsetxattr() [all …]
|
| H A D | vfs_attrlist.c | 3168 segflg = UIO_USERSPACE64; in getattrlist_internal() 3393 (IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : \ in fgetattrlist() 3454 segflg = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in getattrlist() 3477 segflg = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in getattrlistat() 4102 segflg = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in getattrlistbulk()
|
| H A D | vfs_vnops.c | 973 spacetype = proc_is64bit(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in vn_rdwr_64()
|
| H A D | vfs_cluster.c | 6794 case UIO_USERSPACE64: in cluster_copy_upl_data() 6878 case UIO_USERSPACE64: in cluster_copy_ubc_data_internal()
|
| /xnu-10002.61.3/bsd/security/audit/ |
| H A D | audit_syscalls.c | 1206 (IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : in auditctl()
|