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

/illumos-gate/usr/src/uts/sun/io/
H A Dsocal.c369 static void *socal_soft_state_p = NULL; variable
432 stat = ddi_soft_state_init(&socal_soft_state_p,
440 ddi_soft_state_fini(&socal_soft_state_p);
456 ddi_soft_state_fini(&socal_soft_state_p);
540 if (ddi_soft_state_zalloc(socal_soft_state_p, instance)
552 socalp = ddi_get_soft_state(socal_soft_state_p, instance);
981 if ((socalp = ddi_get_soft_state(socal_soft_state_p, instance)) == 0) {
1106 ddi_soft_state_free(socal_soft_state_p, instance);
1269 socalp = ddi_get_soft_state(socal_soft_state_p, instance);
1293 ddi_get_soft_state(socal_soft_state_p, instanc
[all...]

Completed in 50 milliseconds