Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dmain.c328 p->p_datprot = PROT_ZFOD & ~PROT_EXEC; in start_init_common()
H A Dfork.c1084 cp->p_datprot = pp->p_datprot; in getproc()
H A Dgrow.c248 if (!(p->p_datprot & PROT_EXEC)) { in brk_internal()
H A Dexec.c1986 p->p_datprot = args->dat_prot; in exec_args()
/titanic_41/usr/src/uts/common/sys/
H A Dproc.h309 uint_t p_datprot; /* data memory protection */ member