1
0
Fork 0

Adding upstream version 1.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-15 08:44:15 +01:00
parent 809e3412a9
commit 336fe81026
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
743 changed files with 51081 additions and 0 deletions

17
doc/man/nvme_init_ctrl.2 Normal file
View file

@ -0,0 +1,17 @@
.TH "nvme_init_ctrl" 9 "nvme_init_ctrl" "April 2022" "libnvme API manual" LINUX
.SH NAME
nvme_init_ctrl \- Initialize nvme_ctrl_t object for an existing controller.
.SH SYNOPSIS
.B "int" nvme_init_ctrl
.BI "(nvme_host_t h " ","
.BI "nvme_ctrl_t c " ","
.BI "int instance " ");"
.SH ARGUMENTS
.IP "h" 12
nvme_host_t object
.IP "c" 12
nvme_ctrl_t object
.IP "instance" 12
Instance number (e.g. 1 for nvme1)
.SH "RETURN"
The \fBioctl\fP return code. Typically 0 on success.