Home
last modified time | relevance | path

Searched refs:munlock (Results 1 – 5 of 5) sorted by relevance

/xnu-10002.81.5/bsd/sys/
H A Dmman.h269 int munlock(const void *, size_t);
/xnu-10002.81.5/bsd/man/man2/
H A DMakefile145 munlock.2 \
/xnu-10002.81.5/tests/
H A Dsysctl_wire_limits.c196 ret = munlock(buffer, buffer_size);
H A Dvm_test_mach_map.c505 ret = munlock((char *)vm_addr, (size_t) (vm_size / 2));
/xnu-10002.81.5/bsd/kern/
H A Dkern_mman.c1535 munlock(__unused proc_t p, struct munlock_args *uap, __unused int32_t *retval) in munlock() function