Home
last modified time | relevance | path

Searched refs:ecppsoft_statep (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Decpp.c469 static void *ecppsoft_statep; variable
562 (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 …]