Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/modload/
H A Daddrem.h96 struct drvmod_dir { struct
98 struct drvmod_dir *next; argument
101 struct drvmod_dir *moddir;
H A Dadd_drv.c499 struct drvmod_dir *curdir = NULL; in module_not_found()
961 moddir = (struct drvmod_dir *)calloc(1, sizeof (struct drvmod_dir)); in isaspec_drvmod_discovery()
973 moddir->next = (struct drvmod_dir *) in isaspec_drvmod_discovery()
974 calloc(1, sizeof (struct drvmod_dir)); in isaspec_drvmod_discovery()
H A Ddrvsubr.c933 struct drvmod_dir *walk_ptr; in cleanup_moddir()
934 struct drvmod_dir *free_ptr = moddir; in cleanup_moddir()