Searched refs:UIO_SEG_IS_USER_SPACE (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_physio.c111 if (UIO_SEG_IS_USER_SPACE(uio->uio_segflg)) {
188 if(UIO_SEG_IS_USER_SPACE(uio->uio_segflg)) {
206 if(UIO_SEG_IS_USER_SPACE(uio->uio_segflg))
H A Dkern_subr.c558 if (UIO_SEG_IS_USER_SPACE(a_uio->uio_segflg)) {
713 if (UIO_SEG_IS_USER_SPACE(a_uio->uio_segflg)) {
H A Dkern_exec.c296 if (!UIO_SEG_IS_USER_SPACE(seg)) {
H A Dkern_descrip.c414 if (UIO_SEG_IS_USER_SPACE(segflg))
/darwin-on-arm/xnu/bsd/sys/
H A Duio.h133 #define UIO_SEG_IS_USER_SPACE( a_uio_seg ) \ macro
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_lookup.c228 if ((UIO_SEG_IS_USER_SPACE(ndp->ni_segflg) == 0)
236 if (UIO_SEG_IS_USER_SPACE(ndp->ni_segflg)) {
H A Dvfs_vnops.c840 if (UIO_SEG_IS_USER_SPACE(segflg)) {
H A Dvfs_cluster.c2014 if ( ((flags & (IO_NOCACHE | IO_NODIRECT)) == IO_NOCACHE) && UIO_SEG_IS_USER_SPACE(uio->uio_segflg) )
3429 if (((flags & IO_NOCACHE) || (flags & IO_ENCRYPTED)) && UIO_SEG_IS_USER_SPACE(uio->uio_segflg)) {
/darwin-on-arm/xnu/bsd/miscfs/specfs/
H A Dspec_vnops.c417 if (UIO_SEG_IS_USER_SPACE(uio->uio_segflg))
512 if (UIO_SEG_IS_USER_SPACE(uio->uio_segflg))

Completed in 103 milliseconds