1nvme_get_features_host_id(9) libnvme API manual nvme_get_features_host_id(9)
2
3
4
6 nvme_get_features_host_id -
7
9 int nvme_get_features_host_id (int fd , enum nvme_get_features_sel sel
10 , bool exhid , __u32 len , __u8 *hostid );
11
13 fd File descriptor of nvme device
14
15 sel Select which type of attribute to return, see enum
16 nvme_get_features_sel
17
18 exhid Enable Extended Host Identifier
19
20 len Length of hostid
21
22 hostid Buffer for returned host ID
23
25 The nvme command status if a response was received (see enum nvme_sta‐
26 tus_field) or -1 with errno set otherwise.
27
28
29
30April 2022 nvme_get_features_host_indvme_get_features_host_id(9)