Searched defs:nprot (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c619 uint_t prot, nprot; local
646 nprot = GSOP_GETPROT(gs, addr);
647 gcore_getwatchprot(as_addr, addr, &nprot);
649 if (nprot != prot) {
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprsubr.c3688 uint_t prot, nprot; local
3753 * Otherwise end the mapping if this page's protections (nprot)
3756 nprot = pagev->pg_protv[pn - pagev->pg_pnbase];
3757 getwatchprot(seg->s_as, addr, &nprot);
3759 if (nprot != prot)

Completed in 56 milliseconds