logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

nvme_mi_admin_identify_allocated_ns - Perform an Admin identify command for an allocated namespace

Arguments

ctrl Controller to process identify command nsid namespace ID ns Namespace identification to populate

Description

Perform an Identify (namespace) command, setting the namespace id data in ns.

Name

nvme_mi_admin_identify_allocated_ns - Perform an Admin identify command for an allocated namespace

Return

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

Synopsis

intnvme_mi_admin_identify_allocated_ns(nvme_mi_ctrl_tctrl,__u32nsid,structnvme_id_ns*ns);

See Also