1nvme_nbft_read(9) libnvme API manual nvme_nbft_read(9)
23
4
NAME
6nvme_nbft_read - Read and parse contents of an ACPI NBFT table
7
SYNOPSIS
9int nvme_nbft_read (struct nbft_info **nbft , const char *filename );
10
ARGUMENTS
12nbft Parsed NBFT table data.
1314
filename Filename of the raw NBFT table to read.
15
DESCRIPTION
17Read and parse the specified NBFT file into a struct nbft_info. Free
18with nvme_nbft_free.
19
RETURN
210 on success, errno otherwise.
2223
24
25
October 2023 nvme_nbft_read nvme_nbft_read(9)