Lines Matching defs:dstatep
153 struct dstate *dstatep;
165 dstatep = ddi_get_soft_state(dstates, instance);
166 dstatep->dip = devi;
219 struct dstate *dstatep;
225 if ((dstatep = ddi_get_soft_state(dstates,
229 dstatep->oflag = 1;
238 struct dstate *dstatep;
244 dstatep = ddi_get_soft_state(dstates, MINOR_TO_INST(minor));
246 if (dstatep == NULL)
249 dstatep->oflag = 0;
259 struct dstate *dstatep;
263 dstatep = ddi_get_soft_state(dstates, instance);
265 if (dstatep == NULL)