OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnchangedAttributes
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/EmulatorPkg/FvbServicesRuntimeDxe/
FWBlockService.c
629
EFI_FVB_ATTRIBUTES_2
UnchangedAttributes
;
649
UnchangedAttributes
= EFI_FVB2_READ_DISABLED_CAP | \
664
if ((OldAttributes &
UnchangedAttributes
) ^ (*Attributes &
UnchangedAttributes
)) {
[
all
...]
/device/linaro/bootloader/edk2/Nt32Pkg/FvbServicesRuntimeDxe/
FWBlockService.c
670
EFI_FVB_ATTRIBUTES_2
UnchangedAttributes
;
689
UnchangedAttributes
= EFI_FVB2_READ_DISABLED_CAP | \
704
if ((OldAttributes &
UnchangedAttributes
) ^ (*Attributes &
UnchangedAttributes
)) {
[
all
...]
/device/linaro/bootloader/edk2/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/
FwBlockService.c
365
EFI_FVB_ATTRIBUTES_2
UnchangedAttributes
;
385
UnchangedAttributes
= EFI_FVB2_READ_DISABLED_CAP | \
400
if ((OldAttributes &
UnchangedAttributes
) ^
401
(*Attributes &
UnchangedAttributes
)) {
[
all
...]
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FvbRuntimeDxe/
FvbService.c
505
EFI_FVB_ATTRIBUTES_2
UnchangedAttributes
;
525
UnchangedAttributes
= EFI_FVB2_READ_DISABLED_CAP | \
540
if ((OldAttributes &
UnchangedAttributes
) ^ (*Attributes &
UnchangedAttributes
)) {
[
all
...]
Completed in 427 milliseconds