Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/nvmecontrol/
H A Dns.c229 } attach_opt = { variable
236 OPT("namespace-id", 'n', arg_uint32, attach_opt, nsid,
252 .ctx_size = sizeof(attach_opt),
709 open_dev(attach_opt.dev, &fd, 1, 1); in nsattach()
714 } else if (attach_opt.nsid == NONE) { in nsattach()
719 if (attach_opt.nsid != NONE) in nsattach()
720 nsid = attach_opt.nsid; in nsattach()
728 if (attach_opt.ctrlrid == NONE) { in nsattach()
742 if (attach_opt.ctrlrid == NONE - 1) in nsattach()
743 attach_opt.ctrlrid = cd.ctrlr_id; in nsattach()
[all …]