Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/pchtemp/
H A Dpchtemp.c124 void *pchtemp_state; variable
211 ddi_soft_state_free(pchtemp_state, inst); in pchtemp_cleanup()
234 if (ddi_soft_state_zalloc(pchtemp_state, inst) != DDI_SUCCESS) { in pchtemp_attach()
240 pch = ddi_get_soft_state(pchtemp_state, inst); in pchtemp_attach()
312 pch = ddi_get_soft_state(pchtemp_state, inst); in pchtemp_detach()
351 if (ddi_soft_state_init(&pchtemp_state, sizeof (pchtemp_t), 1) != in _init()
357 ddi_soft_state_fini(&pchtemp_state); in _init()
379 ddi_soft_state_fini(&pchtemp_state); in _fini()