Home
last modified time | relevance | path

Searched refs:UIOF_USERSPACE (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.121.6/bsd/sys/
H A Duio.h123 UIOF_USERSPACE = (1 << UIO_USERSPACE), enumerator
131 ((1 << a_uio_seg) & (UIOF_USERSPACE64 | UIOF_USERSPACE32 | UIOF_USERSPACE))
H A Duio_internal.h218 UIOF_USERSPACE | UIOF_PHYS_USERSPACE | UIOF_USERISPACE))
/xnu-11417.121.6/bsd/kern/
H A Dkern_subr.c93 ( (1 << segflg) & (UIOF_USERSPACE | \
116 ( (1 << segflg) & (UIOF_USERSPACE | \
865 if (__improbable((1 << a_spacetype) & (UIOF_USERSPACE | UIOF_SYSSPACE32 | UIOF_PHYS_USERSPACE))) { in uio_init()