HomeSort by relevance Sort by last modified time
    Searched refs:ImageId (Results 1 - 20 of 20) sorted by null

  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
HiiImage.h 59 (ImageId).
65 @param ImageId On return, contains the new image id, which is
75 @retval EFI_INVALID_PARAMETER Image is NULL or ImageId is
85 OUT EFI_IMAGE_ID *ImageId,
91 This function retrieves the image specified by ImageId which
94 ImageId is not present in the specified PackageList, then
106 @param ImageId The image's id, which is unique within
113 @retval EFI_NOT_FOUND The image specified by ImageId is not
127 IN EFI_IMAGE_ID ImageId,
133 This function updates the image specified by ImageId in the
    [all...]
FirmwareManagement.h 53 UINT64 ImageId;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiImage/
HiiImage.h 74 OUT EFI_IMAGE_ID *ImageId,
81 a new image identifier (ImageId).
86 ImageId - On return, contains the new image id, which is unique within PackageList.
93 EFI_INVALID_PARAMETER - Image is NULL or ImageId is NULL.
103 IN EFI_IMAGE_ID ImageId,
109 This function retrieves the image specified by ImageId which is associated with
115 ImageId - The image's id,, which is unique within PackageList.
120 EFI_NOT_FOUND - The image specified by ImageId is not available.
134 IN EFI_IMAGE_ID ImageId,
140 This function updates the image specified by ImageId in the specified PackageListHandle to
    [all...]
  /device/linaro/bootloader/edk2/IntelFspPkg/Include/
FspInfoHeader.h 63 CHAR8 ImageId[8];
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
Image.c 21 Get the imageid of last image block: EFI_HII_IIBT_END_BLOCK when input
22 ImageId is zero, otherwise return the address of the
23 corresponding image block with identifier specified by ImageId.
28 @param ImageId If input ImageId is 0, output the image id of the EFI_HII_IIBT_END_BLOCK;
31 @return The image block address when input ImageId is not zero; otherwise return NULL.
37 IN OUT EFI_IMAGE_ID *ImageId
51 ASSERT (ImageBlock != NULL && ImageId != NULL);
57 if (*ImageId > 0) {
58 if (*ImageId == ImageIdCurrent) {
    [all...]
HiiDatabase.h 250 // This rule also applies to image package since ImageId can not be duplicate.
    [all...]
  /device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/
SecFsp.c 154 CHAR8 ImageId[9];
206 ImageId[Idx] = PeiFspData->FspInfoHeader->ImageId[Idx];
208 ImageId[Idx] = 0;
212 ImageId, \
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Protocol/
DisplayProtocol.h 72 // Option ImageId and AnimationId
74 EFI_IMAGE_ID ImageId;
202 // Statement ImageId and AnimationId
204 EFI_IMAGE_ID ImageId;
288 // Form ImageId and AnimationId
290 EFI_IMAGE_ID ImageId;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
UefiIfrParser.h 171 EFI_IMAGE_ID ImageId;
236 EFI_IMAGE_ID ImageId; // nested EFI_IFR_IMAGE
253 EFI_IMAGE_ID ImageId;
286 EFI_IMAGE_ID ImageId;
UefiIfrParser.c 517 EFI_IMAGE_ID *ImageId;
1022 ImageId = &FormSet->ImageId;
1028 ImageId = &CurrentForm->ImageId;
1033 ImageId = &CurrentOption->ImageId;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
IfrParse.c     [all...]
Setup.h 278 EFI_IMAGE_ID ImageId;
363 EFI_IMAGE_ID ImageId; // nested EFI_IFR_IMAGE
407 EFI_IMAGE_ID ImageId;
457 EFI_IMAGE_ID ImageId;
    [all...]
Presentation.c 324 DisplayOption->ImageId = Option->ImageId;
711 gDisplayFormData.ImageId = 0;
    [all...]
  /device/linaro/bootloader/edk2/IntelFspPkg/Tools/
GenCfgOpt.py     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiInternalFormRepresentation.h 603 EFI_IMAGE_ID ImageId;
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
UefiInternalFormRepresentation.h 526 EFI_IMAGE_ID ImageId;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiHii.h 498 EFI_IMAGE_ID ImageId;
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
UefiInternalFormRepresentation.h 558 EFI_IMAGE_ID ImageId;
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrFormPkg.h 894 VOID SetImageId (IN EFI_IMAGE_ID ImageId) {
895 mImage->Id = ImageId;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrFormPkg.h 734 VOID SetImageId (IN EFI_IMAGE_ID ImageId) {
735 mImage->Id = ImageId;
    [all...]

Completed in 529 milliseconds