1nvme_mi_admin_identify_ctrl(9)libnvme API manualnvme_mi_admin_identify_ctrl(9)
2
3
4

NAME

6       nvme_mi_admin_identify_ctrl  -  Perform  an  Admin  identify for a con‐
7       troller
8

SYNOPSIS

10       int   nvme_mi_admin_identify_ctrl   (nvme_mi_ctrl_t   ctrl   ,   struct
11       nvme_id_ctrl *id );
12

ARGUMENTS

14       ctrl        Controller to process identify command
15
16       id          Controller identify data to populate
17

DESCRIPTION

19       Perform  an  Identify  command,  for  the controller specified by ctrl,
20       writing identify data to id.
21
22       Will return an error if the length of the response data (from the  con‐
23       troller)  is  not  a  full NVME_IDENTIFY_DATA_SIZE, so id will be fully
24       populated on success.
25
26       See: struct nvme_id_ctrl
27

RETURN

29       The nvme command status if a response was received (see enum  nvme_sta‐
30       tus_field) or -1 with errno set otherwise.
31
32
33
34November 2022             nvme_mi_admin_identify_ncvtmrel_mi_admin_identify_ctrl(9)
Impressum