Home
last modified time | relevance | path

Searched refs:nprot (Results 1 – 2 of 2) sorted by relevance

/titanic_41/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()
/titanic_41/usr/src/uts/common/fs/proc/
H A Dprsubr.c3688 uint_t prot, nprot; in pr_pagev_nextprot() local
3756 nprot = pagev->pg_protv[pn - pagev->pg_pnbase]; in pr_pagev_nextprot()
3757 getwatchprot(seg->s_as, addr, &nprot); in pr_pagev_nextprot()
3759 if (nprot != prot) in pr_pagev_nextprot()