table of contents
| libnvme_ctrl_identify(9) | libnvme API manual | libnvme_ctrl_identify(9) |
NAME¶
libnvme_ctrl_identify - Issues an 'identify controller' command
SYNOPSIS¶
int libnvme_ctrl_identify (libnvme_ctrl_t c , struct nvme_id_ctrl *id );
ARGUMENTS¶
DESCRIPTION¶
Issues an 'identify controller' command to c and copies the data into id.
RETURN¶
0 on success, negative error code otherwise.
| libnvme_ctrl_identify | July 2026 |