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_namespace_detach_ctrls - Detach namespace from controller(s)

Arguments

fd File descriptor of nvme device nsid Namespace ID to detach num_ctrls Number of controllers in ctrlist ctrlist List of controller IDs to perform the detach action

Name

nvme_namespace_detach_ctrls - Detach namespace from controller(s)

Return

The nvme command status if a response was received (see enumnvme_status_field) or -1 with errno set otherwise. May 2025 nvme_namespace_detach_ctrls nvme_namespace_detach_ctrls(2)

Synopsis

intnvme_namespace_detach_ctrls(intfd,__u32nsid,__u16num_ctrls,__u16*ctrlist);

See Also