Home
last modified time | relevance | path

Searched refs:MC_INHERIT_ZERO (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/test/libc-tests/tests/random/
H A Dinz_inval.c47 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 Dinz_region.c45 ret = memcntl(buf, mapsz, MC_INHERIT_ZERO, 0, 0, 0); in main()
H A Dinz_mlock.c48 ret = memcntl(buf, mapsz, MC_INHERIT_ZERO, 0, 0, 0); in main()
H A Dinz_child.c46 ret = memcntl(buf, mapsz, MC_INHERIT_ZERO, 0, 0, 0); in main()
H A Dinz_split.c47 ret = memcntl(buf, mapsz, MC_INHERIT_ZERO, 0, 0, 0); in main()
H A Dinz_vpp.c48 ret = memcntl(buf + clroff, clrsz, MC_INHERIT_ZERO, 0, 0, 0); in main()
H A Dinz_split_vpp.c52 ret = memcntl(buf + clroff, clrsz, MC_INHERIT_ZERO, 0, 0, 0); in main()
/titanic_50/usr/src/lib/libc/port/gen/
H A Darc4random.c133 if (memcntl(a, mapsz, MC_INHERIT_ZERO, 0, 0, 0) != 0) in arc4_fill()
/titanic_50/usr/src/uts/common/sys/
H A Dmman.h351 #define MC_INHERIT_ZERO 8 /* zero out regions on fork() */ macro
/titanic_50/usr/src/uts/common/syscall/
H A Dmemcntl.c387 case MC_INHERIT_ZERO: in memcntl()
/titanic_50/usr/src/uts/common/vm/
H A Dvm_as.c2447 case MC_INHERIT_ZERO: in as_ctl()