1libnvme(9) API Manual libnvme(9)
23
4
NAME
6enum nvme_pevent_log_action - Persistent Event Log - Action
7
SYNOPSIS
9enum nvme_pevent_log_action {
10NVME_PEVENT_LOG_READ ,
11NVME_PEVENT_LOG_EST_CTX_AND_READ ,
12NVME_PEVENT_LOG_RELEASE_CTX
1314
};
15
Constants
17NVME_PEVENT_LOG_READ
18Read Log Data
1920
NVME_PEVENT_LOG_EST_CTX_AND_READ
21Establish Context and Read Log Data
2223
NVME_PEVENT_LOG_RELEASE_CTX
24Release Context
2526
27
28
October 2023 enum nvme_pevent_log_action libnvme(9)