Home
last modified time | relevance | path

Searched refs: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; in gcore_pr_nextprot() local
646 nprot = GSOP_GETPROT(gs, addr); in gcore_pr_nextprot()
647 gcore_getwatchprot(as_addr, addr, &nprot); in gcore_pr_nextprot()
649 if (nprot != prot) { in gcore_pr_nextprot()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprsubr.c4470 uint_t prot, nprot; in pr_pagev_nextprot() local
4538 nprot = pagev->pg_protv[pn - pagev->pg_pnbase]; in pr_pagev_nextprot()
4539 getwatchprot(seg->s_as, addr, &nprot); in pr_pagev_nextprot()
4541 if (nprot != prot) in pr_pagev_nextprot()