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

/freebsd-12-stable/sbin/nvmecontrol/
H A Dns.c264 } attached_opt = { variable in typeref:struct:attached_options
270 OPT("namespace-id", 'n', arg_uint32, attached_opt, nsid,
276 { arg_string, &attached_opt.dev, "controller-id|namespace-id" },
284 .ctx_size = sizeof(attached_opt),
856 open_dev(attached_opt.dev, &fd, 0, 1);
861 } else if (attached_opt.nsid == NONE) {
866 if (attached_opt.nsid != NONE)
867 nsid = attached_opt.nsid;

Completed in 94 milliseconds