Searched refs:alloc_driver (Results 1 – 1 of 1) sorted by relevance
96 static int alloc_driver(char *, int (*)(), void *);293 drvid = alloc_driver(dname, cf, datap); in preen_addunit()323 alloc_driver(char *name, int (*cf)(), void *datap) in alloc_driver() function