Searched defs:BlockType (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DImage.c56 while (((EFI_HII_IMAGE_BLOCK *) ImageBlock)->BlockType != EFI_HII_IIBT_END) {
63 if (((EFI_HII_IMAGE_BLOCK *) ImageBlock)->BlockType == EFI_HII_IIBT_DUPLICATE) {
80 switch (((EFI_HII_IMAGE_BLOCK *) ImageBlock)->BlockType) {
782 ((EFI_HII_IIBT_END_BLOCK *) (ImageBlock))->Header.BlockType = EFI_HII_IIBT_END;
825 UINT8 BlockType; local
877 BlockType = *ImageBlock;
879 switch (BlockType) {
924 if (BlockType == EFI_HII_IIBT_IMAGE_1BIT || BlockType == EFI_HII_IIBT_IMAGE_1BIT_TRANS) {
930 } else if (BlockType
1020 UINT8 BlockType; local
[all...]
H A DString.c246 @param BlockType Output the block type of found string block.
266 OUT UINT8 *BlockType, OPTIONAL
300 ASSERT (BlockType != NULL && StringBlockAddr != NULL && StringTextOffset != NULL);
344 ASSERT (BlockType != NULL && StringBlockAddr != NULL && StringTextOffset != NULL);
345 *BlockType = *BlockHdr;
367 ASSERT (BlockType != NULL && StringBlockAddr != NULL && StringTextOffset != NULL);
368 *BlockType = *BlockHdr;
411 ASSERT (BlockType != NULL && StringBlockAddr != NULL && StringTextOffset != NULL);
412 *BlockType = *BlockHdr;
435 ASSERT (BlockType !
262 FindStringBlock( IN HII_DATABASE_PRIVATE_DATA *Private, IN HII_STRING_PACKAGE_INSTANCE *StringPackage, IN EFI_STRING_ID StringId, OUT UINT8 *BlockType, OPTIONAL OUT UINT8 **StringBlockAddr, OPTIONAL OUT UINTN *StringTextOffset, OPTIONAL OUT EFI_STRING_ID *LastStringId, OPTIONAL OUT EFI_STRING_ID *StartStringId OPTIONAL ) argument
624 UINT8 BlockType; local
725 InsertLackStringBlock( IN OUT HII_STRING_PACKAGE_INSTANCE *StringPackage, IN EFI_STRING_ID StartStringId, IN EFI_STRING_ID StringId, IN OUT UINT8 *BlockType, IN OUT UINT8 **StringBlockAddr, IN BOOLEAN FontBlock ) argument
885 UINT8 BlockType; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrUtilityLib.cpp3163 UINT8 BlockType; local
3222 Status = FindStringBlock(Current, StringId, &NameOffset, &BlockType);
3231 switch (BlockType) {
3267 OUT UINT8 *BlockType
3315 *BlockType = *BlockHdr;
3336 *BlockType = *BlockHdr;
3378 *BlockType = *BlockHdr;
3400 *BlockType = *BlockHdr;
3471 *BlockType = *BlockHdr;
3477 if(*BlockType
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/
H A DUefiInternalFormRepresentation.h221 UINT8 BlockType; member in struct:_EFI_HII_GLYPH_BLOCK
344 UINT8 BlockType; member in struct:__anon12404
476 UINT8 BlockType; member in struct:_EFI_HII_IMAGE_BLOCK
1827 UINT8 BlockType; member in struct:_EFI_HII_ANIMATION_BLOCK
1855 /// Standard animation header, where Header.BlockType = EFI_HII_AIBT_EXT1.
1870 /// Standard animation header, where Header.BlockType = EFI_HII_AIBT_EXT2.
1885 /// Standard animation header, where Header.BlockType = EFI_HII_AIBT_EXT4.
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Common/
H A DUefiInternalFormRepresentation.h181 UINT8 BlockType; member in struct:_EFI_HII_GLYPH_BLOCK
284 UINT8 BlockType; member in struct:__anon10062
408 UINT8 BlockType; member in struct:_EFI_HII_IMAGE_BLOCK
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Uefi/
H A DUefiInternalFormRepresentation.h223 UINT8 BlockType; member in struct:_EFI_HII_GLYPH_BLOCK
346 UINT8 BlockType; member in struct:__anon15680
478 UINT8 BlockType; member in struct:_EFI_HII_IMAGE_BLOCK
1802 UINT8 BlockType; member in struct:_EFI_HII_ANIMATION_BLOCK
1830 /// Standard animation header, where Header.BlockType = EFI_HII_AIBT_EXT1.
1845 /// Standard animation header, where Header.BlockType = EFI_HII_AIBT_EXT2.
1860 /// Standard animation header, where Header.BlockType = EFI_HII_AIBT_EXT4.

Completed in 69 milliseconds