1nvme_nvm_identify_ctrl(9) libnvme API manual nvme_nvm_identify_ctrl(9)
2
3
4
6 nvme_nvm_identify_ctrl - Identify controller data
7
9 int nvme_nvm_identify_ctrl (int fd , struct nvme_id_ctrl_nvm *id );
10
12 fd File descriptor of nvme device
13
14 id User space destination address to transfer the data
15
17 Return an identify controller data structure to the host of processing
18 controller.
19
21 The nvme command status if a response was received (see enum nvme_sta‐
22 tus_field) or -1 with errno set otherwise.
23
24
25
26April 2022 nvme_nvm_identify_ctrl nvme_nvm_identify_ctrl(9)