Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/sys/pci/
H A Dpci_var.h196 ((pci_common_t *)ddi_get_soft_state(per_pci_common_state, (i)))
199 ddi_soft_state_zalloc(per_pci_common_state, (i))
202 ddi_soft_state_free(per_pci_common_state, (i))
208 extern void *per_pci_common_state; /* per-psycho soft state pointer */
/titanic_41/usr/src/uts/sun4u/io/pci/
H A Dpci.c139 void *per_pci_common_state; /* per-psycho soft state pointer */ variable
163 e = ddi_soft_state_init(&per_pci_common_state, in _init()
187 ddi_soft_state_fini(&per_pci_common_state); in _init()
231 ddi_soft_state_fini(&per_pci_common_state); in _fini()