Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/sys/
H A Duio.h236 int uio_isuserspace( uio_t a_uio );
/xnu-10063.101.15/bsd/kern/
H A Dkern_subr.c812 uio_isuserspace( uio_t a_uio ) in uio_isuserspace() function
/xnu-10063.101.15/bsd/vfs/
H A Dvfs_attrlist.c2902 if (uio_isuserspace(auio) || (buf_size < ab.allocated)) { in vfs_attr_pack_internal()