nvme_nbft_read(2) libnvme API manual nvme_nbft_read(2)

nvme_nbft_read - Read and parse contents of an ACPI NBFT table

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

Parsed NBFT table data.
Filename of the raw NBFT table to read.

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

0 on success, errno otherwise.

nvme_nbft_read January 2025