Searched refs:report_opt (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sbin/nvmecontrol/
H A Dresv.c201 } report_opt = { variable in typeref:struct:report_options
209 OPT("hex", 'x', arg_none, report_opt, hex,
211 OPT("verbose", 'v', arg_none, report_opt, verbose,
213 OPT("eds", 'e', arg_none, report_opt, eds,
219 { arg_string, &report_opt.dev, "namespace-id" },
227 .ctx_size = sizeof(report_opt),
362 open_dev(report_opt.dev, &fd, 0, 1);
373 pt.cmd.cdw11 = htole32(report_opt.eds); /* EDS */
386 if (report_opt.eds)
391 if (report_opt
[all...]

Completed in 92 milliseconds