libnvmf_read_nbft(9) libnvme API manual libnvmf_read_nbft(9)

libnvmf_read_nbft - Read and parse contents of an ACPI NBFT table

int libnvmf_read_nbft (struct libnvme_global_ctx *ctx , struct libnbft_info **nbft , const char *filename );

struct libnvme_global_ctx object
Parsed NBFT table data.
Filename of the raw NBFT table to read.

Read and parse the specified NBFT file into a struct libnbft_info. Free with libnvmf_free_nbft.

0 on success, negative error code otherwise.

libnvmf_read_nbft September 2026