Lines Matching refs:moddir
119 moddir = NULL; in main()
512 curdir = moddir; in module_not_found()
961 moddir = (struct drvmod_dir *)calloc(1, sizeof (struct drvmod_dir)); in isaspec_drvmod_discovery()
962 if (moddir == NULL) { in isaspec_drvmod_discovery()
973 moddir->next = (struct drvmod_dir *) in isaspec_drvmod_discovery()
975 if (moddir->next == NULL) { in isaspec_drvmod_discovery()
980 (void) strcpy(moddir->direc, DRVDIR64); in isaspec_drvmod_discovery()
981 (void) strcpy(moddir->next->direc, ""); in isaspec_drvmod_discovery()
983 (void) strcpy(moddir->direc, ""); in isaspec_drvmod_discovery()
984 (void) strcpy(moddir->next->direc, DRVDIR64); in isaspec_drvmod_discovery()
986 moddir->next->next = NULL; in isaspec_drvmod_discovery()