Searched refs:MCL_CURRENT (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | plock.c | 119 e = memcntl(NULL, 0, MC_LOCKAS, (caddr_t)MCL_CURRENT, 146 e = memcntl(NULL, 0, MC_LOCKAS, (caddr_t)MCL_CURRENT, 163 (caddr_t)MCL_CURRENT, PROC_DATA|PRIVATE, (int)NULL); 188 if (mlockall(MCL_CURRENT | MCL_FUTURE) == 0) {
|
/illumos-gate/usr/src/lib/libbc/inc/include/sys/ |
H A D | mman.h | 100 #define MCL_CURRENT 0x1 /* lock current mappings */ macro
|
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | plock.c | 304 if (mlockall(MCL_CURRENT | MCL_FUTURE) == 0) {
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | mman.h | 367 #define MCL_CURRENT 0x1 /* lock current mappings */ macro
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | memcntl.c | 134 if ((uintptr_t)arg & ~(MCL_FUTURE|MCL_CURRENT) ||
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_main.c | 1044 if (mlockall(MCL_CURRENT | MCL_FUTURE) == -1) {
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | print.c | 891 if ((val & ~(MCL_CURRENT|MCL_FUTURE)) == 0) { 893 if (val & MCL_CURRENT) 894 (void) strlcat(s, "|MCL_CURRENT",
|
/illumos-gate/usr/src/uts/common/vm/ |
H A D | vm_as.c | 2254 if ((arg & MCL_CURRENT) == 0) {
|
Completed in 123 milliseconds