Home
last modified time | relevance | path

Searched refs:alloc_driver (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/
H A Dpreenlib.c96 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