Home
last modified time | relevance | path

Searched refs:seepromsoft_statep (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/uts/sun4u/io/i2c/clients/
H A Dseeprom.c108 static void *seepromsoft_statep; variable
115 if ((error = ddi_soft_state_init(&seepromsoft_statep, in _init()
120 ddi_soft_state_fini(&seepromsoft_statep); in _init()
134 ddi_soft_state_fini(&seepromsoft_statep); in _fini()
155 if (ddi_soft_state_zalloc(seepromsoft_statep, instance) != 0) { in seeprom_do_attach()
162 unitp = ddi_get_soft_state(seepromsoft_statep, instance); in seeprom_do_attach()
173 ddi_soft_state_free(seepromsoft_statep, instance); in seeprom_do_attach()
181 ddi_soft_state_free(seepromsoft_statep, instance); in seeprom_do_attach()
237 unitp = ddi_get_soft_state(seepromsoft_statep, in seeprom_info()
263 unitp = ddi_get_soft_state(seepromsoft_statep, instance); in seeprom_do_detach()
[all …]