/openbmc/phosphor-dbus-monitor/src/ |
H A D | pdmgen.py | 288 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 D | kvm-recheck-refscale.sh | 23 configfile=`echo $i | sed -e 's/^.*\///'` 26 awk -v configfile="$configfile" '
|
H A D | kvm-recheck-scf.sh | 22 configfile=`echo $i | sed -e 's/^.*\///'` 26 echo "$configfile ------- " 37 echo "${configfile} ------- ${nscfs} SCF handler invocations$rate"
|
H A D | kvm-recheck-lock.sh | 21 configfile=`echo $i | sed -e 's/^.*\///'` 25 echo "$configfile -------" 27 title="$configfile ------- $ncs acquisitions/releases"
|
H A D | kvm-recheck-rcu.sh | 22 configfile=`echo $i | sed -e 's/^.*\///'` 31 echo "$configfile ------- " $stopstate 33 title="$configfile ------- $ngps GPs"
|
H A D | kvm-recheck.sh | 36 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 D | kvm-recheck-rcuscale.sh | 29 configfile=`echo $i | sed -e 's/^.*\///'`
|
/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/ |
H A D | bootimg-partition.py | 108 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 D | bootimg-efi.py | 62 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 D | bootimg-pcbios.py | 94 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 D | isoimage-isohybrid.py | 96 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 D | parse.c | 159 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 D | HPSpecific.pm | 653 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 D | meson.build | 95 configfile = [ variable 100 foreach c : configfile
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/ |
H A D | long-help | 12 (configfile only option) 16 (configfile only option) 24 (configfile only option) 28 (configfile only option)
|
/openbmc/openbmc/meta-arm/meta-arm/wic/ |
H A D | qemuarm64.wks | 1 bootloader --ptable gpt --configfile="qemuarm64.cfg"
|
H A D | qemuarm.wks | 1 bootloader --ptable gpt --configfile="qemuarm.cfg"
|
/openbmc/openbmc/poky/scripts/lib/wic/canned-wks/ |
H A D | directdisk-bootloader-config.wks | 7 bootloader --configfile="directdisk-bootloader-config.cfg"
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/wic/ |
H A D | n1sdp-efidisk.wks | 9 bootloader --ptable gpt --configfile="n1sdp-grub.cfg" --timeout=5
|
H A D | sgi575-efidisk.wks | 11 bootloader --ptable gpt --configfile="sgi575-grub.cfg" --timeout=5
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/ |
H A D | 0004-RH-use-rpm-optflags-if-present.patch | 46 -DDEFAULT_CONFIGFILE=\"$(configfile)\" -DSTATE_DIR=\"$(statedir)\" \
|
/openbmc/qemu/roms/ |
H A D | edk2-build.py | 379 if not os.path.exists(options.configfile): 385 cfg.read(options.configfile)
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | cookerdata.py | 186 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 D | grub-efi_2.12.bb | 85 efi_gop iso9660 configfile search loadenv test"
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/ |
H A D | openl2tp_1.8.bb | 89 for i in all.tcl configfile.test peer_profile.test ppp_profile.test \
|