Lines Matching defs:cli_options
51 struct cli_options { struct
52 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;
65 struct layout_include_args *include_args;
66 char *layoutfile;
67 char *fmapfile;
69 unsigned int wp_start, wp_len;
70 bool enable_wp, disable_wp, print_wp_status;
71 bool set_wp_range, set_wp_region, print_wp_ranges;
72 char *wp_region;
74 bool force;
75 bool flash_name, flash_size;
76 bool show_progress;
77 char *logfile;
78 char *referencefile;
79 const char *chip_to_probe;