Searched refs:ctrlrid (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sbin/nvmecontrol/ |
| H A D | ns.c | 226 uint32_t ctrlrid; member 230 .ctrlrid = NONE - 1, 237 OPT("controller", 'c', arg_uint32, attach_opt, ctrlrid, 290 uint32_t ctrlrid; member 294 .ctrlrid = NONE - 1, 301 OPT("controller", 'c', arg_uint32, detach_opt, ctrlrid, 727 if (attach_opt.ctrlrid == NONE) { in nsattach() 741 if (attach_opt.ctrlrid == NONE - 1) in nsattach() 742 attach_opt.ctrlrid = cd.ctrlr_id; in nsattach() 745 clist[1] = htole16(attach_opt.ctrlrid); in nsattach() [all …]
|