Searched refs:uio_isuserspace (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Duio.h237 * uio_isuserspace - return non zero value if the address space
240 int uio_isuserspace( uio_t a_uio );
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_subr.c546 * uio_isuserspace - return non zero value if the address space
549 int uio_isuserspace( uio_t a_uio ) function
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_search.c294 if (hfsmp->jnl && uio_isuserspace(ap->a_uio)) {
H A Dhfs_xattr.c1755 if (uio && uio_isuserspace(uio)) {
H A Dhfs_catalog.c3409 if (uio_isuserspace(uio)) {
H A Dhfs_vnops.c4638 if (hfsmp->jnl && uio_isuserspace(uio)) {

Completed in 45 milliseconds