OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContinuationPointer
(Results
1 - 5
of
5
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsulePei/Common/
CapsuleCoalesce.c
230
CurrDesc = (EFI_CAPSULE_BLOCK_DESCRIPTOR *) (UINTN) CurrDesc->Union.
ContinuationPointer
;
338
DEBUG ((EFI_D_INFO, "Ptr->Union - 0x%x\n", Ptr->Union.
ContinuationPointer
));
339
while ((Ptr->Length != 0) || (Ptr->Union.
ContinuationPointer
!= (EFI_PHYSICAL_ADDRESS) (UINTN) NULL)) {
353
Ptr = (EFI_CAPSULE_BLOCK_DESCRIPTOR *) (UINTN) Ptr->Union.
ContinuationPointer
;
359
DEBUG ((EFI_D_INFO, "Ptr->Union - 0x%x\n", Ptr->Union.
ContinuationPointer
));
414
DEBUG ((EFI_D_INFO, "Ptr->Union - 0x%x\n", Ptr->Union.
ContinuationPointer
));
492
while (TempBlockDesc->Union.
ContinuationPointer
!= (EFI_PHYSICAL_ADDRESS) (UINTN) NULL) {
497
TempBlockDesc = (EFI_CAPSULE_BLOCK_DESCRIPTOR *) (UINTN) TempBlockDesc->Union.
ContinuationPointer
;
530
while ((CurrBlockDescHead != NULL) && (CurrBlockDescHead->Union.
ContinuationPointer
!= (EFI_PHYSICAL_ADDRESS) (UINTN) NULL)) {
570
CurrBlockDescHead = (EFI_CAPSULE_BLOCK_DESCRIPTOR *) (UINTN) TempBlockDesc->Union.
ContinuationPointer
;
[
all
...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
EfiCapsule.h
46
EFI_PHYSICAL_ADDRESS
ContinuationPointer
;
/device/linaro/bootloader/edk2/MdeModulePkg/Application/CapsuleApp/
CapsuleApp.c
530
BlockDescriptorPre->Union.
ContinuationPointer
= (UINTN) BlockDescriptors1;
584
TempBlockPtr->Union.
ContinuationPointer
= (UINTN) BlockDescriptors2;
625
TempBlockPtr->Union.
ContinuationPointer
= (UINTN)NULL;
671
if (TempBlockPtr[Index].Union.
ContinuationPointer
== (UINTN)NULL) {
675
TempBlockPtr2 = (VOID *) ((UINTN) TempBlockPtr->Union.
ContinuationPointer
);
/device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiSpec.h
[
all
...]
/external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
UefiSpec.h
[
all
...]
Completed in 81 milliseconds