1
0
Fork 0

Adding upstream version 1.6.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-16 10:11:14 +01:00
parent 6b42c9b733
commit e82bec3657
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
871 changed files with 8481 additions and 1502 deletions

View file

@ -0,0 +1,13 @@
.TH "nvme_subsystem_release_fds" 9 "nvme_subsystem_release_fds" "September 2023" "libnvme API manual" LINUX
.SH NAME
nvme_subsystem_release_fds \- Close all opened fds under subsystem
.SH SYNOPSIS
.B "void" nvme_subsystem_release_fds
.BI "(struct nvme_subsystem *s " ");"
.SH ARGUMENTS
.IP "s" 12
nvme_subsystem_t object
.SH "DESCRIPTION"
Controller and Namespace objects cache the file descriptors
of opened nvme devices. This API can be used to close and
clear all cached fds under this subsystem.