Searched refs:report_opt (Results 1 – 1 of 1) sorted by relevance
/freebsd/sbin/nvmecontrol/ |
H A D | resv.c | 198 } report_opt = { variable 206 OPT("hex", 'x', arg_none, report_opt, hex, 208 OPT("verbose", 'v', arg_none, report_opt, verbose, 210 OPT("eds", 'e', arg_none, report_opt, eds, 216 { arg_string, &report_opt.dev, "namespace-id" }, 224 .ctx_size = sizeof(report_opt), 362 open_dev(report_opt.dev, &fd, 0, 1); in resvreport() 374 pt.cmd.cdw11 = htole32(report_opt.eds); /* EDS */ in resvreport() 387 if (report_opt.eds) in resvreport() 392 if (report_opt.hex) { in resvreport() [all …]
|