table of contents
other versions
- Tumbleweed 1.15-2.1
- Leap-16.0
- Leap-15.6
| nvme_ctrl_identify(9) | libnvme API manual | nvme_ctrl_identify(9) |
NAME¶
nvme_ctrl_identify - Issues an 'identify controller' command
SYNOPSIS¶
int nvme_ctrl_identify (nvme_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 or -1 on failure.
| nvme_ctrl_identify | July 2025 |