Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/
H A Demul64.c163 static void *emul64_state = NULL; variable
225 ret = ddi_soft_state_init(&emul64_state, sizeof (struct emul64), in _init()
231 ddi_soft_state_fini(&emul64_state); in _init()
248 ddi_soft_state_fini(&emul64_state); in _init()
266 ddi_soft_state_fini(&emul64_state); in _fini()
290 foo = ddi_get_soft_state(emul64_state, instance); in emul64_info()
351 if (ddi_soft_state_zalloc(emul64_state, instance) != DDI_SUCCESS) { in emul64_attach()
358 emul64 = (struct emul64 *)ddi_get_soft_state(emul64_state, instance); in emul64_attach()
362 ddi_soft_state_free(emul64_state, instance); in emul64_attach()
454 ddi_soft_state_free(emul64_state, instance); in emul64_attach()
[all …]