Home
last modified time | relevance | path

Searched refs:UIO_USERSPACE32 (Results 1 – 16 of 16) sorted by relevance

/xnu-8796.141.3/bsd/sys/
H A Duio.h117 UIO_USERSPACE32 = 5, /* kernel address is virtual, to/from user 32-bit virtual */ enumerator
123 ( (a_uio_seg) == UIO_USERSPACE64 || (a_uio_seg) == UIO_USERSPACE32 || \
H A Dnamei.h211 (ndp)->ni_segflg = (vfs_context_is64bit(ctx) ? UIO_USERSPACE64 : UIO_USERSPACE32); \
226 (ndp)->ni_segflg = (vfs_context_is64bit(ctx) ? UIO_USERSPACE64 : UIO_USERSPACE32); \
H A Duio_internal.h176 ( (a_uio_t)->uio_segflg == UIO_USERSPACE32 || (a_uio_t)->uio_segflg == UIO_PHYS_USERSPACE32 || \
/xnu-8796.141.3/bsd/kern/
H A Dkern_subr.c95 (segflg) == UIO_USERSPACE32 || \
249 case UIO_USERSPACE32: in uiomove64()
388 case UIO_USERSPACE32: in ureadc()
727 uio->uio_segflg = UIO_USERSPACE32; in uio_init()
935 a_uio->uio_segflg = UIO_USERSPACE32; in uio_reset()
H A Duipc_syscalls.c901 (IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32), in connectx_nocancel()
919 IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32, in connectx_nocancel()
1406 (IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32), in sendto_nocancel()
1521 (is_p_64bit_process ? UIO_USERSPACE64 : UIO_USERSPACE32), in sendmsg_nocancel()
1539 is_p_64bit_process ? UIO_USERSPACE64 : UIO_USERSPACE32, in sendmsg_nocancel()
1653 IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32, in sendmsg_x()
1765 IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32, in sendmsg_x()
2100 (IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32), in recvfrom_nocancel()
2202 (is_p_64bit_process ? UIO_USERSPACE64 : UIO_USERSPACE32), in recvmsg_nocancel()
2221 is_p_64bit_process ? UIO_USERSPACE64 : UIO_USERSPACE32, in recvmsg_nocancel()
[all …]
H A Dsys_generic.c315 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 Dkern_core.c643 UIO_USERSPACE64 : UIO_USERSPACE32; in coredump()
H A Dtty_dev.c623 if (uio->uio_segflg == UIO_USERSPACE32) {
H A Dkern_exec.c502 case UIO_USERSPACE32: in exec_save_path()
3440 imgp->ip_seg = (is_64 ? UIO_USERSPACE64 : UIO_USERSPACE32); in posix_spawn()
4963 imgp->ip_seg = (is_64 ? UIO_USERSPACE64 : UIO_USERSPACE32); in __mac_execve()
/xnu-8796.141.3/bsd/nfs/
H A Dnfs_syscalls.c1333 …error = copyin_user_iovec_array(argp, IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32, 2, … in nfssvc_exportstats()
1485 …error = copyin_user_iovec_array(argp, IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32, 2, … in nfssvc_userstats()
1622 …error = copyin_user_iovec_array(argp, IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32, 2, … in nfssvc_usercount()
1672 …error = copyin_user_iovec_array(argp, IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32, 2, … in nfssvc_srvstats()
/xnu-8796.141.3/bsd/dev/
H A Dmemdev.c243 } else if (uio->uio_segflg == UIO_USERSPACE32) { in mdevrw()
/xnu-8796.141.3/bsd/vfs/
H A Dvfs_syscalls.c7323 procseg = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in freadlink()
7349 procseg = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in readlink()
7360 procseg = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in readlinkat()
10317 int spacetype = proc_is64bit(vfs_context_proc(&context)) ? UIO_USERSPACE64 : UIO_USERSPACE32; in getdirentries_common()
10611 int spacetype = proc_is64bit(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in getdirentriesattr()
10955 int spacetype = proc_is64bit(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in searchfs()
12907 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in getxattr()
12992 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in fgetxattr()
13056 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in setxattr()
13137 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in fsetxattr()
[all …]
H A Dvfs_attrlist.c3137 segflg = UIO_USERSPACE32; in getattrlist_internal()
3361 UIO_USERSPACE32), NULL, in fgetattrlist()
3421 segflg = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in getattrlist()
3444 segflg = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in getattrlistat()
4069 segflg = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in getattrlistbulk()
H A Dvfs_vnops.c973 spacetype = proc_is64bit(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in vn_rdwr_64()
H A Dvfs_cluster.c6708 case UIO_USERSPACE32: in cluster_copy_upl_data()
6794 case UIO_USERSPACE32: in cluster_copy_ubc_data_internal()
/xnu-8796.141.3/bsd/security/audit/
H A Daudit_syscalls.c1203 UIO_USERSPACE32), uap->path, vfs_context_current()); in auditctl()