nvme_ns_identify_descs - Man Page
Issue an 'identify descriptors' command
Synopsis
int nvme_ns_identify_descs (nvme_ns_t n , struct nvme_ns_id_desc *descs );
Arguments
- n
Namespace instance
- descs
List of identify descriptors
Description
Writes the data returned by the 'identify descriptors' command into descs.
Return
0 on success, -1 on error.
Info
August 2024 libnvme API manual