Searched refs:UIO_USERSPACE32 (Results 1 – 16 of 16) sorted by relevance
| /xnu-8792.81.2/bsd/sys/ |
| H A D | uio.h | 117 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 D | namei.h | 210 (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 D | uio_internal.h | 176 ( (a_uio_t)->uio_segflg == UIO_USERSPACE32 || (a_uio_t)->uio_segflg == UIO_PHYS_USERSPACE32 || \
|
| /xnu-8792.81.2/bsd/kern/ |
| H A D | kern_subr.c | 95 (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 D | uipc_syscalls.c | 900 (IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32), in connectx_nocancel() 918 IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32, in connectx_nocancel() 1401 (IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32), in sendto_nocancel() 1516 (is_p_64bit_process ? UIO_USERSPACE64 : UIO_USERSPACE32), in sendmsg_nocancel() 1534 is_p_64bit_process ? UIO_USERSPACE64 : UIO_USERSPACE32, in sendmsg_nocancel() 1648 IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32, in sendmsg_x() 1760 IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32, in sendmsg_x() 2095 (IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32), in recvfrom_nocancel() 2197 (is_p_64bit_process ? UIO_USERSPACE64 : UIO_USERSPACE32), in recvmsg_nocancel() 2216 is_p_64bit_process ? UIO_USERSPACE64 : UIO_USERSPACE32, in recvmsg_nocancel() [all …]
|
| H A D | sys_generic.c | 320 spacetype = vfs_context_is64bit(ctx) ? UIO_USERSPACE64 : UIO_USERSPACE32; in dofileread() 360 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in read_internal() 457 (IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32), in readv_uio() 467 IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32, in readv_uio() 648 spacetype = vfs_context_is64bit(ctx) ? UIO_USERSPACE64 : UIO_USERSPACE32; in dofilewrite() 688 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in write_internal() 776 (IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32), in writev_uio() 786 IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32, in writev_uio()
|
| H A D | kern_core.c | 547 UIO_USERSPACE64 : UIO_USERSPACE32; in coredump()
|
| H A D | tty_dev.c | 607 if (uio->uio_segflg == UIO_USERSPACE32) {
|
| H A D | kern_exec.c | 503 case UIO_USERSPACE32: in exec_save_path() 3440 imgp->ip_seg = (is_64 ? UIO_USERSPACE64 : UIO_USERSPACE32); in posix_spawn() 4954 imgp->ip_seg = (is_64 ? UIO_USERSPACE64 : UIO_USERSPACE32); in __mac_execve()
|
| /xnu-8792.81.2/bsd/nfs/ |
| H A D | nfs_syscalls.c | 1298 …error = copyin_user_iovec_array(argp, IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32, 2, … in nfssvc_exportstats() 1450 …error = copyin_user_iovec_array(argp, IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32, 2, … in nfssvc_userstats() 1587 …error = copyin_user_iovec_array(argp, IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32, 2, … in nfssvc_usercount() 1637 …error = copyin_user_iovec_array(argp, IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32, 2, … in nfssvc_srvstats()
|
| /xnu-8792.81.2/bsd/dev/ |
| H A D | memdev.c | 243 } else if (uio->uio_segflg == UIO_USERSPACE32) { in mdevrw()
|
| /xnu-8792.81.2/bsd/vfs/ |
| H A D | vfs_syscalls.c | 7300 procseg = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in freadlink() 7326 procseg = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in readlink() 7337 procseg = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in readlinkat() 10294 int spacetype = proc_is64bit(vfs_context_proc(&context)) ? UIO_USERSPACE64 : UIO_USERSPACE32; in getdirentries_common() 10588 int spacetype = proc_is64bit(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in getdirentriesattr() 10932 int spacetype = proc_is64bit(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in searchfs() 12856 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in getxattr() 12941 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in fgetxattr() 13005 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in setxattr() 13086 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in fsetxattr() [all …]
|
| H A D | vfs_attrlist.c | 3117 segflg = UIO_USERSPACE32; in getattrlist_internal() 3341 UIO_USERSPACE32), NULL, in fgetattrlist() 3401 segflg = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in getattrlist() 3424 segflg = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in getattrlistat() 4049 segflg = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in getattrlistbulk()
|
| H A D | vfs_vnops.c | 977 spacetype = proc_is64bit(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in vn_rdwr_64()
|
| H A D | vfs_cluster.c | 6697 case UIO_USERSPACE32: in cluster_copy_upl_data() 6783 case UIO_USERSPACE32: in cluster_copy_ubc_data_internal()
|
| /xnu-8792.81.2/bsd/security/audit/ |
| H A D | audit_syscalls.c | 1203 UIO_USERSPACE32), uap->path, vfs_context_current()); in auditctl()
|