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