1
0
Fork 0

Merging upstream version 1.9.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-16 10:50:33 +01:00
parent 432344d511
commit ff5afdb431
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
928 changed files with 6732 additions and 1442 deletions

View file

@ -1,4 +1,4 @@
.TH "libnvme" 9 "struct nbft_info_subsystem_ns" "February 2024" "API Manual" LINUX
.TH "libnvme" 9 "struct nbft_info_subsystem_ns" "May 2024" "API Manual" LINUX
.SH NAME
struct nbft_info_subsystem_ns \- Subsystem Namespace (SSNS) info
.SH SYNOPSIS
@ -40,6 +40,10 @@ struct nbft_info_subsystem_ns {
.br
.BI " char *dhcp_root_path_string;"
.br
.BI " bool discovered;"
.br
.BI " bool unavailable;"
.br
.BI "
};
.br
@ -92,3 +96,9 @@ Descriptor) or 0 if not supported.
.IP "dhcp_root_path_string" 12
DHCP Root Path Override string (SSNS Extended
Information Descriptor).
.IP "discovered" 12
Indicates that this namespace was acquired
through discovery.
.IP "unavailable" 12
Namespace is unavailable as indicated by
the pre-OS driver.