Searched defs:audiots_statep (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/audio/drv/audiots/
H A Daudiots.c197 static void *audiots_statep; variable
293 if ((error = ddi_soft_state_init(&audiots_statep,
301 ddi_soft_state_fini(&audiots_statep);
329 ddi_soft_state_fini(&audiots_statep);
389 state = ddi_get_soft_state(audiots_statep, instance);
425 if (ddi_soft_state_zalloc(audiots_statep, instance) == DDI_FAILURE) {
437 state = ddi_get_soft_state(audiots_statep, instance);
511 if ((state = ddi_get_soft_state(audiots_statep, instance)) == NULL) {
567 if ((state = ddi_get_soft_state(audiots_statep, instance)) == NULL) {
1584 ddi_soft_state_free(audiots_statep, ddi_get_instanc
[all...]

Completed in 61 milliseconds