Merging upstream version 1.5.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
8f9ab756e2
commit
70a0abe13f
874 changed files with 9553 additions and 1347 deletions
17
doc/man/nvme_nbft_read.2
Normal file
17
doc/man/nvme_nbft_read.2
Normal file
|
@ -0,0 +1,17 @@
|
|||
.TH "nvme_nbft_read" 9 "nvme_nbft_read" "June 2023" "libnvme API manual" LINUX
|
||||
.SH NAME
|
||||
nvme_nbft_read \- Read and parse contents of an ACPI NBFT table
|
||||
.SH SYNOPSIS
|
||||
.B "int" nvme_nbft_read
|
||||
.BI "(struct nbft_info **nbft " ","
|
||||
.BI "const char *filename " ");"
|
||||
.SH ARGUMENTS
|
||||
.IP "nbft" 12
|
||||
Parsed NBFT table data.
|
||||
.IP "filename" 12
|
||||
Filename of the raw NBFT table to read.
|
||||
.SH "DESCRIPTION"
|
||||
Read and parse the specified NBFT file into a struct nbft_info.
|
||||
Free with \fBnvme_nbft_free\fP.
|
||||
.SH "RETURN"
|
||||
0 on success, errno otherwise.
|
Loading…
Add table
Add a link
Reference in a new issue