Merging upstream version 1.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
228c77b7e8
commit
f2001795f5
666 changed files with 1139 additions and 718 deletions
24
doc/man/nvme_mi_admin_get_log.2
Normal file
24
doc/man/nvme_mi_admin_get_log.2
Normal file
|
@ -0,0 +1,24 @@
|
|||
.TH "nvme_mi_admin_get_log" 9 "nvme_mi_admin_get_log" "August 2022" "libnvme API manual" LINUX
|
||||
.SH NAME
|
||||
nvme_mi_admin_get_log \- Retrieve log page data from controller
|
||||
.SH SYNOPSIS
|
||||
.B "int" nvme_mi_admin_get_log
|
||||
.BI "(nvme_mi_ctrl_t ctrl " ","
|
||||
.BI "struct nvme_get_log_args *args " ");"
|
||||
.SH ARGUMENTS
|
||||
.IP "ctrl" 12
|
||||
Controller to query
|
||||
.IP "args" 12
|
||||
Get Log Page command arguments
|
||||
.SH "DESCRIPTION"
|
||||
Performs a Get Log Page Admin command as specified by \fIargs\fP. Response data
|
||||
is stored in \fIargs->data\fP, which should be a buffer of \fIargs->data_len\fP bytes.
|
||||
Resulting data length is stored in \fIargs->data_len\fP on successful
|
||||
command completion.
|
||||
|
||||
This request may be implemented as multiple log page commands, in order
|
||||
to fit within MI message-size limits.
|
||||
|
||||
See: \fIstruct nvme_get_log_args\fP
|
||||
.SH "RETURN"
|
||||
0 on success, non-zero on failure
|
Loading…
Add table
Add a link
Reference in a new issue