Searched refs:Fat (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/
H A DUnicodeCollationEng.c390 @param FatSize The size of the string Fat in bytes.
391 @param Fat A pointer to a Null-terminated string that contains an 8.3 file
402 IN CHAR8 *Fat,
409 while ((*Fat != 0) && (FatSize != 0)) {
410 *String = *Fat;
412 Fat += 1;
427 @param FatSize The size of the string Fat in bytes.
428 @param Fat A pointer to a Null-terminated string that contains an 8.3 file
431 @retval TRUE Fat is a Long File Name
432 @retval FALSE Fat i
399 EngFatToStr( IN EFI_UNICODE_COLLATION_PROTOCOL *This, IN UINTN FatSize, IN CHAR8 *Fat, OUT CHAR16 *String ) argument
[all...]
H A DUnicodeCollationEng.h126 @param FatSize The size of the string Fat in bytes.
127 @param Fat A pointer to a Null-terminated string that contains an 8.3 file
138 IN CHAR8 *Fat,
149 @param FatSize The size of the string Fat in bytes.
150 @param Fat A pointer to a Null-terminated string that contains an 8.3 file
153 @retval TRUE Fat is a Long File Name
154 @retval FALSE Fat is an 8.3 file name
163 OUT CHAR8 *Fat
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DUnicodeCollation.h126 @param FatSize The size of the string Fat in bytes.
127 @param Fat A pointer to a Null-terminated string that contains an 8.3 file
138 IN CHAR8 *Fat,
148 @param FatSize The size of the string Fat in bytes.
149 @param Fat A pointer to a string that contains the converted version of
162 OUT CHAR8 *Fat
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/Library/VBoxPeCoffLib/
H A DBasePeCoff.c103 EFI_FAT_IMAGE_HEADER Fat; local
117 &Fat
119 if (!RETURN_ERROR(Status) && Fat.Signature == EFI_FAT_IMAGE_HEADER_SIGNATURE)
122 DEBUG((DEBUG_LOAD, "%a:%d - %x narches:%d\n", __FILE__, __LINE__, Fat.Signature, Fat.NFatArch));
124 ASSERT((Fat.NFatArch < 5));
125 Size = sizeof(EFI_FAT_IMAGE_HEADER_NLIST) * Fat.NFatArch;
132 for (i = 0; i < Fat.NFatArch ; ++i)
1388 EFI_FAT_IMAGE_HEADER *Fat; local
1393 Fat
[all...]

Completed in 599 milliseconds