1
0
Fork 0

Adding upstream version 1.4.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-16 10:07:09 +01:00
parent ab3448a426
commit 7536d04328
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
795 changed files with 3047 additions and 1805 deletions

18
doc/man/nvme_lookup_key.2 Normal file
View file

@ -0,0 +1,18 @@
.TH "nvme_lookup_key" 9 "nvme_lookup_key" "March 2023" "libnvme API manual" LINUX
.SH NAME
nvme_lookup_key \- Lookup key serial number
.SH SYNOPSIS
.B "long" nvme_lookup_key
.BI "(const char *type " ","
.BI "const char *identity " ");"
.SH ARGUMENTS
.IP "type" 12
Key type
.IP "identity" 12
Key description
.SH "DESCRIPTION"
Looks up the serial number of the key \fIidentity\fP
with type type in the current session keyring.
.SH "RETURN"
The key serial number of the key
or 0 with errno set otherwise.