Home
last modified time | relevance | path

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

12

/openbmc/phosphor-dbus-monitor/src/
H A Dpdmgen.py288 add_unique(ConfigEntry(configfile=self.configfile, **args), objs)
291 add_unique(ConfigEntry(configfile=self.configfile, **args), objs)
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)
544 group = GroupOfInstances(configfile=self.configfile, **args)
600 group = GroupOfPathInstances(configfile=self.configfile, **args)
695 group = GroupOfFilters(configfile=self.configfile, **args)
960 add_unique(ConfigEntry(configfile=self.configfile, **args), objs)
[all …]
/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/openbmc/poky/scripts/lib/wic/plugins/source/
H A Dbootimg-partition.py108 configfile = cr.ks.bootloader.configfile
110 if configfile:
111 custom_cfg = get_custom_config(configfile)
116 "%s for extlinux.conf", configfile)
119 "get it from %s." % configfile)
H A Dbootimg-efi.py62 configfile = creator.ks.bootloader.configfile
64 if configfile:
65 custom_cfg = get_custom_config(configfile)
70 "%s for grub.cfg", configfile)
73 "get it from %s." % configfile)
155 configfile = creator.ks.bootloader.configfile
157 if configfile:
158 custom_cfg = get_custom_config(configfile)
163 "%s for systemd-boots's boot.conf", configfile)
166 "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/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()
/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/fb-ipmi-oem/
H A Dmeson.build95 configfile = [ variable
100 foreach c : configfile
/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/openbmc/meta-arm/meta-arm/wic/
H A Dqemuarm64.wks1 bootloader --ptable gpt --configfile="qemuarm64.cfg"
H A Dqemuarm.wks1 bootloader --ptable gpt --configfile="qemuarm.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 Dn1sdp-efidisk.wks9 bootloader --ptable gpt --configfile="n1sdp-grub.cfg" --timeout=5
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.patch46 -DDEFAULT_CONFIGFILE=\"$(configfile)\" -DSTATE_DIR=\"$(statedir)\" \
/openbmc/qemu/roms/
H A Dedk2-build.py379 if not os.path.exists(options.configfile):
385 cfg.read(options.configfile)
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcookerdata.py186 def findConfigFile(configfile, data): argument
191 search.append(os.path.join(i, "conf", configfile))
194 search.append(os.path.join(path, "conf", 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