1nvme_identify_ctrl(9)         libnvme API manual         nvme_identify_ctrl(9)
2
3
4

NAME

6       nvme_identify_ctrl - Retrieves nvme identify controller
7

SYNOPSIS

9       int nvme_identify_ctrl (int fd , struct nvme_id_ctrl *id );
10

ARGUMENTS

12       fd          File descriptor of nvme device
13
14       id          User space destination address to transfer the data,
15

DESCRIPTION

17       Sends nvme identify with CNS value NVME_IDENTIFY_CNS_CTRL.
18
19       See struct nvme_id_ctrl for details on the data returned.
20

RETURN

22       The  nvme command status if a response was received (see enum nvme_sta‐
23       tus_field) or -1 with errno set otherwise.
24
25
26
27November 2022                 nvme_identify_ctrl         nvme_identify_ctrl(9)
Impressum