nvme_mi_admin_identify_ns - Perform an Admin identify command for a namespace
Contents
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. The namespace is expected
to active and allocated.
Name
nvme_mi_admin_identify_ns - Perform an Admin identify command for a 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_ns nvme_mi_admin_identify_ns(2)
Synopsis
intnvme_mi_admin_identify_ns(nvme_mi_ctrl_tctrl,__u32nsid,structnvme_id_ns*ns);
