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

/illumos-gate/usr/src/uts/sun4u/io/ppm/
H A Djbusppm.c126 static void *jbppm_statep; variable
146 if ((error = ddi_soft_state_init(&jbppm_statep,
155 ddi_soft_state_fini(&jbppm_statep);
169 ddi_soft_state_fini(&jbppm_statep);
208 rv = ddi_soft_state_zalloc(jbppm_statep, instance);
216 if ((unitp = ddi_get_soft_state(jbppm_statep, instance)) == NULL) {
273 ddi_soft_state_free(jbppm_statep, instance);
292 unitp = ddi_get_soft_state(jbppm_statep, instance);
342 jbppm_statep, getminor(*dev_p))) == NULL) {
366 ddi_get_soft_state(jbppm_statep, getmino
[all...]

Completed in 54 milliseconds