table of contents
| libnvmf_nbft_read_files(9) | libnvme API manual | libnvmf_nbft_read_files(9) |
NAME¶
libnvmf_nbft_read_files - Read NBFT files from path
SYNOPSIS¶
int libnvmf_nbft_read_files (struct libnvme_global_ctx *ctx , char *path , struct nbft_file_entry **head );
ARGUMENTS¶
DESCRIPTION¶
Reads NBFT files from the specified path and populates a linked list.
RETURN¶
0 on success, negative error code otherwise.
| libnvmf_nbft_read_files | July 2026 |