1nvme_ns_identify_descs(9) libnvme API manual nvme_ns_identify_descs(9)
23
4
NAME
6nvme_ns_identify_descs - Issue an 'identify descriptors' command
7
SYNOPSIS
9int nvme_ns_identify_descs (nvme_ns_t n , struct nvme_ns_id_desc *descs
10);
11
ARGUMENTS
13n Namespace instance
1415
descs List of identify descriptors
16
DESCRIPTION
18Writes the data returned by the 'identify descriptors' command into de‐
19scs.
20
RETURN
220 on success, -1 on error.
2324
25
26
April 2022 nvme_ns_identify_descs nvme_ns_identify_descs(9)