Lines Matching refs:driver
43 struct driver { struct
85 static struct driver *dlist;
228 struct driver *drvp; in get_runnable()
272 struct driver *dp; in preen_addunit()
325 struct driver *dp; in alloc_driver()
330 (struct driver *) in alloc_driver()
331 realloc(dlist, sizeof (struct driver) * DRIVER_ALLOC) : in alloc_driver()
332 (struct driver *) in alloc_driver()
333 malloc(sizeof (struct driver) * DRIVER_ALLOC); in alloc_driver()
415 struct driver *drvp = &dlist[dev->drvid]; in makebusy()
446 struct driver *drvp; in notbusy()