table of contents
other versions
- bookworm 1.3-1+deb12u1
- testing 1.13-2
- unstable 1.13-2
- experimental 1.14-1
nvme_init_ctrl_list(2) | libnvme API manual | nvme_init_ctrl_list(2) |
NAME¶
nvme_init_ctrl_list - Initialize an nvme_ctrl_list structure from an array.
SYNOPSIS¶
void nvme_init_ctrl_list (struct nvme_ctrl_list *cntlist , __u16 num_ctrls , __u16 *ctrlist );
ARGUMENTS¶
DESCRIPTION¶
This is intended to be used with any command that takes a controller list argument. See nvme_ns_attach_ctrls and nvme_ns_detach.
nvme_init_ctrl_list | May 2025 |