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
159 if ((rval = ddi_soft_state_init(&tphci_state, in _init()
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()
206 phci = ddi_get_soft_state(tphci_state, getminor(*devp)); in tphci_open()
219 struct tphci_state *phci; in tphci_close()
224 phci = ddi_get_soft_state(tphci_state, getminor(dev)); in tphci_close()
[all …]