Home
last modified time | relevance | path

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

/freebsd-12.1/sbin/nvmecontrol/
H A Dns.c230 } attach_opt = { variable
245 { arg_string, &attach_opt.dev, "controller-id" },
253 .ctx_size = sizeof(attach_opt),
649 if (attach_opt.nsid == NONE) { in nsattach()
653 open_dev(attach_opt.dev, &fd, 1, 1); in nsattach()
661 if (attach_opt.ctrlrid == NONE) { in nsattach()
675 if (attach_opt.ctrlrid == NONE - 1) in nsattach()
676 attach_opt.ctrlrid = cd.ctrlr_id; in nsattach()
679 clist[1] = htole16(attach_opt.ctrlrid); in nsattach()
685 pt.cmd.nsid = attach_opt.nsid; in nsattach()
[all …]