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

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dmman.h204 int munlock(const void *, size_t);
/macosx-10.10/xnu-2782.1.97/bsd/man/man2/
H A DMakefile129 munlock.2 \
/macosx-10.10/BerkeleyDB-21/db/os/
H A Dos_map.c303 (void)munlock(infop->addr, rp->size);
397 RETRY_CHK((munlock(addr, len)), ret);
/macosx-10.10/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dmemory_tests.c195 my_err = munlock( my_addr, my_page_size );
197 printf( "munlock call failed with error %d - \"%s\" \n", errno, strerror( errno) );
/macosx-10.10/system_cmds-643.1.1/memory_pressure.tproj/
H A Dmemory_pressure.c298 error = munlock(range_current_addr, size);
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_mman.c1074 munlock(__unused proc_t p, struct munlock_args *uap, __unused int32_t *retval) function
/macosx-10.10/BerkeleyDB-21/db/dist/
H A Dconfigure34868 for ac_func in mlock munlock
[all...]

Completed in 252 milliseconds