Home
last modified time | relevance | path

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

/freebsd-13.1/sbin/nvmecontrol/
H A Dns.c231 } attach_opt = { variable
238 OPT("namespace-id", 'n', arg_uint32, attach_opt, nsid,
254 .ctx_size = sizeof(attach_opt),
705 open_dev(attach_opt.dev, &fd, 1, 1); in nsattach()
710 } else if (attach_opt.nsid == NONE) { in nsattach()
715 if (attach_opt.nsid != NONE) in nsattach()
716 nsid = attach_opt.nsid; in nsattach()
725 if (attach_opt.ctrlrid == NONE) { in nsattach()
739 if (attach_opt.ctrlrid == NONE - 1) in nsattach()
740 attach_opt.ctrlrid = cd.ctrlr_id; in nsattach()
[all …]