Home
last modified time | relevance | path

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

/freebsd/sbin/nvmecontrol/
H A Dns.c261 } attached_opt = { variable
267 OPT("namespace-id", 'n', arg_uint32, attached_opt, nsid,
273 { arg_string, &attached_opt.dev, "controller-id|namespace-id" },
281 .ctx_size = sizeof(attached_opt),
855 open_dev(attached_opt.dev, &fd, 0, 1); in nsattached()
860 } else if (attached_opt.nsid == NONE) { in nsattached()
865 if (attached_opt.nsid != NONE) in nsattached()
866 nsid = attached_opt.nsid; in nsattached()