1
0
Fork 0
libnvme/doc/man/nvme_nbft_read.2
Daniel Baumann bd2208f611
Merging upstream version 1.11.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-16 10:51:37 +01:00

17 lines
532 B
Groff

.TH "nvme_nbft_read" 9 "nvme_nbft_read" "November 2024" "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.