Searched refs:drvmod_dir (Results 1 – 3 of 3) sorted by relevance
97 struct drvmod_dir { struct99 struct drvmod_dir *next; argument102 extern struct drvmod_dir *moddir;
499 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()
75 struct drvmod_dir *moddir;945 struct drvmod_dir *walk_ptr; in cleanup_moddir()946 struct drvmod_dir *free_ptr = moddir; in cleanup_moddir()