Searched refs:MC_INHERIT_ZERO (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/test/libc-tests/tests/random/ |
H A D | inz_inval.c | 47 ret = memcntl(buf, mapsz, MC_INHERIT_ZERO, bad, 0, 0); in main() 51 ret = memcntl(buf, mapsz, MC_INHERIT_ZERO, 0, PROT_READ, 0); in main() 55 ret = memcntl(buf, mapsz, MC_INHERIT_ZERO, bad, PROT_READ | PRIVATE, 0); in main() 59 ret = memcntl(buf, mapsz, MC_INHERIT_ZERO, 0, 0, 1); in main() 67 ret = memcntl(buf, mapsz, MC_INHERIT_ZERO, 0, 0, 0); in main() 75 ret = memcntl(buf, mapsz, MC_INHERIT_ZERO, 0, 0, 0); in main() 92 ret = memcntl(buf, mapsz, MC_INHERIT_ZERO, 0, 0, 0); in main() 101 ret = memcntl(buf, mapsz, MC_INHERIT_ZERO, 0, 0, 0); in main()
|
H A D | inz_region.c | 45 ret = memcntl(buf, mapsz, MC_INHERIT_ZERO, 0, 0, 0); in main()
|
H A D | inz_mlock.c | 48 ret = memcntl(buf, mapsz, MC_INHERIT_ZERO, 0, 0, 0); in main()
|
H A D | inz_child.c | 46 ret = memcntl(buf, mapsz, MC_INHERIT_ZERO, 0, 0, 0); in main()
|
H A D | inz_split.c | 47 ret = memcntl(buf, mapsz, MC_INHERIT_ZERO, 0, 0, 0); in main()
|
H A D | inz_vpp.c | 48 ret = memcntl(buf + clroff, clrsz, MC_INHERIT_ZERO, 0, 0, 0); in main()
|
H A D | inz_split_vpp.c | 52 ret = memcntl(buf + clroff, clrsz, MC_INHERIT_ZERO, 0, 0, 0); in main()
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | arc4random.c | 133 if (memcntl(a, mapsz, MC_INHERIT_ZERO, 0, 0, 0) != 0) in arc4_fill()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | mman.h | 351 #define MC_INHERIT_ZERO 8 /* zero out regions on fork() */ macro
|
/titanic_50/usr/src/uts/common/syscall/ |
H A D | memcntl.c | 387 case MC_INHERIT_ZERO: in memcntl()
|
/titanic_50/usr/src/uts/common/vm/ |
H A D | vm_as.c | 2447 case MC_INHERIT_ZERO: in as_ctl()
|