logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

nvme_nbft_read - Read and parse contents of an ACPI NBFT table

Arguments

nbft Parsed NBFT table data. filename Filename of the raw NBFT table to read.

Description

Read and parse the specified NBFT file into a struct nbft_info. Free with nvme_nbft_free.

Name

nvme_nbft_read - Read and parse contents of an ACPI NBFT table

Return

0 on success, errno otherwise. August 2025 nvme_nbft_read nvme_nbft_read(2)

Synopsis

intnvme_nbft_read(structnbft_info**nbft,constchar*filename);

See Also