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

/freebsd-12-stable/sbin/nvmecontrol/
H A Dns.c231 } attach_opt = { variable in typeref:struct:attach_options
238 OPT("namespace-id", 'n', arg_uint32, attach_opt, nsid,
240 OPT("controller", 'c', arg_uint32, attach_opt, ctrlrid,
246 { arg_string, &attach_opt.dev, "controller-id|namespace-id" },
254 .ctx_size = sizeof(attach_opt),
705 open_dev(attach_opt.dev, &fd, 1, 1);
710 } else if (attach_opt.nsid == NONE) {
715 if (attach_opt.nsid != NONE)
716 nsid = attach_opt.nsid;
725 if (attach_opt
[all...]

Completed in 100 milliseconds