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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dcpuid.c320 uint_t cpi_ncache; /* fn 2: number of elements */ member in struct:cpuid_info
1813 cpi->cpi_ncache = sizeof (*cp) *
1815 if (cpi->cpi_ncache == 0)
1817 cpi->cpi_ncache--; /* skip count byte */
1824 if (cpi->cpi_ncache > (sizeof (*cp) - 1))
1825 cpi->cpi_ncache = sizeof (*cp) - 1;
3882 for (i = 0; i < cpi->cpi_ncache; i++, dp++) {
3930 for (i = 0; i < cpi->cpi_ncache; i++, dp++) {

Completed in 289 milliseconds