nvme_init_ctrl_list
Initialize an nvme_ctrl_list structure from an array.
- Provided by: libnvme-dev (Version: 1.15-2)
- Source: libnvme
- Report a bug
Initialize an nvme_ctrl_list structure from an array.
void nvme_init_ctrl_list (struct nvme_ctrl_list *cntlist , __u16 num_ctrls , __u16 *ctrlist );
This is intended to be used with any command that takes a controller list argument. See nvme_ns_attach_ctrls and nvme_ns_detach.