Scroll to navigation

libnvme(9) API Manual libnvme(9)

NAME

enum nvme_bpinfo - This field indicates the boot partition information

SYNOPSIS

enum nvme_bpinfo {
NVME_BPINFO_BPSZ_SHIFT ,
NVME_BPINFO_BRS_SHIFT ,
NVME_BPINFO_ABPID_SHIFT ,
NVME_BPINFO_BPSZ_MASK ,
NVME_BPINFO_BRS_MASK ,
NVME_BPINFO_ABPID_MASK ,
NVME_BPINFO_BRS_NONE ,
NVME_BPINFO_BRS_READ_IN_PROGRESS ,
NVME_BPINFO_BRS_READ_SUCCESS ,
NVME_BPINFO_BRS_READ_ERROR

};

Constants

Shift amount to get the boot partition size
Shift amount to get the boot read status
Shift amount to get the active boot partition ID
Mask to get the boot partition size
Mask to get the boot read status
Mask to get the active boot partition ID
No boot partition read operation requested
Boot partition read in progress
Boot partition read completed successfully
Error completing boot partition read
enum nvme_bpinfo May 2024