Searched refs:a_uio_t (Results 1 – 1 of 1) sorted by relevance
211 #define UIO_IS_USER_SPACE32( a_uio_t ) \ argument212 ( (1 << (a_uio_t)->uio_segflg) & (UIOF_USERSPACE32 | UIOF_PHYS_USERSPACE32 | UIOF_USERISPACE32))213 #define UIO_IS_USER_SPACE64( a_uio_t ) \ argument214 ( (1 << (a_uio_t)->uio_segflg) & (UIOF_USERSPACE64 | UIOF_PHYS_USERSPACE64 | UIOF_USERISPACE64))215 #define UIO_IS_USER_SPACE( a_uio_t ) \ argument216 ( (1 << (a_uio_t)->uio_segflg) & (UIOF_USERSPACE32 | UIOF_PHYS_USERSPACE32 | UIOF_USERISPACE32 | \219 #define UIO_IS_SYS_SPACE( a_uio_t ) \ argument220 ( (1 << (a_uio_t)->uio_segflg) & (UIOF_SYSSPACE | UIOF_PHYS_SYSSPACE | UIOF_SYSSPACE32))