File: nvme_id_ctrl_bpcap.2

package info (click to toggle)
libnvme 1.13-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 7,336 kB
  • sloc: ansic: 30,501; perl: 1,834; sh: 436; python: 190; cpp: 64; makefile: 54
file content (59 lines) | stat: -rw-r--r-- 1,553 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
.TH "libnvme" 9 "enum nvme_id_ctrl_bpcap" "April 2025" "API Manual" LINUX
.SH NAME
enum nvme_id_ctrl_bpcap \- Boot Partition Capabilities
.SH SYNOPSIS
enum nvme_id_ctrl_bpcap {
.br
.BI "    NVME_CTRL_BACAP_RPMBBPWPS_SHIFT"
, 
.br
.br
.BI "    NVME_CTRL_BACAP_SFBPWPS_SHIFT"
, 
.br
.br
.BI "    NVME_CTRL_BACAP_RPMBBPWPS_MASK"
, 
.br
.br
.BI "    NVME_CTRL_BACAP_SFBPWPS_MASK"
, 
.br
.br
.BI "    NVME_CTRL_BACAP_RPMBBPWPS_NOT_SPECIFIED"
, 
.br
.br
.BI "    NVME_CTRL_BACAP_RPMBBPWPS_NOT_SUPPORTED"
, 
.br
.br
.BI "    NVME_CTRL_BACAP_RPMBBPWPS_SUPPORTED"

};
.SH Constants
.IP "NVME_CTRL_BACAP_RPMBBPWPS_SHIFT" 12
Shift amount to get the RPMB Boot Partition Write
Protection Support from the \fIstruct
nvme_id_ctrl\fP.bpcap field.
.IP "NVME_CTRL_BACAP_SFBPWPS_SHIFT" 12
Shift amount to get the Set Features Boot Partition
Write Protection Support from the \fIstruct
nvme_id_ctrl\fP.bpcap field.
.IP "NVME_CTRL_BACAP_RPMBBPWPS_MASK" 12
Mask to get the RPMB Boot Partition Write
Protection Support from the \fIstruct
nvme_id_ctrl\fP.bpcap field.
.IP "NVME_CTRL_BACAP_SFBPWPS_MASK" 12
Mask to get the Set Features Boot Partition Write
Protection Support from the \fIstruct
nvme_id_ctrl\fP.bpcap field.
.IP "NVME_CTRL_BACAP_RPMBBPWPS_NOT_SPECIFIED" 12
Support for RPMB Boot Partition Write Protection
is not specified.
.IP "NVME_CTRL_BACAP_RPMBBPWPS_NOT_SUPPORTED" 12
RPMB Boot Partition Write Protection is not
supported by this controller.
.IP "NVME_CTRL_BACAP_RPMBBPWPS_SUPPORTED" 12
RPMB Boot Partition Write Protection is supported
by this controller.