Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/sys/
H A Duio_internal.h178 #define UIO_IS_USER_SPACE64( a_uio_t ) \ macro
182 ( UIO_IS_USER_SPACE32((a_uio_t)) || UIO_IS_USER_SPACE64((a_uio_t)) || \