1nvme_identify(9) libnvme API manual nvme_identify(9)
2
3
4
6 nvme_identify - Send the NVMe Identify command
7
9 int nvme_identify (struct nvme_identify_args *args );
10
12 args struct nvme_identify_args argument structure
13
15 The Identify command returns a data buffer that describes information
16 about the NVM subsystem, the controller or the namespace(s).
17
19 The nvme command status if a response was received (see enum nvme_sta‐
20 tus_field) or -1 with errno set otherwise.
21
22
23
24April 2022 nvme_identify nvme_identify(9)