other versions
- Tumbleweed 1.15-2.1
- Leap-16.0
- Leap-15.6
| libnvme(9) | API Manual | libnvme(9) |
NAME¶
enum nvme_pevent_log_action - Persistent Event Log - Action
SYNOPSIS¶
enum nvme_pevent_log_action {
NVME_PEVENT_LOG_READ ,
NVME_PEVENT_LOG_EST_CTX_AND_READ ,
NVME_PEVENT_LOG_RELEASE_CTX
};
Constants¶
- NVME_PEVENT_LOG_READ
- Read Log Data
- NVME_PEVENT_LOG_EST_CTX_AND_READ
- Establish Context and Read Log Data
- NVME_PEVENT_LOG_RELEASE_CTX
- Release Context
| enum nvme_pevent_log_action | July 2025 |