logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

nvme_create_ctrl - Allocate an unconnected NVMe controller

Arguments

r NVMe root element subsysnqn Subsystem NQN transport Transport type traddr Transport address host_traddr Host transport address host_iface Host interface name trsvcid Transport service ID

Description

Creates an unconnected controller to be used for nvme_add_ctrl.

Name

nvme_create_ctrl - Allocate an unconnected NVMe controller

Return

Controller instance May 2025 nvme_create_ctrl nvme_create_ctrl(2)

Synopsis

nvme_ctrl_tnvme_create_ctrl(nvme_root_tr,constchar*subsysnqn,constchar*transport,constchar*traddr,constchar*host_traddr,constchar*host_iface,constchar*trsvcid);

See Also