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

NAME

6       nvme_mi_admin_identify - Perform an Admin identify command.
7

SYNOPSIS

9       int  nvme_mi_admin_identify  (nvme_mi_ctrl_t  ctrl  , struct nvme_iden‐
10       tify_args *args );
11

ARGUMENTS

13       ctrl        Controller to process identify command
14
15       args        Identify command arguments
16

DESCRIPTION

18       Perform an Identify command, using the Identify command  parameters  in
19       args.  Stores the identify data in ->data, and (if set) the result from
20       cdw0 into args->result.
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.
24
25       See: struct nvme_identify_args
26

RETURN

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