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

/illumos-gate/usr/src/uts/sun4u/io/i2c/clients/
H A Dmax1617.c116 static void *max1617_soft_statep; variable
125 (void) ddi_soft_state_init(&max1617_soft_statep,
139 ddi_soft_state_fini(&max1617_soft_statep);
177 if (ddi_soft_state_zalloc(max1617_soft_statep, instance) != 0) {
184 unitp = ddi_get_soft_state(max1617_soft_statep, instance);
197 ddi_soft_state_free(max1617_soft_statep, instance);
211 ddi_soft_state_free(max1617_soft_statep, instance);
218 ddi_soft_state_free(max1617_soft_statep, instance);
237 if ((unitp = ddi_get_soft_state(max1617_soft_statep, instance)) ==
329 unitp = ddi_get_soft_state(max1617_soft_statep, instanc
[all...]

Completed in 57 milliseconds