Home
last modified time | relevance | path

Searched refs:conf_file (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/tests/qemu-iotests/
H A D27730 nbd_sock, conf_file = file_path('nbd-sock', 'nbd-fault-injector.conf') variable
39 with open(conf_file, 'w') as conff:
47 nbd_sock, conf_file], stdout=subprocess.PIPE,
87 os.remove(conf_file)
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/ez-ipupdate/files/
H A DMakefile.am.patch10 -ez_ipupdate_SOURCES = ez-ipupdate.c conf_file.c conf_file.h md5.c md5.h cache_file.c cache_file.h …
12 +ez_ipupdate_SOURCES = ez-ipupdate.c conf_file.c conf_file.h md5.c md5.h cache_file.c cache_file.h …
H A Dconf_file.c.patch5 --- ez-ipupdate-3.0.11b7/conf_file.c.orig 2014-07-02 14:01:19.174029328 -0600
6 +++ ez-ipupdate-3.0.11b7/conf_file.c 2014-07-02 14:08:42.982026223 -0600
8 #include <conf_file.h>
/openbmc/openpower-debug-collector/dump/tools/bmcdump/
H A Dmeson.build6 conf_file = meson.current_source_dir() / 'dreport_op.conf' variable
7 install_data(conf_file, install_dir: dreport_conf_dir)
/openbmc/openbmc-test-automation/openpower/ext_interfaces/
H A Dtest_savearea_management.robot319 FOR ${conf_file} IN @{file_name}
336 FOR ${conf_file} IN @{match_conf_file_list}
351 FOR ${conf_file} IN @{file_name}
352 @{words}= Split String ${conf_file} -
354 OperatingSystem.File Should Exist ${conf_file}
367 FOR ${conf_file} IN @{file_name}
429 FOR ${conf_file} IN @{file_name}
453 FOR ${conf_file} IN @{file_name}
602 FOR ${conf_file} IN @{file_name}
624 FOR ${conf_file} IN @{file_name}
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/ez-ipupdate/
H A Dez-ipupdate_3.0.11b7.bb10 file://conf_file.c.patch \
/openbmc/openbmc/poky/meta/recipes-devtools/mtools/mtools/
H A Ddisable-hardcoded-configs.patch32 strncpy(conf_file, homedir, MAXPATHLEN );
/openbmc/u-boot/test/py/
H A Dconftest.py164 for conf_file in ('.config', 'include/autoconf.mk'):
165 dot_config = build_dir + '/' + conf_file
167 raise Exception(conf_file + ' does not exist; ' +
/openbmc/linux/drivers/net/wireless/ti/wl18xx/
H A Dmain.c1394 struct wlcore_conf_file *conf_file; in wl18xx_load_conf_file() local
1412 conf_file = (struct wlcore_conf_file *) fw->data; in wl18xx_load_conf_file()
1414 if (conf_file->header.magic != cpu_to_le32(WL18XX_CONF_MAGIC)) { in wl18xx_load_conf_file()
1417 conf_file->header.magic); in wl18xx_load_conf_file()
1422 if (conf_file->header.version != cpu_to_le32(WL18XX_CONF_VERSION)) { in wl18xx_load_conf_file()
1425 WL18XX_CONF_VERSION, conf_file->header.version); in wl18xx_load_conf_file()
1430 memcpy(conf, &conf_file->core, sizeof(*conf)); in wl18xx_load_conf_file()
1431 memcpy(priv_conf, &conf_file->priv, sizeof(*priv_conf)); in wl18xx_load_conf_file()
/openbmc/openbmc/poky/meta/classes/
H A Duseradd-staticids.bbclass72 for conf_file in tables.split():
73 files.append(bb.utils.which(bbpath, conf_file))
261 for conf_file in tables.split():
262 bb.parse.mark_dependency(d, bb.utils.which(bbpath, conf_file))
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpackage.py428 for conf_file in fs_perms_tables.split():
429 confpath = bb.utils.which(bbpath, conf_file)
431 str += " %s" % bb.utils.which(bbpath, conf_file)
433 bb.warn("cannot find %s specified in FILESYSTEM_PERMS_TABLES" % conf_file)