Searched refs:ecppsoft_statep (Results 1 – 1 of 1) sorted by relevance
469 static void *ecppsoft_statep; variable562 (void) ddi_soft_state_init(&ecppsoft_statep, in _init()575 ddi_soft_state_fini(&ecppsoft_statep); in _fini()602 if (!(pp = ddi_get_soft_state(ecppsoft_statep, instance))) { in ecpp_attach()631 if (ddi_soft_state_zalloc(ecppsoft_statep, instance) != 0) { in ecpp_attach()636 pp = ddi_get_soft_state(ecppsoft_statep, instance); in ecpp_attach()744 ddi_soft_state_free(ecppsoft_statep, instance); in ecpp_attach()764 if (!(pp = ddi_get_soft_state(ecppsoft_statep, instance))) { in ecpp_detach()797 pp = ddi_get_soft_state(ecppsoft_statep, instance); in ecpp_detach()828 ddi_soft_state_free(ecppsoft_statep, instance); in ecpp_detach()[all …]