Searched refs:conf_file (Results 1 – 11 of 11) sorted by relevance
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/ez-ipupdate/files/ |
H A D | Makefile.am.patch | 10 -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 D | conf_file.c.patch | 5 --- 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/qemu/tests/qemu-iotests/ |
H A D | 277 | 30 conf_file = file_path('nbd-fault-injector.conf') variable 40 with open(conf_file, 'w') as conff: 48 nbd_sock, conf_file], stdout=subprocess.PIPE, 88 os.remove(conf_file)
|
/openbmc/openpower-debug-collector/dump/tools/bmcdump/ |
H A D | meson.build | 10 conf_file = meson.current_source_dir() / 'dreport_op.conf' variable 11 install_data(conf_file, install_dir: dreport_conf_dir)
|
/openbmc/openbmc-test-automation/openpower/ext_interfaces/ |
H A D | test_savearea_management.robot | 319 FOR ${conf_file} IN @{file_name} 320 ${file_exist}= Run Keyword And Return Status OperatingSystem.File Should Exist ${conf_file} 321 Run Keyword If 'True' == '${file_exist}' Remove File ${conf_file} 336 FOR ${conf_file} IN @{match_conf_file_list} 337 ${file_exist}= Run Keyword And Return Status OperatingSystem.File Should Exist ${conf_file} 338 Run Keyword If 'True' == '${file_exist}' Remove File ${conf_file} 351 FOR ${conf_file} IN @{file_name} 352 @{words}= Split String ${conf_file} - 353 Run dd if=/dev/zero of=${conf_file} bs=${words}[-0] count=1 354 OperatingSystem.File Should Exist ${conf_file} [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/ez-ipupdate/ |
H A D | ez-ipupdate_3.0.11b7.bb | 10 file://conf_file.c.patch \
|
/openbmc/u-boot/test/py/ |
H A D | conftest.py | 164 for conf_file in ('.config', 'include/autoconf.mk'): 165 dot_config = build_dir + '/' + conf_file 167 raise Exception(conf_file + ' does not exist; ' +
|
/openbmc/openbmc/poky/meta/recipes-devtools/mtools/mtools/ |
H A D | disable-hardcoded-configs.patch | 31 strncpy(conf_file, homedir, MAXPATHLEN );
|
/openbmc/linux/drivers/net/wireless/ti/wl18xx/ |
H A D | main.c | 1394 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 D | useradd-staticids.bbclass | 72 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 D | package.py | 443 for conf_file in fs_perms_tables.split(): 444 confpath = bb.utils.which(bbpath, conf_file) 446 str += " %s" % bb.utils.which(bbpath, conf_file) 448 bb.warn("cannot find %s specified in FILESYSTEM_PERMS_TABLES" % conf_file)
|