Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4u/starcat/io/
H A Diosram.c68 static void *iosramsoft_statep; /* IOSRAM state pointer */ variable
231 if ((error = ddi_soft_state_init(&iosramsoft_statep, in _init()
236 ddi_soft_state_fini(&iosramsoft_statep); in _init()
241 error, iosramsoft_statep, NULL, NULL); in _init()
253 error, iosramsoft_statep, NULL, NULL); in _init()
268 ddi_soft_state_fini(&iosramsoft_statep); in _fini()
310 if (!(softp = ddi_get_soft_state(iosramsoft_statep, in iosram_attach()
351 if (ddi_soft_state_zalloc(iosramsoft_statep, instance) != 0) { in iosram_attach()
355 if ((softp = ddi_get_soft_state(iosramsoft_statep, instance)) == NULL) { in iosram_attach()
461 ddi_soft_state_free(iosramsoft_statep, instance); in iosram_attach()
[all …]