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
20
doc/man/nvme_lookup_subsystem.2
Normal file
20
doc/man/nvme_lookup_subsystem.2
Normal file
|
@ -0,0 +1,20 @@
|
|||
.TH "nvme_lookup_subsystem" 9 "nvme_lookup_subsystem" "April 2022" "libnvme API manual" LINUX
|
||||
.SH NAME
|
||||
nvme_lookup_subsystem \- Lookup nvme_subsystem_t object
|
||||
.SH SYNOPSIS
|
||||
.B "nvme_subsystem_t" nvme_lookup_subsystem
|
||||
.BI "(struct nvme_host *h " ","
|
||||
.BI "const char *name " ","
|
||||
.BI "const char *subsysnqn " ");"
|
||||
.SH ARGUMENTS
|
||||
.IP "h" 12
|
||||
\fInvme_host_t\fP object
|
||||
.IP "name" 12
|
||||
Name of the subsystem (may be NULL)
|
||||
.IP "subsysnqn" 12
|
||||
Subsystem NQN
|
||||
.SH "DESCRIPTION"
|
||||
Lookup a \fInvme_subsystem_t\fP object in \fIh\fP base on \fIname\fP (if present)
|
||||
and \fIsubsystemnqn\fP or create one if not found.
|
||||
.SH "RETURN"
|
||||
nvme_subsystme_t object
|
Loading…
Add table
Add a link
Reference in a new issue