Lines Matching defs:opts_t
76 struct opts_t { struct
77 bool cmdfile_given;
78 bool do_datain;
79 bool datain_binary;
80 bool do_dataout;
81 bool do_enumerate;
82 bool no_sense;
83 bool do_nvm; /* the NVMe command set: NVM containing its READ+WRITE */
84 bool do_help;
85 bool verbose_given;
86 bool version_given;
87 int cdb_length;
88 int cmdset;
89 int datain_len;
90 int dataout_len;
91 int timeout;
92 int raw;
93 int readonly;
94 int scan_first;
95 int scan_last;
96 int verbose;
97 off_t dataout_offset;
98 uint8_t cdb[MAX_SCSI_CDBSZ]; /* might be NVMe command (64 byte) */
99 const char *cmd_file;
100 const char *datain_file;
101 const char *dataout_file;
102 char *device_name;