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

NAME

6       nvme_identify_ns_csi - I/O command set specific identify namespace data
7

SYNOPSIS

9       int  nvme_identify_ns_csi  (int  fd  ,  __u32  nsid , __u8 uuidx , enum
10       nvme_csi csi , void *data );
11

ARGUMENTS

13       fd          File descriptor of nvme device
14
15       nsid        Namespace to identify
16
17       uuidx       UUID Index for differentiating vendor specific encoding
18
19       csi         Command Set Identifier
20
21       data        User space destination address to transfer the data
22

DESCRIPTION

24       An I/O Command Set specific Identify Namespace data  structure  is  re‐
25       turned for the namespace specified in nsid.
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_identify_ns_csi      nvme_identify_ns_csi(9)
Impressum