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

/illumos-gate/usr/src/uts/common/io/uath/
H A Duath.c76 static void *uath_soft_state_p = NULL; variable
2144 sc = ddi_get_soft_state(uath_soft_state_p, ddi_get_instance(devinfo));
2288 sc = ddi_get_soft_state(uath_soft_state_p, ddi_get_instance(devinfo));
3016 sc = ddi_get_soft_state(uath_soft_state_p,
3026 err = ddi_soft_state_zalloc(uath_soft_state_p, instance);
3033 sc = ddi_get_soft_state(uath_soft_state_p, instance);
3274 ddi_soft_state_free(uath_soft_state_p, ddi_get_instance(devinfo));
3283 sc = ddi_get_soft_state(uath_soft_state_p, ddi_get_instance(devinfo));
3304 ddi_soft_state_free(uath_soft_state_p,
3343 ddi_soft_state_free(uath_soft_state_p, ddi_get_instanc
[all...]

Completed in 152 milliseconds