table of contents
other versions
- Tumbleweed 1.15-2.1
- Leap-16.0
- Leap-15.6
| nvme_nbft_read(9) | libnvme API manual | nvme_nbft_read(9) |
NAME¶
nvme_nbft_read - Read and parse contents of an ACPI NBFT table
SYNOPSIS¶
int nvme_nbft_read (struct nbft_info **nbft , const char *filename );
ARGUMENTS¶
DESCRIPTION¶
Read and parse the specified NBFT file into a struct nbft_info. Free with nvme_nbft_free.
RETURN¶
0 on success, errno otherwise.
| nvme_nbft_read | July 2025 |