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

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dmman.h193 int mlock(const void *, size_t);
/macosx-10.10/xnu-2782.1.97/bsd/man/man2/
H A DMakefile124 mlock.2 \
/macosx-10.10/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dmemory_tests.c31 * Test madvise, mincore, minherit, mlock, mlock, mmap, mprotect, msync, munmap system calls.
166 /* test mincore, mlock, mlock */
167 my_err = mlock( my_addr, my_page_size );
169 printf( "mlock call failed with error %d - \"%s\" \n", errno, strerror( errno) );
188 /* page my_addr is in should be resident after mlock */
/macosx-10.10/BerkeleyDB-21/db/os/
H A Dos_map.c520 * I/O buffer memory is more important than we are. The mlock system
521 * call may or may not succeed (mlock is restricted to the super-user
528 ret = mlock(p, len) == 0 ? 0 : __os_get_syserr();
533 __db_syserr(env, ret, "mlock");
/macosx-10.10/system_cmds-643.1.1/memory_pressure.tproj/
H A Dmemory_pressure.c261 error = mlock(range_current_addr, size);
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_mman.c1037 mlock(__unused proc_t p, struct mlock_args *uap, __unused int32_t *retvalval) function
/macosx-10.10/BerkeleyDB-21/db/dist/
H A Dconfigure34751 # BSD/OS has mlock(2), but it doesn't work until the 4.1 release.
34761 { echo "$as_me:$LINENO: WARNING: mlock(2) interface ignored on $host_os-$host_vendor." >&5
34762 echo "$as_me: WARNING: mlock(2) interface ignored on $host_os-$host_vendor." >&2;}
34868 for ac_func in mlock munlock
[all...]

Completed in 245 milliseconds