Searched refs:eq_ksp (Results 1 – 2 of 2) sorted by relevance
322 if ((eqp->eq_ksp = kstat_create("unix", 0, name, "errorq", in errorq_create()335 eqp->eq_ksp->ks_data = &eqp->eq_kstat; in errorq_create()336 eqp->eq_ksp->ks_private = eqp; in errorq_create()337 kstat_install(eqp->eq_ksp); in errorq_create()458 kstat_delete(eqp->eq_ksp); in errorq_destroy()
72 kstat_t *eq_ksp; /* pointer to installed kstat */ member