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

/illumos-gate/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),
231 ddi_soft_state_fini(&emul64_state);
248 ddi_soft_state_fini(&emul64_state);
266 ddi_soft_state_fini(&emul64_state);
290 foo = ddi_get_soft_state(emul64_state, instance);
351 if (ddi_soft_state_zalloc(emul64_state, instance) != DDI_SUCCESS) {
358 emul64 = (struct emul64 *)ddi_get_soft_state(emul64_state, instance);
362 ddi_soft_state_free(emul64_state, instance);
454 ddi_soft_state_free(emul64_state, instanc
[all...]

Completed in 45 milliseconds