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

/freebsd-12-stable/sbin/nvmecontrol/
H A Dns.c229 uint32_t ctrlrid; member in struct:attach_options
233 .ctrlrid = NONE - 1,
240 OPT("controller", 'c', arg_uint32, attach_opt, ctrlrid,
293 uint32_t ctrlrid; member in struct:detach_options
297 .ctrlrid = NONE - 1,
304 OPT("controller", 'c', arg_uint32, detach_opt, ctrlrid,
691 * 0x2 Invalid Field can occur if ctrlrid d.n.e in system.
725 if (attach_opt.ctrlrid == NONE) {
739 if (attach_opt.ctrlrid == NONE - 1)
740 attach_opt.ctrlrid
[all...]

Completed in 89 milliseconds