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 identifiers fea‐
7 ture
8
10 int nvme_set_features_host_id (int fd , bool exhid , bool save , __u8
11 *hostid );
12
14 fd File descriptor of nvme device
15
16 exhid Enable Extended Host Identifier
17
18 save Save value across power states
19
20 hostid Host ID to set
21
23 The nvme command status if a response was received (see enum nvme_sta‐
24 tus_field) or -1 with errno set otherwise.
25
26
27
28October 2023 nvme_set_features_host_indvme_set_features_host_id(9)