Home
last modified time | relevance | path

Searched refs:UIO_USERSPACE64 (Results 1 – 19 of 19) sorted by relevance

/xnu-8019.80.24/bsd/sys/
H A Duio.h118 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 Dnamei.h210 (ndp)->ni_segflg = (vfs_context_is64bit(ctx) ? UIO_USERSPACE64 : UIO_USERSPACE32); \
225 (ndp)->ni_segflg = (vfs_context_is64bit(ctx) ? UIO_USERSPACE64 : UIO_USERSPACE32); \
H A Duio_internal.h179 ( (a_uio_t)->uio_segflg == UIO_USERSPACE64 || (a_uio_t)->uio_segflg == UIO_PHYS_USERSPACE64 || \
/xnu-8019.80.24/bsd/kern/
H A Dkern_subr.c96 (segflg) == UIO_USERSPACE64 || \
238 case UIO_USERSPACE64: in uiomove64()
383 case UIO_USERSPACE64: in ureadc()
1374 …size_t size_of_iovec = (spacetype == UIO_USERSPACE64 ? sizeof(struct user64_iovec) : sizeof(struct… in copyin_user_iovec_array()
1386 if (spacetype == UIO_USERSPACE64) { in copyin_user_iovec_array()
H A Duipc_syscalls.c865 (IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32), in connectx_nocancel()
883 IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32, in connectx_nocancel()
1362 (IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32), in sendto_nocancel()
1477 (is_p_64bit_process ? UIO_USERSPACE64 : UIO_USERSPACE32), in sendmsg_nocancel()
1495 is_p_64bit_process ? UIO_USERSPACE64 : UIO_USERSPACE32, in sendmsg_nocancel()
1609 IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32, in sendmsg_x()
1720 IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32, in sendmsg_x()
2055 (IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32), in recvfrom_nocancel()
2157 (is_p_64bit_process ? UIO_USERSPACE64 : UIO_USERSPACE32), in recvmsg_nocancel()
2176 is_p_64bit_process ? UIO_USERSPACE64 : UIO_USERSPACE32, in recvmsg_nocancel()
[all …]
H A Dsys_generic.c383 auio = uio_createwithbuffer(1, offset, UIO_USERSPACE64, UIO_READ, in dofileread()
438 (IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32), in readv_preadv_uio()
450 IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32, in readv_preadv_uio()
639 auio = uio_createwithbuffer(1, offset, UIO_USERSPACE64, UIO_WRITE, in dofilewrite()
739 (IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32), in writev_prwritev_uio()
751 IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32, in writev_prwritev_uio()
H A Dkern_core.c490 UIO_USERSPACE64 : UIO_USERSPACE32; in coredump()
H A Dkern_guarded.c793 (IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32), in guarded_writev_np()
805 IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32, in guarded_writev_np()
H A Dtty_dev.c614 if (uio->uio_segflg == UIO_USERSPACE64) {
H A Dkern_exec.c497 case UIO_USERSPACE64: /* Same for copyin()... */ in exec_save_path()
3135 imgp->ip_seg = (is_64 ? UIO_USERSPACE64 : UIO_USERSPACE32); in posix_spawn()
4595 imgp->ip_seg = (is_64 ? UIO_USERSPACE64 : UIO_USERSPACE32); in __mac_execve()
H A Dkern_descrip.c2229 spacetype = proc_is64bit(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in fd_rdwr()
/xnu-8019.80.24/bsd/dev/vn/
H A Dvn.c1132 (IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32), in vniocattach_file()
1147 (IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32), in vniocattach_file()
1210 (IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32), in vniocattach_shadow()
/xnu-8019.80.24/bsd/nfs/
H A Dnfs_syscalls.c1588 …error = copyin_user_iovec_array(argp, IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32, 2, … in nfssvc_exportstats()
1740 …error = copyin_user_iovec_array(argp, IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32, 2, … in nfssvc_userstats()
1877 …error = copyin_user_iovec_array(argp, IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32, 2, … in nfssvc_usercount()
1927 …error = copyin_user_iovec_array(argp, IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32, 2, … in nfssvc_srvstats()
/xnu-8019.80.24/bsd/dev/
H A Dmemdev.c234 if (uio->uio_segflg == UIO_USERSPACE64) { in mdevrw()
/xnu-8019.80.24/bsd/vfs/
H A Dvfs_syscalls.c6770 procseg = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in readlink()
6781 procseg = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in readlinkat()
9623 int spacetype = proc_is64bit(vfs_context_proc(&context)) ? UIO_USERSPACE64 : UIO_USERSPACE32; in getdirentries_common()
9914 int spacetype = proc_is64bit(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in getdirentriesattr()
10243 int spacetype = proc_is64bit(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in searchfs()
12152 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in getxattr()
12237 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in fgetxattr()
12296 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in setxattr()
12361 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in fsetxattr()
12424 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in removexattr()
[all …]
H A Dvfs_attrlist.c3104 segflg = UIO_USERSPACE64; in getattrlist_internal()
3329 (IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : \ in fgetattrlist()
3387 segflg = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in getattrlist()
3410 segflg = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in getattrlistat()
4035 segflg = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in getattrlistbulk()
H A Dvfs_vnops.c935 spacetype = proc_is64bit(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in vn_rdwr_64()
H A Dvfs_cluster.c6650 case UIO_USERSPACE64: in cluster_copy_upl_data()
6731 case UIO_USERSPACE64: in cluster_copy_ubc_data_internal()
/xnu-8019.80.24/bsd/security/audit/
H A Daudit_syscalls.c1202 (IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : in auditctl()