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

/illumos-gate/usr/src/uts/common/io/sata/adapters/nv_sata/
H A Dnv_sata.c383 static void *nv_statep = NULL; variable
436 error = ddi_soft_state_init(&nv_statep, sizeof (nv_ctl_t), 0);
454 ddi_soft_state_fini(&nv_statep);
463 ddi_soft_state_fini(&nv_statep);
495 ddi_soft_state_fini(&nv_statep);
588 status = ddi_soft_state_zalloc(nv_statep, inst);
594 nvc = ddi_get_soft_state(nv_statep, inst);
809 nvc = ddi_get_soft_state(nv_statep, inst);
889 ddi_soft_state_free(nv_statep, inst);
909 nvc = ddi_get_soft_state(nv_statep, ins
[all...]

Completed in 50 milliseconds