Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/modload/
H A Daddrem.h97 struct drvmod_dir { struct
99 struct drvmod_dir *next; argument
102 extern 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.c75 struct drvmod_dir *moddir;
945 struct drvmod_dir *walk_ptr; in cleanup_moddir()
946 struct drvmod_dir *free_ptr = moddir; in cleanup_moddir()