Lines Matching refs:dlist
85 static struct driver *dlist; variable
233 drvp = &dlist[devp->drvid]; in get_runnable()
281 if (strcmp(dlist[drvid].name, dname) == 0) { in preen_addunit()
282 dp = &dlist[drvid]; in preen_addunit()
294 dp = &dlist[drvid]; in preen_addunit()
329 dlist = ndalloc ? in alloc_driver()
331 realloc(dlist, sizeof (struct driver) * DRIVER_ALLOC) : in alloc_driver()
334 if (dlist == NULL) { in alloc_driver()
341 dp = &dlist[ndrivers]; in alloc_driver()
415 struct driver *drvp = &dlist[dev->drvid]; in makebusy()
450 drvp = &dlist[devp->drvid]; in notbusy()