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

/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c1666 int qeidx; local
1718 for (qeidx = 1; qeidx < (PMCS_QENTRY_SIZE / 4); qeidx++) {
1719 mdb_printf("%08x ", LE_32(*(qentryp + qeidx)));
1813 int qeidx; local
1852 for (qeidx = 2; qeidx < (PMCS_QENTRY_SIZE / 4); qeidx++) {
1853 mdb_printf("%08x ", LE_32(*(qentryp + qeidx)));
[all...]

Completed in 82 milliseconds