Adding upstream version 1.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
809e3412a9
commit
336fe81026
743 changed files with 51081 additions and 0 deletions
24
doc/man/nvme_pevent_log_action.2
Normal file
24
doc/man/nvme_pevent_log_action.2
Normal file
|
@ -0,0 +1,24 @@
|
|||
.TH "libnvme" 9 "enum nvme_pevent_log_action" "April 2022" "API Manual" LINUX
|
||||
.SH NAME
|
||||
enum nvme_pevent_log_action \-
|
||||
.SH SYNOPSIS
|
||||
enum nvme_pevent_log_action {
|
||||
.br
|
||||
.BI " NVME_PEVENT_LOG_READ"
|
||||
,
|
||||
.br
|
||||
.br
|
||||
.BI " NVME_PEVENT_LOG_EST_CTX_AND_READ"
|
||||
,
|
||||
.br
|
||||
.br
|
||||
.BI " NVME_PEVENT_LOG_RELEASE_CTX"
|
||||
|
||||
};
|
||||
.SH Constants
|
||||
.IP "NVME_PEVENT_LOG_READ" 12
|
||||
Read Log Data
|
||||
.IP "NVME_PEVENT_LOG_EST_CTX_AND_READ" 12
|
||||
Establish Context and Read Log Data
|
||||
.IP "NVME_PEVENT_LOG_RELEASE_CTX" 12
|
||||
Release Context
|
Loading…
Add table
Add a link
Reference in a new issue