nvram_24xx_t
ha->nvram_cache->size = sizeof (nvram_24xx_t);
nvram_24xx_t nvram;
nvram_24xx_t *nv = (nvram_24xx_t *)&nvram;
for (index = 0; index < sizeof (nvram_24xx_t) / 4; index++) {
bzero((void *)nv, sizeof (nvram_24xx_t));
nvram_24xx_t *nv;
for (count = 0; count < (sizeof (nvram_24xx_t) / 4) - 1;
for (count = 0; count < sizeof (nvram_24xx_t) / 4; count++) {
for (count = 0; count < sizeof (nvram_24xx_t) / 4; count++) {
kmem_free(nv, sizeof (nvram_24xx_t));