Searched refs:vslock (Results 1 - 7 of 7) sorted by relevance

/xnu-2422.115.4/bsd/kern/
H A Dkern_physio.c185 error = vslock(CAST_USER_ADDR_T(buf_dataptr(bp)),
H A Dkern_sysctl.c334 * vslock:ENOMEM Insufficient physical pages to wire
335 * vslock:EACCES Bad protection mode
336 * vslock:EINVAL Invalid parameters
361 * a current limitation of the vslock() routine, which will
484 * XXX Take the vslock() only when we are copying out; this
502 if ((error = vslock(uap->old, (user_size_t)oldlen))) {
540 * XXX true for the vslock, as well. We have a start at a routine
542 * removed the funnel and the vslock() from all but these two top
545 * can be in the paging path, it still needs to take the vslock()).
/xnu-2422.115.4/bsd/sys/
H A Dsystm.h172 int vslock(user_addr_t addr, user_size_t len);
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_search.c308 if ((err = vslock(user_start, user_len)) != 0) {
H A Dhfs_xattr.c1822 if ((result = vslock(user_start, user_len)) != 0) {
H A Dhfs_vnops.c5297 if ((error = vslock(user_start, user_len)) != 0) {
/xnu-2422.115.4/bsd/vm/
H A Dvm_unix.c193 vslock( function

Completed in 105 milliseconds