Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/io/
H A Dvcc.c98 static void *vcc_ssp; variable
239 error = ddi_soft_state_init(&vcc_ssp, sizeof (vcc_t), 1); in _init()
271 ddi_soft_state_fini(&vcc_ssp); in _fini()
289 if ((vccp = ddi_get_soft_state(vcc_ssp, instance)) == NULL) { in vcc_getinfo()
945 if (ddi_soft_state_zalloc(vcc_ssp, instance) != DDI_SUCCESS) in vcc_attach()
948 vccp = ddi_get_soft_state(vcc_ssp, instance); in vcc_attach()
1074 vccp = ddi_get_soft_state(vcc_ssp, instance); in vcc_detach()
1122 ddi_soft_state_free(vcc_ssp, instance); in vcc_detach()
1152 vccp = ddi_get_soft_state(vcc_ssp, instance); in vcc_open()
1270 vccp = ddi_get_soft_state(vcc_ssp, instance); in vcc_close()
[all …]