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
16
doc/man/nvme_scan_ctrl.2
Normal file
16
doc/man/nvme_scan_ctrl.2
Normal file
|
@ -0,0 +1,16 @@
|
|||
.TH "nvme_scan_ctrl" 9 "nvme_scan_ctrl" "April 2022" "libnvme API manual" LINUX
|
||||
.SH NAME
|
||||
nvme_scan_ctrl \- Scan on a controller
|
||||
.SH SYNOPSIS
|
||||
.B "nvme_ctrl_t" nvme_scan_ctrl
|
||||
.BI "(nvme_root_t r " ","
|
||||
.BI "const char *name " ");"
|
||||
.SH ARGUMENTS
|
||||
.IP "r" 12
|
||||
nvme_root_t object
|
||||
.IP "name" 12
|
||||
Name of the controller
|
||||
.SH "DESCRIPTION"
|
||||
Scans a controller with sysfs name \fIname\fP and add it to \fIr\fP.
|
||||
.SH "RETURN"
|
||||
nvme_ctrl_t object
|
Loading…
Add table
Add a link
Reference in a new issue