Home
last modified time | relevance | path

Searched refs:p_datprot (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dmain.c349 p->p_datprot = PROT_ZFOD & ~PROT_EXEC; in start_init_common()
H A Dfork.c1097 cp->p_datprot = pp->p_datprot; in getproc()
H A Dgrow.c268 if (!(p->p_datprot & PROT_EXEC)) { in brk_internal()
H A Dexec.c2169 p->p_datprot = args->dat_prot; in exec_args()
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h318 uint_t p_datprot; /* data memory protection */ member