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
14
doc/man/nvme_subsystem_lookup_namespace.2
Normal file
14
doc/man/nvme_subsystem_lookup_namespace.2
Normal file
|
@ -0,0 +1,14 @@
|
|||
.TH "nvme_subsystem_lookup_namespace" 9 "nvme_subsystem_lookup_namespace" "April 2022" "libnvme API manual" LINUX
|
||||
.SH NAME
|
||||
nvme_subsystem_lookup_namespace \- lookup namespace by NSID
|
||||
.SH SYNOPSIS
|
||||
.B "nvme_ns_t" nvme_subsystem_lookup_namespace
|
||||
.BI "(struct nvme_subsystem *s " ","
|
||||
.BI "__u32 nsid " ");"
|
||||
.SH ARGUMENTS
|
||||
.IP "s" 12
|
||||
nvme_subsystem_t object
|
||||
.IP "nsid" 12
|
||||
Namespace id
|
||||
.SH "RETURN"
|
||||
nvme_ns_t of the namespace with id \fInsid\fP in subsystem \fIs\fP
|
Loading…
Add table
Add a link
Reference in a new issue