1nvme_get_log_persistent_event(9l)ibnvme API manuanlvme_get_log_persistent_event(9)
2
3
4
6 nvme_get_log_persistent_event - Retrieve Persistent Event Log
7
9 int nvme_get_log_persistent_event (int fd , enum nvme_pevent_log_action
10 action , __u32 size , void *pevent_log );
11
13 fd File descriptor of nvme device
14
15 action Action the controller should take during processing this
16 command
17
18 size Size of pevent_log
19
20 pevent_log User address to store the persistent event log
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
28November 2022 nvme_get_log_persistenntv_meev_egnett_log_persistent_event(9)