Lines Matching defs:opts_t
58 struct opts_t { struct
59 bool dry_run;
60 bool ealsd;
61 bool mc_non;
62 bool bpw_then_activate;
63 bool mc_len_given;
64 int bpw; /* bytes per write, chunk size */
65 int mc_id;
66 int mc_len; /* --length=LEN */
67 int mc_mode;
68 int mc_offset; /* Buffer offset in SCSI commands */
69 int mc_skip; /* on FILE */
70 int mc_subenc;
71 int mc_tlen; /* --tlength=TLEN */
72 int verbose;