Searched refs:useracc (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_physio.c115 if (!useracc(uio_iov_base_at(uio, i),
H A Dkern_sysctl.c302 * If more than 4G, clamp to 4G - useracc() below will catch
310 if (!useracc(uap->old, (user_size_t)oldlen, B_WRITE))
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsystm.h198 int useracc(user_addr_t addr, user_size_t len,int prot);
/macosx-10.5.8/xnu-1228.15.4/bsd/vm/
H A Dvm_unix.c130 useracc( function

Completed in 47 milliseconds