Searched refs:conf (Results 1 - 11 of 11) sorted by relevance

/scripts/kconfig/
H A D.gitignore18 conf
H A Dstreamline_config.pl94 foreach my $conf (@searchconfigs) {
95 my $file = $conf->{"file"};
99 if (defined($conf->{"test"})) {
100 `$conf->{"test"} $conf->{"file"} 2>/dev/null`;
104 my $exec = $conf->{"exec"};
381 foreach my $conf (@arr) {
382 $configs{$conf} = $module;
408 my $conf = "CONFIG_" . $1;
412 if (!defined($configs{$conf})) {
[all...]
H A DMakefile23 config: $(obj)/conf
29 oldconfig: $(obj)/conf
32 silentoldconfig: $(obj)/conf
36 localyesconfig localmodconfig: $(obj)/streamline_config.pl $(obj)/conf
43 $(obj)/conf --silentoldconfig $(Kconfig); \
47 $(obj)/conf --silentoldconfig $(Kconfig); \
76 allnoconfig allyesconfig allmodconfig alldefconfig randconfig: $(obj)/conf
81 listnewconfig oldnoconfig: $(obj)/conf
84 savedefconfig: $(obj)/conf
87 defconfig: $(obj)/conf
[all...]
H A Dconf.c19 static void conf(struct menu *menu);
343 conf(child);
350 static void conf(struct menu *menu) function
411 conf(child);
436 conf(rootEntry);
633 conf(&rootmenu);
H A Dmconf.c278 static void conf(struct menu *menu);
517 static void conf(struct menu *menu) function
565 conf(submenu);
571 conf(submenu);
610 conf(submenu);
876 conf(&rootmenu);
H A Dnconf.c284 static void conf(struct menu *menu);
1065 static void conf(struct menu *menu) function
1163 conf(submenu);
1173 conf(submenu);
1181 conf(submenu);
1246 /* this is mostly duplicated from the conf() function. */
1533 conf(&rootmenu);
/scripts/selinux/
H A Dinstall_policy.sh21 ./mdp policy.conf file_contexts
22 $CP -o policy.$VERS policy.conf
/scripts/
H A Dsetlocalversion145 if test -e include/config/auto.conf; then
146 . include/config/auto.conf
H A Dget_maintainer.pl155 my $conf = which_conf(".get_maintainer.conf");
156 if (-f $conf) {
158 open(my $conffile, '<', "$conf")
159 or warn "$P: Can't find a readable .get_maintainer.conf file $!\n";
796 File ".get_maintainer.conf", if it exists in the linux kernel source root
1162 my ($conf) = @_;
1165 if (-e "$path/$conf") {
1166 return "$path/$conf";
H A Dcheckpatch.pl35 my $configuration_file = ".checkpatch.conf";
72 my $conf = which_conf($configuration_file);
73 if (-f $conf) {
75 open(my $conffile, '<', "$conf")
497 my ($conf) = @_;
500 if (-e "$path/$conf") {
501 return "$path/$conf";
/scripts/basic/
H A Dfixdep.c244 if (*m == INT_CONF) { p = (char *) m ; goto conf; }
245 if (*m == INT_ONFI) { p = (char *) m-1; goto conf; }
246 if (*m == INT_NFIG) { p = (char *) m-2; goto conf; }
247 if (*m == INT_FIG_) { p = (char *) m-3; goto conf; }
249 conf:

Completed in 97 milliseconds