Lines Matching refs:ds1287_state
155 static void *ds1287_state;
194 status = ddi_soft_state_init(&ds1287_state, sizeof (struct ds1287), 0);
200 ddi_soft_state_fini(&ds1287_state);
267 if ((softsp = ddi_get_soft_state(ds1287_state, instance))
313 if (ddi_soft_state_zalloc(ds1287_state, instance) != DDI_SUCCESS) {
319 softsp = ddi_get_soft_state(ds1287_state, instance);
373 ddi_soft_state_free(ds1287_state, instance);
406 if ((softsp = ddi_get_soft_state(ds1287_state, instance)) ==
439 if ((softsp = ddi_get_soft_state(ds1287_state, instance)) ==
461 if ((softsp = ddi_get_soft_state(ds1287_state, instance)) ==
541 if ((softsp = ddi_get_soft_state(ds1287_state, instance)) == NULL)
562 if ((softsp = ddi_get_soft_state(ds1287_state, instance)) == NULL) {