table of contents
other versions
- bookworm 1.3-1+deb12u1
- testing 1.13-2
- unstable 1.13-2
- experimental 1.15-1
nvme_ns_identify_descs(2) | libnvme API manual | nvme_ns_identify_descs(2) |
NAME¶
nvme_ns_identify_descs - Issue an 'identify descriptors' command
SYNOPSIS¶
int nvme_ns_identify_descs (nvme_ns_t n , struct nvme_ns_id_desc *descs );
ARGUMENTS¶
DESCRIPTION¶
Writes the data returned by the 'identify descriptors' command into descs.
RETURN¶
0 on success, -1 on error.
nvme_ns_identify_descs | April 2024 |