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

/illumos-gate/usr/src/uts/sun4u/io/i2c/nexus/
H A Dsmbus.c157 static void *smbus_state; variable
211 status = ddi_soft_state_init(&smbus_state, sizeof (smbus_t),
219 ddi_soft_state_fini(&smbus_state);
234 ddi_soft_state_fini(&smbus_state);
288 smbus = ddi_get_soft_state(smbus_state, instance);
321 ddi_soft_state_free(smbus_state, instance);
333 if (ddi_soft_state_zalloc(smbus_state, instance) != DDI_SUCCESS) {
338 smbus = ddi_get_soft_state(smbus_state, instance);
659 smbus = ddi_get_soft_state(smbus_state, instance);
676 smbus = ddi_get_soft_state(smbus_state, instanc
[all...]

Completed in 44 milliseconds