/openbmc/linux/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) 25 start = config_file.find('Documentation/') 27 start = config_file.find('/', start + 1) 29 end = config_file.rfind('/') 31 dir = config_file[start + 1:end] 47 if os.path.isfile(config_file): 48 sys.stdout.write("load additional sphinx-config: %s\n" % config_file) [all …]
|
/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/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/entity-manager/scripts/ |
H A D | validate_configs.py | 113 for config_file in config_files: 115 with open(config_file) as fd: 119 "Could not parse config file '{}'\n".format(config_file) 149 for config_file, config in zip(config_files, configs): 150 name = os.path.split(config_file)[1]
|
/openbmc/linux/scripts/dtc/ |
H A D | dt_to_config | 402 } elsif (($config_file) && ($configs =~ /CONFIG_/)) { 464 if ($config_file) { 945 if (! -r $config_file) { 946 print STDERR "file '$config_file' is not readable or does not exist\n"; 950 if (!open(CONFIG_FILE, "<", "$config_file")) { 951 print STDERR "open $config_file failed\n"; 989 "c=s" => \$config_file, 990 "config=s" => \$config_file, 1168 if ($config_file) {
|
/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/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/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/linux/scripts/ |
H A D | diffconfig | 40 def readconfig(config_file): argument 42 for line in config_file:
|
/openbmc/qemu/tests/functional/ |
H A D | test_acpi_bits.py | 168 config_file = 'bits-cfg.txt' 177 config_file), os.R_OK)) 178 shutil.copy2(os.path.join(bits_config_dir, config_file), 181 config_file, target_config_dir)
|
/openbmc/linux/scripts/kconfig/ |
H A D | streamline_config.pl | 125 my @config_file = read_config; 426 foreach my $line (@config_file) { 616 foreach my $line (@config_file) {
|
/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/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/qemu/tests/vm/ |
H A D | basevm.py | 544 config_file = args.config 546 config_file = os.environ['QEMU_CONFIG'] 549 if not os.path.exists(config_file): 550 raise Exception("config file {} does not exist".format(config_file)) 563 with open(config_file) as f: 570 " missing qemu-conf".format(config_file))
|
/openbmc/phosphor-power/phosphor-power-sequencer/docs/config_file/ |
H A D | README.md | 67 The config file contains a single JSON [config_file](config_file.md) object at
|
H A D | config_file.md | 1 # config_file chapter
|
/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/linux/drivers/s390/char/ |
H A D | sclp_sd.c | 96 static struct sclp_sd_file *config_file; variable 570 config_file = sclp_sd_file_create("config", SD_DI_CONFIG); in sclp_sd_init() 571 if (!config_file) in sclp_sd_init()
|
/openbmc/openbmc/meta-phosphor/classes/ |
H A D | image_types_phosphor.bbclass | 192 config_file=$1 199 echo \[$vol_name\] >> $config_file 200 echo mode=ubi >> $config_file 201 echo image=$image >> $config_file 202 echo vol_type=$vol_type >> $config_file 203 echo vol_name=$vol_name >> $config_file 204 echo vol_id=$vol_id >> $config_file 206 echo vol_size=$vol_size >> $config_file
|
/openbmc/qemu/block/ |
H A D | blkdebug.c | 52 char *config_file; /* For blkdebug_refresh_filename() */ member 489 s->config_file = g_strdup(qemu_opt_get(opts, "config")); in blkdebug_open() 490 ret = read_config(s, s->config_file, options, errp); in blkdebug_open() 584 g_free(s->config_file); in blkdebug_open() 786 g_free(s->config_file); in blkdebug_close() 1003 s->config_file ?: "", bs->file->bs->exact_filename); in blkdebug_refresh_filename()
|