Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun/io/
H A Dsocal.c369 static void *socal_soft_state_p = NULL; variable
432 stat = ddi_soft_state_init(&socal_soft_state_p, in _init()
440 ddi_soft_state_fini(&socal_soft_state_p); in _init()
456 ddi_soft_state_fini(&socal_soft_state_p); in _fini()
540 if (ddi_soft_state_zalloc(socal_soft_state_p, instance) in socal_attach()
552 socalp = ddi_get_soft_state(socal_soft_state_p, instance); in socal_attach()
981 if ((socalp = ddi_get_soft_state(socal_soft_state_p, instance)) == 0) { in socal_dodetach()
1106 ddi_soft_state_free(socal_soft_state_p, instance); in socal_dodetach()
1269 socalp = ddi_get_soft_state(socal_soft_state_p, instance); in socal_getinfo()
1293 ddi_get_soft_state(socal_soft_state_p, instance); in socal_open()
[all …]