Searched defs:cli_options (Results 1 – 3 of 3) sorted by relevance
51 struct cli_options { struct52 bool read_it, extract_it, write_it, erase_it, verify_it;53 bool dont_verify_it, dont_verify_all;54 bool list_supported;56 bool list_supported_wiki;58 char *filename;60 const struct programmer_entry *prog;61 char *pparam;63 bool ifd, fmap;64 struct flashrom_layout *layout;[all …]
71 struct Options cli_options; in Generate() local