Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/sys/
H A Duio_internal.h211 #define UIO_IS_USER_SPACE32( a_uio_t ) \ argument
212 ( (1 << (a_uio_t)->uio_segflg) & (UIOF_USERSPACE32 | UIOF_PHYS_USERSPACE32 | UIOF_USERISPACE32))
213 #define UIO_IS_USER_SPACE64( a_uio_t ) \ argument
214 ( (1 << (a_uio_t)->uio_segflg) & (UIOF_USERSPACE64 | UIOF_PHYS_USERSPACE64 | UIOF_USERISPACE64))
215 #define UIO_IS_USER_SPACE( a_uio_t ) \ argument
216 ( (1 << (a_uio_t)->uio_segflg) & (UIOF_USERSPACE32 | UIOF_PHYS_USERSPACE32 | UIOF_USERISPACE32 | \
219 #define UIO_IS_SYS_SPACE( a_uio_t ) \ argument
220 ( (1 << (a_uio_t)->uio_segflg) & (UIOF_SYSSPACE | UIOF_PHYS_SYSSPACE | UIOF_SYSSPACE32))