Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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