table of contents
| libnvmf_read_nbft(9) | libnvme API manual | libnvmf_read_nbft(9) |
NAME¶
libnvmf_read_nbft - Read and parse contents of an ACPI NBFT table
SYNOPSIS¶
int libnvmf_read_nbft (struct libnvme_global_ctx *ctx , struct libnbft_info **nbft , const char *filename );
ARGUMENTS¶
DESCRIPTION¶
Read and parse the specified NBFT file into a struct libnbft_info. Free with libnvmf_free_nbft.
RETURN¶
0 on success, negative error code otherwise.
| libnvmf_read_nbft | July 2026 |