Home
last modified time | relevance | path

Searched refs:configfile (Results 1 – 25 of 32) sorted by relevance

12

/openbmc/phosphor-dbus-monitor/src/
H A Dpdmgen.py59 if config and x.configfile != config:
240 self.configfile = kw.pop("configfile")
274 self.configfile,
288 add_unique(ConfigEntry(configfile=self.configfile, **args), objs)
291 add_unique(ConfigEntry(configfile=self.configfile, **args), objs)
312 self.configfile,
326 add_unique(ConfigEntry(configfile=self.configfile, **args), objs)
333 add_unique(ConfigEntry(configfile=self.configfile, **args), objs)
336 add_unique(ConfigEntry(configfile=self.configfile, **args), objs)
411 obj = factory(configfile=self.configfile, **args)
[all …]
/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/
H A Dbootimg-efi.py64 configfile = creator.ks.bootloader.configfile
66 if configfile:
67 custom_cfg = get_custom_config(configfile)
72 "%s for grub.cfg", configfile)
75 "get it from %s." % configfile)
162 configfile = creator.ks.bootloader.configfile
165 if configfile:
166 custom_cfg = get_custom_config(configfile)
171 "%s for systemd-boots's boot.conf", configfile)
174 "get it from %s.", configfile)
H A Dbootimg-partition.py73 configfile = cr.ks.bootloader.configfile
75 if configfile:
76 custom_cfg = get_custom_config(configfile)
81 "%s for extlinux.conf", configfile)
84 "get it from %s." % configfile)
H A Dbootimg-pcbios.py94 if bootloader.configfile:
95 custom_cfg = get_custom_config(bootloader.configfile)
100 "for syslinux.cfg", bootloader.configfile)
103 "get it from %s." % bootloader.configfile)
H A Disoimage-isohybrid.py96 configfile = creator.ks.bootloader.configfile
97 if configfile:
98 grubefi_conf = get_custom_config(configfile)
101 configfile)
104 "but failed to get it from %s", configfile)
/openbmc/linux/tools/testing/selftests/rcutorture/bin/
H A Dkvm-recheck-refscale.sh23 configfile=`echo $i | sed -e 's/^.*\///'`
26 awk -v configfile="$configfile" '
H A Dkvm-recheck-scf.sh22 configfile=`echo $i | sed -e 's/^.*\///'`
26 echo "$configfile ------- "
37 echo "${configfile} ------- ${nscfs} SCF handler invocations$rate"
H A Dkvm-recheck-lock.sh21 configfile=`echo $i | sed -e 's/^.*\///'`
25 echo "$configfile -------"
27 title="$configfile ------- $ncs acquisitions/releases"
H A Dkvm-recheck-rcu.sh22 configfile=`echo $i | sed -e 's/^.*\///'`
31 echo "$configfile ------- " $stopstate
33 title="$configfile ------- $ngps GPs"
H A Dkvm-recheck.sh36 configfile=`echo $i | sed -e 's,^.*/,,'`
73 parse-build.sh $i/Make.out $configfile
74 parse-console.sh $i/console.log $configfile
91 parse-build.sh $i/Make.out $configfile
H A Dkvm-recheck-rcuscale.sh29 configfile=`echo $i | sed -e 's/^.*\///'`
/openbmc/linux/tools/power/cpupower/bench/
H A Dparse.c159 FILE *configfile; in prepare_config() local
166 configfile = fopen(path, "r"); in prepare_config()
167 if (configfile == NULL) { in prepare_config()
174 while (getline(&line, &len, configfile) != -1) { in prepare_config()
H A DREADME-BENCH118 -f, --file=<configfile> config file to use
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A DHPSpecific.pm653 my $configfile="";
681 $configfile=&getGlobal("DIR","rc.config.d") . "/" . $rcFile;
682 if (not( -f $configfile )) {
683 &B_create_file($configfile);
686 &B_log("DEBUG","In B_ch_rc (no procs), setting $rcVariable to 0 in $configfile" .
689 &B_set_rc($rcVariable, "0", $configfile);
692 &B_set_rc($rcVariable, "1",$configfile);
697 &B_set_rc($rcVariable, "0", $configfile);
1022 my ($key,$value,$configfile)=@_;
1034 if ( &B_System("$ch_rc -a -p $key=$value $configfile",
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/
H A Dlong-help12 (configfile only option)
16 (configfile only option)
24 (configfile only option)
28 (configfile only option)
/openbmc/fb-ipmi-oem/
H A Dmeson.build98 configfile = ['cri_sensors.json', 'gpio_desc.json', 'post_desc.json'] variable
99 foreach c : configfile
/openbmc/openbmc/meta-arm/meta-arm/wic/
H A Dqemuarm.wks1 bootloader --ptable gpt --configfile="qemuarm.cfg"
H A Dqemuarm64.wks1 bootloader --ptable gpt --configfile="qemuarm64.cfg"
/openbmc/openbmc/poky/scripts/lib/wic/canned-wks/
H A Ddirectdisk-bootloader-config.wks7 bootloader --configfile="directdisk-bootloader-config.cfg"
/openbmc/openbmc/meta-arm/meta-arm-bsp/wic/
H A Dsgi575-efidisk.wks11 bootloader --ptable gpt --configfile="sgi575-grub.cfg" --timeout=5
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/
H A D0004-RH-use-rpm-optflags-if-present.patch49 -DDEFAULT_CONFIGFILE=\"$(TGTDIR)$(configfile)\" -DSTATE_DIR=\"$(TGTDIR)$(statedir)\" \
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcookerdata.py187 def findConfigFile(configfile, data): argument
192 search.append(os.path.join(i, "conf", configfile))
195 search.append(os.path.join(path, "conf", configfile))
/openbmc/qemu/roms/
H A Dedk2-build.py379 if not os.path.exists(options.configfile):
385 cfg.read(options.configfile)
/openbmc/openbmc/poky/meta/recipes-bsp/grub/
H A Dgrub-efi_2.12.bb85 efi_gop iso9660 configfile search loadenv test"
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/
H A Dopenl2tp_1.8.bb89 for i in all.tcl configfile.test peer_profile.test ppp_profile.test \

12