Searched refs:drvmod_dir (Results 1 – 3 of 3) sorted by relevance
96 struct drvmod_dir { struct98 struct drvmod_dir *next; argument101 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()
933 struct drvmod_dir *walk_ptr; in cleanup_moddir()934 struct drvmod_dir *free_ptr = moddir; in cleanup_moddir()