nvme_boot_partition_info - Man Page
This field indicates the boot partition information
Synopsis
enum nvme_boot_partition_info {
NVME_BOOT_PARTITION_INFO_BPSZ_SHIFT ,
NVME_BOOT_PARTITION_INFO_ABPID_SHIFT ,
NVME_BOOT_PARTITION_INFO_BPSZ_MASK ,
NVME_BOOT_PARTITION_INFO_ABPID_MASK
};
Constants
- NVME_BOOT_PARTITION_INFO_BPSZ_SHIFT
Shift amount to get the boot partition size from the struct nvme_boot_partition.bpinfo field.
- NVME_BOOT_PARTITION_INFO_ABPID_SHIFT
Shift amount to get the active boot partition ID from the struct nvme_boot_partition.bpinfo field.
- NVME_BOOT_PARTITION_INFO_BPSZ_MASK
Mask to get the boot partition size from the struct nvme_boot_partition.bpinfo field.
- NVME_BOOT_PARTITION_INFO_ABPID_MASK
Mask to get the active boot partition ID from the struct nvme_boot_partition.bpinfo field.
Info
enum nvme_boot_partition_info August 2024 API Manual