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

/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c1775 int qeidx; local
1827 for (qeidx = 1; qeidx < (PMCS_QENTRY_SIZE / 4); qeidx++) {
1828 mdb_printf("%08x ", LE_32(*(qentryp + qeidx)));
1922 int qeidx; local
1961 for (qeidx = 2; qeidx < (PMCS_QENTRY_SIZE / 4); qeidx++) {
1962 mdb_printf("%08x ", LE_32(*(qentryp + qeidx)));
[all...]

Completed in 98 milliseconds