| /openbmc/u-boot/Documentation/sphinx/ |
| H A D | load_config.py | 19 config_file = os.environ.get("SPHINX_CONF", None) 20 if (config_file is not None 21 and os.path.normpath(namespace["__file__"]) != os.path.normpath(config_file) ): 22 config_file = os.path.abspath(config_file) 24 if os.path.isfile(config_file): 25 sys.stdout.write("load additional sphinx-config: %s\n" % config_file) 27 config['__file__'] = config_file 28 execfile_(config_file, config) 32 sys.stderr.write("WARNING: additional sphinx-config not found: %s\n" % config_file)
|
| /openbmc/openpower-pnor-code-mgmt/ |
| H A D | generate-ubi | 100 config_file=$1 110 } >> "$config_file" 112 echo image="$image" >> "$config_file" 118 } >> "$config_file" 120 echo vol_size="$vol_size" >> "$config_file" 136 config_file=${scratch_dir}/ubinize-PNOR.cfg 143 add_volume "$config_file" 0 static pnor-ro-"${version_id}" "${squashfs_file}" 144 add_volume "$config_file" 1 dynamic pnor-prsv "" 2MiB 145 add_volume "$config_file" 2 dynamic pnor-rw-"${version_id}" "" 16MiB 148 ubinize -p ${FLASH_PEB_SIZE}KiB -m ${FLASH_PAGE_SIZE} -o "${tmpfile}" "$config_file"
|
| /openbmc/openbmc/poky/meta/lib/oe/package_manager/ipk/ |
| H A D | __init__.py | 69 config_file = d.getVar("IPKGCONF_TARGET") 72 self.opkg_args = "-f %s -o %s " % (config_file, rootfs_dir) 95 …def __init__(self, d, target_rootfs, config_file, archs, task_name='target', ipk_repo_workdir="oe-… argument 98 self.config_file = config_file 105 …self.opkg_args = "--volatile-cache -f %s -t %s -o %s " % (self.config_file, self.d.expand('${T}/ip… 157 with open(self.config_file, "w+") as config_file: 160 config_file.write("arch %s %d\n" % (arch, priority)) 172 config_file.write("src/gz %s %s\n" % (feed_name, feed_uri)) 206 with open(self.config_file, "w+") as config_file: 209 config_file.write("arch %s %d\n" % (arch, priority)) [all …]
|
| /openbmc/entity-manager/scripts/ |
| H A D | validate_configs.py | 128 for config_file in config_files: 130 with open(config_file) as fd: 161 for config_file, config in zip(config_files, configs): 162 filename = os.path.split(config_file)[1] 171 config_to_future[config_file] = future 174 for config_file, future in config_to_future.items(): 178 filename = os.path.split(config_file)[1]
|
| /openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/ |
| H A D | set_required_questions.py | 113 args.config_file = os.path.abspath(args.config_file) 119 if not os.path.isfile(args.config_file): 120 raise ValueError("Specified configuration file %s not found." % args.config_file) 137 config_in = open(opts.config_file)
|
| /openbmc/phosphor-power/phosphor-regulators/docs/ |
| H A D | configuration.md | 18 [configuration](config_file/configuration.md) object in the 19 [JSON config file](config_file/README.md). 22 [pmbus_write_vout_command](config_file/pmbus_write_vout_command.md) and 23 [i2c_write_byte](config_file/i2c_write_byte.md).
|
| H A D | phase_fault_monitoring.md | 24 [phase_fault_detection](config_file/phase_fault_detection.md) object in the 25 [JSON config file](config_file/README.md). 28 [i2c_compare_byte](config_file/i2c_compare_byte.md).
|
| H A D | sensor_monitoring.md | 18 [sensor_monitoring](config_file/sensor_monitoring.md) object in the 19 [JSON config file](config_file/README.md). 22 [pmbus_read_sensor](config_file/pmbus_read_sensor.md).
|
| H A D | multiple_chassis.md | 23 The [JSON configuration file](config_file/README.md) contains an array of one or 24 more [chassis](config_file/chassis.md) objects. Each chassis object corresponds
|
| /openbmc/openbmc/meta-arm/meta-arm/lib/fvp/ |
| H A D | conffile.py | 38 def load(config_file): argument 39 with open(config_file) as f:
|
| /openbmc/openbmc/meta-arm/scripts/ |
| H A D | runfvp | 88 config_file = args.config 90 config_file = conffile.find(args.config) 91 return start_fvp(args, config_file, extra_args)
|
| /openbmc/openbmc/poky/scripts/esdk-tools/ |
| H A D | devtool | 34 config_file = '' 41 self.config_file = filename 55 if os.path.exists(self.config_file): 56 self.config_obj.read(self.config_file) 72 logger.debug('writing to config file %s' % self.config_file) 74 with open(self.config_file, 'w') as f: 37 config_file = '' global() variable in ConfigHandler
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | devtool | 34 config_file = '' variable in ConfigHandler 41 self.config_file = filename 55 if os.path.exists(self.config_file): 56 self.config_obj.read(self.config_file) 72 logger.debug('writing to config file %s' % self.config_file) 74 with open(self.config_file, 'w') as f:
|
| /openbmc/u-boot/tools/env/ |
| H A D | fw_env_main.c | 119 env_opts.config_file = CONFIG_FILE; in parse_common_args() 127 env_opts.config_file = optarg; in parse_common_args()
|
| H A D | fw_env.h | 18 char *config_file; member
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ssmtp/ssmtp/ |
| H A D | 0001-ssmtp-Correct-the-null-pointer-assignment-to-char-po.patch | 46 -char *config_file = (char)NULL; /* alternate configuration file */ 48 +char *config_file = NULL; /* alternate configuration file */
|
| /openbmc/phosphor-power/phosphor-power-sequencer/docs/ |
| H A D | named_gpios.md | 14 [JSON configuration file](config_file/README.md). If no configuration file is 31 [JSON configuration file](config_file/README.md). If no configuration file is
|
| /openbmc/u-boot/scripts/kconfig/ |
| H A D | streamline_config.pl | 127 my @config_file = read_config; 426 foreach my $line (@config_file) { 599 foreach my $line (@config_file) {
|
| /openbmc/phosphor-power/phosphor-regulators/docs/config_file/ |
| H A D | config_file.md | 1 # config_file chapter
|
| /openbmc/u-boot/tools/buildman/ |
| H A D | buildman | 64 bsettings.Setup(options.config_file)
|
| H A D | buildman.py | 64 bsettings.Setup(options.config_file)
|
| /openbmc/qemu/tests/vm/ |
| H A D | basevm.py | 543 config_file = args.config 545 config_file = os.environ['QEMU_CONFIG'] 548 if not os.path.exists(config_file): 549 raise Exception("config file {} does not exist".format(config_file)) 562 with open(config_file) as f: 569 " missing qemu-conf".format(config_file))
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/i2cdev/i2cdev/ |
| H A D | fix-musl.patch | 108 if (config_file) { 109 fclose(config_file);
|
| /openbmc/phosphor-power/phosphor-power-sequencer/docs/config_file/ |
| H A D | config_file.md | 1 # config_file chapter
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/ledmon/ledmon/ |
| H A D | 0002-include-sys-select.h-and-sys-types.h.patch | 38 #include "config_file.h"
|