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

/illumos-gate/usr/src/uts/common/io/ral/
H A Drt2560.c49 static void *ral_soft_state_p = NULL; variable
2322 sc = ddi_get_soft_state(ral_soft_state_p, ddi_get_instance(devinfo));
2363 sc = ddi_get_soft_state(ral_soft_state_p,
2375 if (ddi_soft_state_zalloc(ral_soft_state_p, instance) != DDI_SUCCESS) {
2381 sc = ddi_get_soft_state(ral_soft_state_p, instance);
2635 ddi_soft_state_free(ral_soft_state_p, ddi_get_instance(devinfo));
2645 sc = ddi_get_soft_state(ral_soft_state_p, ddi_get_instance(devinfo));
2690 ddi_soft_state_free(ral_soft_state_p, ddi_get_instance(devinfo));
2706 status = ddi_soft_state_init(&ral_soft_state_p,
2715 ddi_soft_state_fini(&ral_soft_state_p);
[all...]

Completed in 67 milliseconds