Searched refs:moddir (Results 1 – 7 of 7) sorted by relevance
443 my $moddir = my $vermoddir = dirname($0);444 $moddir = "$moddir/../lib/perl" if ! -f "$moddir/onbld_elfmod.pm";445 require "$moddir/onbld_elfmod.pm";
654 my $moddir = my $vermoddir = dirname($0);655 $moddir = "$moddir/../lib/perl" if ! -f "$moddir/onbld_elfmod.pm";656 require "$moddir/onbld_elfmod.pm";
1065 my $moddir = dirname($0);1066 $moddir = "$moddir/../lib/perl" if ! -f "$moddir/onbld_elfmod.pm";1067 require "$moddir/onbld_elfmod.pm";
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()[all …]
102 extern struct drvmod_dir *moddir;
75 struct drvmod_dir *moddir; variable946 struct drvmod_dir *free_ptr = moddir; in cleanup_moddir()
38 * moddir:45 * moddir: /kernel /usr/kernel /other/modules72 * Modules appearing in the moddir path which are NOT to be loaded,