1nvme_set_features_host_id(9) libnvme API manual nvme_set_features_host_id(9)
2
3
4
6 nvme_set_features_host_id - Set enable extended host identifers feature
7
9 int nvme_set_features_host_id (int fd , bool exhid , bool save , __u8
10 *hostid );
11
13 fd File descriptor of nvme device
14
15 exhid Enable Extended Host Identifier
16
17 save Save value across power states
18
19 hostid Host ID to set
20
22 The nvme command status if a response was received (see enum nvme_sta‐
23 tus_field) or -1 with errno set otherwise.
24
25
26
27November 2022 nvme_set_features_host_indvme_set_features_host_id(9)