1libnvme(9) API Manual libnvme(9)
23
4
NAME
6struct nvme_boot_partition - Boot Partition Log
7
SYNOPSIS
9struct nvme_boot_partition {
10__u8 lid;
11__u8 rsvd1[3];
12__le32 bpinfo;
13__u8 rsvd8[8];
14__u8 boot_partition_data[];
15};
1617
Members
19lid Boot Partition Identifier
2021
rsvd1 Reserved
2223
bpinfo Boot Partition Information
2425
rsvd8 Reserved
2627
boot_partition_data
28Contains the contents of the specified Boot Partition
2930
31
32
April 2023 struct nvme_boot_partition libnvme(9)