1nvme_identify_iocs(9) libnvme API manual nvme_identify_iocs(9)
2
3
4
6 nvme_identify_iocs - I/O command set data structure
7
9 int nvme_identify_iocs (int fd , __u16 cntlid , struct nvme_id_iocs
10 *iocs );
11
13 fd File descriptor of nvme device
14
15 cntlid Controller ID
16
17 iocs User space destination address to transfer the data
18
20 Retrieves list of the controller's supported io command set vectors.
21 See struct nvme_id_iocs.
22
24 The nvme command status if a response was received (see enum nvme_sta‐
25 tus_field) or -1 with errno set otherwise.
26
27
28
29April 2022 nvme_identify_iocs nvme_identify_iocs(9)