1nvme_get_log_endurance_grp_evt(l9i)bnvme API manunavlme_get_log_endurance_grp_evt(9)
2
3
4
6 nvme_get_log_endurance_grp_evt - Retrieve Rotational Media Information
7
9 int nvme_get_log_endurance_grp_evt (int fd , bool rae , __u32 offset ,
10 __u32 len , void *log );
11
13 fd File descriptor of nvme device
14
15 rae Retain asynchronous events
16
17 offset Offset to the start of the log page
18
19 len The allocated length of the log page
20
21 log User address to store the log page
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
29November 2022 nvme_get_log_endurancen_vgmrep__geevtt_log_endurance_grp_evt(9)