logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

enum nvme_bpinfo - This field indicates the boot partition information

Constants

NVME_BPINFO_BPSZ_SHIFT Shift amount to get the boot partition size NVME_BPINFO_BRS_SHIFT Shift amount to get the boot read status NVME_BPINFO_ABPID_SHIFT Shift amount to get the active boot partition ID NVME_BPINFO_BPSZ_MASK Mask to get the boot partition size NVME_BPINFO_BRS_MASK Mask to get the boot read status NVME_BPINFO_ABPID_MASK Mask to get the active boot partition ID NVME_BPINFO_BRS_NONE No boot partition read operation requested NVME_BPINFO_BRS_READ_IN_PROGRESS Boot partition read in progress NVME_BPINFO_BRS_READ_SUCCESS Boot partition read completed successfully NVME_BPINFO_BRS_READ_ERROR Error completing boot partition read August 2025 enum nvme_bpinfo libnvme(2)

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 };

See Also