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

/illumos-gate/usr/src/cmd/ptools/pmap/
H A Dpmap_common.c120 int mtypes = 0; local
129 mtypes |= (1 << AT_SHARED);
135 mtypes |= (1 << AT_SHARED);
139 mtypes |= (1 << AT_STACK);
144 mtypes |= (1 << AT_HEAP);
157 mtypes |= (1 << AT_STACK);
160 mtypes |= (1 << AT_PRIVM);
165 *mtypesp = mtypes;
/illumos-gate/usr/src/cmd/ptools/pmadvise/
H A Dpmadvise.c240 int mtypes; member in struct:mapnode_struct
573 newmap->mtypes = 0;
587 newmap->mtypes |= 1 << AT_SHARED;
589 newmap->mtypes |= 1 << AT_PRIVM;
595 &newmap->mtypes);
637 newmap->mtypes &= at_map;
639 if (newmap->mtypes & (1 << i)) {

Completed in 229 milliseconds