table of contents
| libnvme_ns_identify_descs(9) | libnvme API manual | libnvme_ns_identify_descs(9) |
NAME¶
libnvme_ns_identify_descs - Issue an 'identify descriptors' command
SYNOPSIS¶
int libnvme_ns_identify_descs (libnvme_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, negative error code otherwise.
| libnvme_ns_identify_descs | July 2026 |