Home
last modified time | relevance | path

Searched refs:parse_config (Results 1 – 8 of 8) 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/linux/tools/testing/selftests/kvm/
H A Dget-reg-list.c334 static struct vcpu_reg_list *parse_config(const char *config) in parse_config() function
362 sel = parse_config(av[i]); in main()
/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.py538 def parse_config(config, args): function
643 config = parse_config(config, args)
/openbmc/qemu/scripts/
H A Dminikconf.py362 self.parse_config()
573 def parse_config(self): member in KconfigParser
/openbmc/linux/drivers/bus/mhi/host/
H A Dinit.c866 static int parse_config(struct mhi_controller *mhi_cntrl, in parse_config() function
920 ret = parse_config(mhi_cntrl, config); in mhi_register_controller()
/openbmc/linux/drivers/pcmcia/
H A Dcistpl.c878 static int parse_config(tuple_t *tuple, cistpl_config_t *config) in parse_config() function
1329 ret = parse_config(tuple, &parse->config); in pcmcia_parse_tuple()
/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()