Lines Matching defs:opts_t
71 struct opts_t { struct
72 bool cmplst; /* -C value */
73 bool cmplst_given;
74 bool dry_run; /* -d */
75 bool early; /* -e */
76 bool fmtmaxlba; /* -b (only with F_WITH_PRESET) */
77 bool fwait; /* -w (negated form IMMED) */
78 bool ip_def; /* -I */
79 bool long_lba; /* -l */
80 bool mode6; /* -6 */
81 bool pinfo; /* -p, deprecated, prefer fmtpinfo */
82 bool poll_type; /* -x 0|1 */
83 bool poll_type_given;
84 bool preset; /* -E */
85 bool quick; /* -Q */
86 bool do_rcap16; /* -l */
87 bool resize; /* -r */
88 bool rto_req; /* -R, deprecated, prefer fmtpinfo */
89 bool verbose_given;
90 bool verify; /* -y */
91 bool version_given;
92 int dcrt; /* -D (can be given once or twice) */
93 int lblk_sz; /* -s value */
94 int ffmt; /* -t value; fast_format if > 0 */
95 int fmtpinfo;
96 int format; /* -F */
97 uint32_t p_id; /* set by argument of --preset=id */
98 int mode_page; /* -M value */
99 int pfu; /* -P value */
100 int pie; /* -q value */
101 int sec_init; /* -S */
102 int tape; /* -T <format>, def: -1 */
103 int timeout; /* -m SECS, def: depends on IMMED bit */
104 int verbose; /* -v */
105 int64_t blk_count; /* -c value */
106 int64_t total_byte_count; /* from READ CAPACITY command */
107 const char * device_name;