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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_physio.c189 error = vslock(CAST_USER_ADDR_T(buf_dataptr(bp)),
H A Dkern_sysctl.c327 * vslock:ENOMEM Insufficient physical pages to wire
328 * vslock:EACCES Bad protection mode
329 * vslock:EINVAL Invalid parameters
354 * a current limitation of the vslock() routine, which will
477 * XXX Take the vslock() only when we are copying out; this
495 if ((error = vslock(uap->old, (user_size_t)oldlen))) {
533 * XXX true for the vslock, as well. We have a start at a routine
535 * removed the funnel and the vslock() from all but these two top
538 * can be in the paging path, it still needs to take the vslock()).
/darwin-on-arm/xnu/bsd/sys/
H A Dsystm.h172 int vslock(user_addr_t addr, user_size_t len);
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_search.c298 if ((err = vslock(user_start, user_len)) != 0) {
H A Dhfs_xattr.c1759 if ((result = vslock(user_start, user_len)) != 0) {
H A Dhfs_vnops.c4642 if ((error = vslock(user_start, user_len)) != 0) {
/darwin-on-arm/xnu/bsd/vm/
H A Dvm_unix.c187 vslock( function

Completed in 94 milliseconds