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