1
0
Fork 0

Merging upstream version 1.11.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-16 10:51:10 +01:00
parent fc25ba7fb2
commit bdf865565e
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
946 changed files with 4896 additions and 1272 deletions

View file

@ -0,0 +1,18 @@
.TH "nvme_mi_admin_get_log_lockdown" 9 "nvme_mi_admin_get_log_lockdown" "October 2024" "libnvme API manual" LINUX
.SH NAME
nvme_mi_admin_get_log_lockdown \- Retrieve lockdown Log
.SH SYNOPSIS
.B "int" nvme_mi_admin_get_log_lockdown
.BI "(nvme_mi_ctrl_t ctrl " ","
.BI "__u8 cnscp " ","
.BI "struct nvme_lockdown_log *lockdown_log " ");"
.SH ARGUMENTS
.IP "ctrl" 12
Controller to query
.IP "cnscp" 12
Contents and Scope of Command and Feature Identifier Lists
.IP "lockdown_log" 12
Buffer to store the lockdown log
.SH "RETURN"
The nvme command status if a response was received (see
\fIenum nvme_status_field\fP) or -1 with errno set otherwise.