summaryrefslogtreecommitdiffstats
path: root/doc/man/nvme_nbft_read.2
blob: ac977522641d3920461d11eaddeb471f4dd41421 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.TH "nvme_nbft_read" 9 "nvme_nbft_read" "February 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.