Searched refs:parse_config (Results 1 – 3 of 3) sorted by relevance
86 void parse_config(yaml_parser_t *parser);
351 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
91 parse_config(&parser); in load_yaml_config()146 void BmpBlockUtil::parse_config(yaml_parser_t *parser) { in parse_config() function in vboot_reference::BmpBlockUtil