Lines Matching refs:d_errstats
184 kstat_t *d_errstats; member
471 if (bd->d_errstats != NULL) in bd_create_errstats()
479 bd->d_errstats = kstat_create(ks_module, inst, ks_name, "device_error", in bd_create_errstats()
483 if (bd->d_errstats == NULL) { in bd_create_errstats()
493 bd->d_errstats->ks_lock = &bd->d_errmutex; in bd_create_errstats()
494 bd->d_kerr = (struct bd_errstats *)bd->d_errstats->ks_data; in bd_create_errstats()
533 bd->d_errstats->ks_private = bd; in bd_create_errstats()
535 kstat_install(bd->d_errstats); in bd_create_errstats()
542 if (bd->d_errstats != NULL) { in bd_destroy_errstats()
544 kstat_delete(bd->d_errstats); in bd_destroy_errstats()
545 bd->d_errstats = NULL; in bd_destroy_errstats()