struct nvme_boot_partition - Boot Partition Log
Contents
Members
lid Boot Partition Identifier
rsvd1 Reserved
bpinfo Boot Partition Information
rsvd8 Reserved
boot_partition_data
Contains the contents of the specified Boot Partition
August 2025 struct nvme_boot_partition libnvme(2)
Name
struct nvme_boot_partition - Boot Partition Log
Synopsis
struct nvme_boot_partition {
__u8lid;__u8rsvd1[3];__le32bpinfo;__u8rsvd8[8];__u8boot_partition_data[];
};
