Home
last modified time | relevance | path

Searched refs:configfile (Results 1 – 25 of 33) sorted by relevance

12

/OK3568_Linux_fs/buildroot/package/input-event-daemon/
H A D0002-Support-parsing-configfile-.d-.conf.patch4 Subject: [PATCH 2/2] Support parsing <configfile>.d/*.conf
44 +void config_parse_file(const char *configfile) {
52 - if((config_fd = fopen(conf.configfile, "r")) == NULL) {
54 + fprintf(stderr, PROGRAM": Start parsing %s...\n", configfile);
57 + if((config_fd = fopen(configfile, "r")) == NULL) {
59 - conf.configfile, strerror(errno));
60 + configfile, strerror(errno));
68 - error, conf.configfile, line_num);
69 + error, configfile, line_num);
124 - conf.configfile = "/etc/input-event-daemon.conf";
[all …]
H A D0006-Listen-all-devices-by-default.patch28 char path[strlen(configfile) + 3];
30 config_parse_file(configfile);
/OK3568_Linux_fs/buildroot/utils/
H A Dgenrandconfig131 configfile = row[0]
153 if not os.path.isabs(configfile):
154 configfile = os.path.join(buildrootdir, configfile)
156 with open(configfile) as r:
162 def is_toolchain_usable(configfile, config): argument
165 with open(configfile) as configf:
191 def fixup_config(sysinfo, configfile): argument
200 with open(configfile) as configf:
318 with open(configfile, "w+") as configf:
389 configfile = os.path.join(args.buildrootdir, ".config")
[all …]
/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/source/
H A Dbootimg-efi.py42 configfile = creator.ks.bootloader.configfile
44 if configfile:
45 custom_cfg = get_custom_config(configfile)
50 "%s for grub.cfg", configfile)
53 "get it from %s." % configfile)
148 configfile = creator.ks.bootloader.configfile
150 if configfile:
151 custom_cfg = get_custom_config(configfile)
156 "%s for systemd-boots's boot.conf", configfile)
159 "get it from %s.", configfile)
H A Dbootimg-partition.py105 configfile = cr.ks.bootloader.configfile
107 if configfile:
108 custom_cfg = get_custom_config(configfile)
113 "%s for extlinux.cfg", configfile)
116 "get it from %s." % configfile)
H A Dbootimg-pcbios.py94 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 Disoimage-isohybrid.py94 configfile = creator.ks.bootloader.configfile
95 if configfile:
96 grubefi_conf = get_custom_config(configfile)
99 configfile)
102 "but failed to get it from %s", configfile)
/OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/bin/
H A Dkvm-recheck-refscale.sh23 configfile=`echo $i | sed -e 's/^.*\///'`
26 awk -v configfile="$configfile" '
H A Dkvm-recheck-scf.sh22 configfile=`echo $i | sed -e 's/^.*\///'`
26 echo "$configfile ------- "
37 echo "${configfile} ------- ${nscfs} SCF handler invocations$rate"
H A Dkvm-recheck-lock.sh21 configfile=`echo $i | sed -e 's/^.*\///'`
25 echo "$configfile -------"
27 title="$configfile ------- $ncs acquisitions/releases"
H A Dkvm-recheck.sh34 configfile=`echo $i | sed -e 's,^.*/,,'`
53 parse-build.sh $i/Make.out $configfile
54 parse-console.sh $i/console.log $configfile
64 parse-build.sh $i/Make.out $configfile
H A Dkvm-recheck-rcu.sh22 configfile=`echo $i | sed -e 's/^.*\///'`
31 echo "$configfile ------- " $stopstate
33 title="$configfile ------- $ngps GPs"
H A Dkvm-recheck-rcuscale.sh29 configfile=`echo $i | sed -e 's/^.*\///'`
/OK3568_Linux_fs/kernel/tools/power/cpupower/bench/
H A Dparse.c159 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()
H A DREADME-BENCH118 -f, --file=<configfile> config file to use
/OK3568_Linux_fs/buildroot/support/scripts/
H A Dcheck-dotconfig.py15 configfile = sys.argv[1]
19 with open(configfile) as configf:
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/
H A Dlong-help12 (configfile only option)
16 (configfile only option)
24 (configfile only option)
28 (configfile only option)
/OK3568_Linux_fs/buildroot/support/testing/infra/
H A Dbuilder.py15 def is_defconfig_valid(self, configfile, defconfig): argument
17 with open(configfile) as configf:
/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/canned-wks/
H A Ddirectdisk-bootloader-config.wks7 bootloader --configfile="directdisk-bootloader-config.cfg"
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dcookerdata.py186 def findConfigFile(configfile, data): argument
191 search.append(os.path.join(i, "conf", configfile))
194 search.append(os.path.join(path, "conf", configfile))
H A Dcommand.py684 configfile = params[0]
686 command.cooker.findConfigFilePath(configfile)
/OK3568_Linux_fs/buildroot/package/frr/
H A Dfrr.mk24 --enable-configfile-mask=0640 \
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/grub/
H A Dgrub-efi_2.06.bb85 efi_gop iso9660 configfile search loadenv test"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/openl2tp/
H A Dopenl2tp_1.8.bb87 for i in all.tcl configfile.test peer_profile.test ppp_profile.test \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/frr/
H A Dfrr_8.2.2.bb63 --enable-configfile-mask=0640 \

12