Searched refs:region_type_string (Results 1 – 1 of 1) sorted by relevance
818 char *region_type_string = NULL, *inject_fname = NULL; in main() local870 if (get_two_words(optarg, ®ion_type_string, in main()875 if (!strcasecmp("Descriptor", region_type_string)) in main()877 else if (!strcasecmp("BIOS", region_type_string)) in main()879 else if (!strcasecmp("ME", region_type_string)) in main()881 else if (!strcasecmp("GbE", region_type_string)) in main()883 else if (!strcasecmp("Platform", region_type_string)) in main()887 region_type_string); in main()