Searched refs:create_opt (Results 1 – 1 of 1) sorted by relevance
/freebsd/sbin/nvmecontrol/ |
H A D | ns.c | 140 } create_opt = { variable 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, [all …]
|