1nvme_set_features_plm_window(9)libnvme API manualnvme_set_features_plm_window(9)
2
3
4
6 nvme_set_features_plm_window -
7
9 int nvme_set_features_plm_window (int fd , enum nvme_feat_plm_win‐
10 dow_select sel , __u16 nvmsetid , bool save , __u32 *result );
11
13 fd File descriptor of nvme device
14
15 sel Window Select
16
17 nvmsetid NVM Set Identifier
18
19 save Save value across power states
20
21 result The command completion result from CQE dword0
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_set_features_plm_wnivnmdeo_wset_features_plm_window(9)