Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dtphci.c67 static void *tphci_state; variable
68 struct tphci_state { struct
160 sizeof (struct tphci_state), 2)) != 0) { in _init()
165 ddi_soft_state_fini(&tphci_state); in _init()
185 ddi_soft_state_fini(&tphci_state); in _fini()
200 struct tphci_state *phci; in tphci_open()
219 struct tphci_state *phci; in tphci_close()
248 struct tphci_state *phci = NULL; in tphci_attach()
308 ddi_soft_state_free(tphci_state, instance); in tphci_attach()
335 ddi_soft_state_free(tphci_state, instance); in tphci_detach()
[all …]