Lines Matching refs:ds1337_statep
82 static void *ds1337_statep;
158 if ((error = ddi_soft_state_init(&ds1337_statep,
179 ddi_soft_state_fini(&ds1337_statep);
254 if (ddi_soft_state_zalloc(ds1337_statep, instance) != DDI_SUCCESS) {
261 statep = ddi_get_soft_state(ds1337_statep, instance);
272 ddi_soft_state_free(ds1337_statep, instance);
292 ddi_soft_state_free(ds1337_statep, instance);
320 ddi_soft_state_free(ds1337_statep, instance);
343 ddi_soft_state_free(ds1337_statep, instance);
490 statep = ddi_get_soft_state(ds1337_statep, instance);
614 statep = ddi_get_soft_state(ds1337_statep, instance);
744 statep = ddi_get_soft_state(ds1337_statep, instance);
834 statep = ddi_get_soft_state(ds1337_statep, instance);
883 if ((softsp = ddi_get_soft_state(ds1337_statep, instance)) ==