nvme_ns_identify - Man Page
Issue an 'identify namespace' command
Synopsis
int nvme_ns_identify (nvme_ns_t n , struct nvme_id_ns *ns );
Arguments
- n
Namespace instance
- ns
nvme_id_ns buffer
Description
Writes the data returned by the 'identify namespace' command into ns.
Return
0 on success, -1 on error.
Info
August 2024 libnvme API manual