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 ctx struct libnvme_global_ctx object path Path to NBFT files head Pointer to store linked list of NBFT file entries DESCRIPTION Reads NBFT files from the specified path and populates a linked list. RETURN 0 on success, negative error code otherwise. September 2026 libnvmf_nbft_read_files libnvmf_nbft_read_files(9)