Home
last modified time | relevance | path

Searched refs:moddir (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/tools/scripts/
H A Dinterface_check.pl443 my $moddir = my $vermoddir = dirname($0);
444 $moddir = "$moddir/../lib/perl" if ! -f "$moddir/onbld_elfmod.pm";
445 require "$moddir/onbld_elfmod.pm";
H A Dinterface_cmp.pl654 my $moddir = my $vermoddir = dirname($0);
655 $moddir = "$moddir/../lib/perl" if ! -f "$moddir/onbld_elfmod.pm";
656 require "$moddir/onbld_elfmod.pm";
H A Dcheck_rtime.pl1065 my $moddir = dirname($0);
1066 $moddir = "$moddir/../lib/perl" if ! -f "$moddir/onbld_elfmod.pm";
1067 require "$moddir/onbld_elfmod.pm";
/illumos-gate/usr/src/cmd/modload/
H A Dadd_drv.c119 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 …]
H A Daddrem.h102 extern struct drvmod_dir *moddir;
H A Ddrvsubr.c75 struct drvmod_dir *moddir; variable
946 struct drvmod_dir *free_ptr = moddir; in cleanup_moddir()
/illumos-gate/usr/src/cmd/nsadmin/
H A Dsystem38 * moddir:
45 * moddir: /kernel /usr/kernel /other/modules
72 * Modules appearing in the moddir path which are NOT to be loaded,