Lines Matching defs:OPT
59 #define OPT(l, s, t, opt, addr, desc) { l, s, t, &opt.addr, desc }
155 OPT("nsze", 's', arg_uint64, create_opt, nsze,
157 OPT("ncap", 'c', arg_uint64, create_opt, cap,
159 OPT("lbaf", 'f', arg_uint32, create_opt, lbaf,
161 OPT("mset", 'm', arg_uint32, create_opt, mset,
163 OPT("nmic", 'n', arg_uint32, create_opt, nmic,
165 OPT("pi", 'p', arg_uint32, create_opt, pi,
167 OPT("pil", 'l', arg_uint32, create_opt, pil,
169 OPT("flbas", 'L', arg_uint32, create_opt, flbas,
171 OPT("dps", 'd', arg_uint32, create_opt, dps,
173 // OPT("block-size", 'b', arg_uint32, create_opt, block_size,
203 OPT("namespace-id", 'n', arg_uint32, delete_opt, nsid,
235 OPT("namespace-id", 'n', arg_uint32, attach_opt, nsid,
237 OPT("controller", 'c', arg_uint32, attach_opt, ctrlrid,
267 OPT("namespace-id", 'n', arg_uint32, attached_opt, nsid,
299 OPT("namespace-id", 'n', arg_uint32, detach_opt, nsid,
301 OPT("controller", 'c', arg_uint32, detach_opt, ctrlrid,
335 OPT("hex", 'x', arg_none, identify_opt, hex,
337 OPT("verbose", 'v', arg_none, identify_opt, verbose,
339 OPT("nsid", 'n', arg_uint32, identify_opt, nsid,