Searched refs:p_datprot (Results 1 – 5 of 5) sorted by relevance
328 p->p_datprot = PROT_ZFOD & ~PROT_EXEC; in start_init_common()
1084 cp->p_datprot = pp->p_datprot; in getproc()
248 if (!(p->p_datprot & PROT_EXEC)) { in brk_internal()
1986 p->p_datprot = args->dat_prot; in exec_args()
309 uint_t p_datprot; /* data memory protection */ member