Scroll to navigation

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

struct libnvme_global_ctx object
Path to NBFT files
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.

libnvmf_nbft_read_files July 2026