| /f-stack/freebsd/kern/ |
| H A D | vfs_syscalls.c | 413 UIO_USERSPACE, uap->mode); in sys_getfsstat() 1483 UIO_USERSPACE, FOLLOW)); in sys_link() 1657 UIO_USERSPACE)); in sys_symlink() 1672 UIO_USERSPACE)); in sys_symlinkat() 1835 UIO_USERSPACE, 0)); in sys_unlinkat() 1851 UIO_USERSPACE, 0)); in sys_funlinkat() 3225 UIO_USERSPACE)); in sys_lutimes() 3558 UIO_USERSPACE)); in sys_renameat() 4084 NULL, UIO_USERSPACE); in sys_getdirentries() 4283 UIO_USERSPACE, uap->fhp, UIO_USERSPACE)); in sys_lgetfh() [all …]
|
| H A D | vfs_extattr.c | 106 UIO_USERSPACE, uap->filename, td); in sys_extattrctl() 116 UIO_USERSPACE, uap->path, td); in sys_extattrctl() 197 auio.uio_segflg = UIO_USERSPACE; in extattr_set_vp() 305 NDINIT(&nd, LOOKUP, follow | AUDITVNODE1, UIO_USERSPACE, path, td); in kern_extattr_set_path() 359 auio.uio_segflg = UIO_USERSPACE; in extattr_get_vp() 470 NDINIT(&nd, LOOKUP, follow | AUDITVNODE1, UIO_USERSPACE, path, td); in kern_extattr_get_path() 602 NDINIT(&nd, LOOKUP, follow | AUDITVNODE1, UIO_USERSPACE, path, td); in kern_extattr_delete_path() 647 auio.uio_segflg = UIO_USERSPACE; in extattr_list_vp() 745 NDINIT(&nd, LOOKUP, follow | AUDITVNODE1, UIO_USERSPACE, path, td); in kern_extattr_list_path()
|
| H A D | subr_uio.c | 219 KASSERT(uio->uio_segflg != UIO_USERSPACE || uio->uio_td == curthread, in uiomove_faultflag() 222 if (uio->uio_segflg == UIO_USERSPACE) { in uiomove_faultflag() 250 case UIO_USERSPACE: in uiomove_faultflag() 326 case UIO_USERSPACE: in ureadc() 385 uio->uio_segflg = UIO_USERSPACE; in copyinuio()
|
| H A D | vfs_acl.c | 380 NDINIT(&nd, LOOKUP, follow | AUDITVNODE1, UIO_USERSPACE, path, td); in kern___acl_get_path() 418 NDINIT(&nd, LOOKUP, follow | AUDITVNODE1, UIO_USERSPACE, path, td); in kern___acl_set_path() 494 NDINIT(&nd, LOOKUP, follow, UIO_USERSPACE, path, td); in kern___acl_delete_path() 551 NDINIT(&nd, LOOKUP, follow, UIO_USERSPACE, path, td); in kern___acl_aclcheck_path()
|
| H A D | sys_getrandom.c | 108 auio.uio_segflg = UIO_USERSPACE; in kern_getrandom()
|
| H A D | uipc_syscalls.c | 729 error = kern_sendit(td, s, mp, flags, control, UIO_USERSPACE); in sendit() 949 auio.uio_segflg = UIO_USERSPACE; in kern_recvit() 999 if (fromseg == UIO_USERSPACE) { in kern_recvit() 1072 error = kern_recvit(td, s, mp, UIO_USERSPACE, NULL); in recvit() 1238 uap->val, UIO_USERSPACE, uap->valsize)); in sys_setsockopt() 1261 case UIO_USERSPACE: in kern_setsockopt() 1295 uap->val, UIO_USERSPACE, &valsize); in sys_getsockopt() 1326 case UIO_USERSPACE: in kern_getsockopt()
|
| H A D | kern_physio.c | 102 if (uio->uio_segflg != UIO_USERSPACE) { in physio()
|
| /f-stack/freebsd/arm/arm/ |
| H A D | uio_machdep.c | 75 KASSERT(uio->uio_segflg != UIO_USERSPACE || uio->uio_td == curthread, in uiomove_fromphys() 94 case UIO_USERSPACE: in uiomove_fromphys()
|
| /f-stack/freebsd/i386/i386/ |
| H A D | uio_machdep.c | 74 KASSERT(uio->uio_segflg != UIO_USERSPACE || uio->uio_td == curthread, in uiomove_fromphys() 94 case UIO_USERSPACE: in uiomove_fromphys()
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | uio_machdep.c | 72 KASSERT(uio->uio_segflg != UIO_USERSPACE || uio->uio_td == curthread, in uiomove_fromphys() 95 case UIO_USERSPACE: in uiomove_fromphys()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | uio_machdep.c | 74 KASSERT(uio->uio_segflg != UIO_USERSPACE || uio->uio_td == curthread, in uiomove_fromphys() 97 case UIO_USERSPACE: in uiomove_fromphys()
|
| /f-stack/lib/ |
| H A D | ff_kern_subr.c | 173 KASSERT(uio->uio_segflg != UIO_USERSPACE || uio->uio_td == curthread, in uiomove() 194 case UIO_USERSPACE: in uiomove() 251 uio->uio_segflg = UIO_USERSPACE; in copyinuio()
|
| H A D | ff_syscall_wrapper.c | 558 optval, UIO_USERSPACE, optlen))) in ff_getsockopt() 575 optval, UIO_USERSPACE, optlen))) in ff_getsockopt_freebsd() 601 __DECONST(void *, optval), UIO_USERSPACE, optlen))) in ff_setsockopt() 618 __DECONST(void *, optval), UIO_USERSPACE, optlen))) in ff_setsockopt_freebsd()
|
| /f-stack/freebsd/mips/mips/ |
| H A D | uio_machdep.c | 79 KASSERT(uio->uio_segflg != UIO_USERSPACE || uio->uio_td == curthread, in uiomove_fromphys() 111 case UIO_USERSPACE: in uiomove_fromphys()
|
| /f-stack/freebsd/sys/ |
| H A D | _uio.h | 46 UIO_USERSPACE, /* from user data space */ enumerator
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | uio.h | 45 UIO_USERSPACE = 0, enumerator 122 ASSERT(seg == UIO_USERSPACE || seg == UIO_SYSSPACE); in uio_iovec_init()
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/ |
| H A D | uio.h | 60 UIO_USERSPACE = 0, enumerator
|
| /f-stack/freebsd/contrib/openzfs/module/zcommon/ |
| H A D | zfs_uio.c | 67 case UIO_USERSPACE: in uiomove_iov() 218 if (uio->uio_segflg == UIO_USERSPACE) { in uio_prefaultpages()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | uio.h | 55 UIO_USERSPACE, /* from user data space */ enumerator
|
| /f-stack/freebsd/arm64/linux/ |
| H A D | linux_machdep.c | 73 error = exec_copyin_args(&eargs, uap->path, UIO_USERSPACE, in linux_execve()
|
| /f-stack/freebsd/netinet/ |
| H A D | sctp_syscalls.c | 279 auio.uio_segflg = UIO_USERSPACE; 395 auio.uio_segflg = UIO_USERSPACE; 516 auio.uio_segflg = UIO_USERSPACE;
|
| /f-stack/freebsd/i386/linux/ |
| H A D | imgact_linux.c | 148 a_out->a_text + a_out->a_data, UIO_USERSPACE, 0, in exec_linux_imgact()
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zpl_file.c | 252 to->type & ITER_KVEC ? UIO_SYSSPACE : UIO_USERSPACE, in zpl_uio_init() 368 uio_iovec_init(&uio, iov, nr_segs, kiocb->ki_pos, UIO_USERSPACE, in zpl_aio_read() 411 uio_iovec_init(&uio, iov, nr_segs, kiocb->ki_pos, UIO_USERSPACE, in zpl_aio_write()
|
| /f-stack/freebsd/security/mac/ |
| H A D | mac_syscalls.c | 364 NDINIT(&nd, LOOKUP, LOCKLEAF | follow, UIO_USERSPACE, path_p, td); in kern___mac_get_path() 537 NDINIT(&nd, LOOKUP, LOCKLEAF | follow, UIO_USERSPACE, path_p, td); in kern___mac_set_path()
|
| /f-stack/freebsd/amd64/linux/ |
| H A D | linux_machdep.c | 106 error = exec_copyin_args(&eargs, args->path, UIO_USERSPACE, in linux_execve()
|