summaryrefslogtreecommitdiffstats
path: root/doc/man/nbft_heap_obj.2
blob: a7c7fab76834e32cbe36cb608612f626680cf8d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.TH "libnvme" 9 "struct nbft_heap_obj" "February 2024" "API Manual" LINUX
.SH NAME
struct nbft_heap_obj \- NBFT Header Driver Signature
.SH SYNOPSIS
struct nbft_heap_obj {
.br
.BI "    __le32 offset;"
.br
.BI "    __le16 length;"
.br
.BI "
};
.br

.SH Members
.IP "offset" 12
Offset in bytes of the heap object, if any, from byte offset 0h
of the NBFT Table Header.
.IP "length" 12
Length in bytes of the heap object, if any.