nvme_nbft_read - Read and parse contents of an ACPI NBFT table
Contents
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.
Name
nvme_nbft_read - Read and parse contents of an ACPI NBFT table
Return
0 on success, errno otherwise.
August 2025 nvme_nbft_read nvme_nbft_read(2)
Synopsis
intnvme_nbft_read(structnbft_info**nbft,constchar*filename);
