Home
last modified time | relevance | path

Searched refs:MCL_FUTURE (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dplock.c152 e = mlockall(MCL_FUTURE); in plock()
186 if (mlockall(MCL_CURRENT | MCL_FUTURE) == 0) { in plock()
/illumos-gate/usr/src/uts/common/sys/
H A Dmman.h344 #define MCL_FUTURE 0x2 /* lock future mappings */ macro
/illumos-gate/usr/src/uts/common/syscall/
H A Dmemcntl.c135 if ((uintptr_t)arg & ~(MCL_FUTURE|MCL_CURRENT) || in memcntl()
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/
H A Dsys_mman_h.cfg48 value | MCL_FUTURE | int | sys/mman.h | STDC POSIX-1993+ SUSv2+
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_main.c1074 if (mlockall(MCL_CURRENT | MCL_FUTURE) == -1) { in main()
/illumos-gate/usr/src/cmd/truss/
H A Dprint.c894 if ((val & ~(MCL_CURRENT|MCL_FUTURE)) == 0) { in prt_mc4()
899 if (val & MCL_FUTURE) in prt_mc4()
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_as.c2281 if (arg & MCL_FUTURE) { in as_ctl()