Home
last modified time | relevance | path

Searched refs:parse_config (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/tests/qemu-iotests/
H A Dnbd-fault-injector.py217 def parse_config(config): function
231 return parse_config(config)
/openbmc/u-boot/tools/env/
H A Dfw_env.c351 static int parse_config(struct env_opts *opts);
1402 if (parse_config(opts)) /* should fill envdevices */ in fw_env_open()
1688 static int parse_config(struct env_opts *opts) in parse_config() function
/openbmc/qemu/tests/vm/
H A Dbasevm.py537 def parse_config(config, args): function
645 config = parse_config(config, args)
/openbmc/qemu/scripts/
H A Dminikconf.py362 self.parse_config()
573 def parse_config(self): member in KconfigParser
/openbmc/u-boot/cmd/
H A Dotp.c2419 static int parse_config(struct sb_info *si) in parse_config() function
2637 if (parse_config(&si)) in otp_verify_boot_image()