1nvme_nbft_read(9)             libnvme API manual             nvme_nbft_read(9)
2
3
4

NAME

6       nvme_nbft_read - Read and parse contents of an ACPI NBFT table
7

SYNOPSIS

9       int nvme_nbft_read (struct nbft_info **nbft , const char *filename );
10

ARGUMENTS

12       nbft        Parsed NBFT table data.
13
14       filename    Filename of the raw NBFT table to read.
15

DESCRIPTION

17       Read  and  parse the specified NBFT file into a struct nbft_info.  Free
18       with nvme_nbft_free.
19

RETURN

21       0 on success, errno otherwise.
22
23
24
25April 2023                      nvme_nbft_read               nvme_nbft_read(9)
Impressum