nvme_nbft_read - Man Page
Read and parse contents of an ACPI NBFT table
Synopsis
int nvme_nbft_read (struct nbft_info **nbft , const char *filename );
Arguments
- nbft
Parsed NBFT table data.
- filename
Filename of the raw NBFT table to read.
Description
Read and parse the specified NBFT file into a struct nbft_info. Free with nvme_nbft_free.
Return
0 on success, errno otherwise.
Info
August 2024 libnvme API manual