/device/linaro/bootloader/edk2/FatBinPkg/EnhancedFatDxe/ |
Fat.inf | 5 # This UEFI driver detects the FAT file system in the disk.
23 BASE_NAME = Fat
36 PE32|Ia32/Fat.efi|*
39 PE32|X64/Fat.efi|*
42 PE32|Ipf/Fat.efi|*
45 PE32|Ebc/Fat.efi|*
48 PE32|Arm/Fat.efi|*
51 PE32|AArch64/Fat.efi|*
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/ |
UnicodeCollationEng.c | 387 Converts an 8.3 FAT file name in an OEM character set to a Null-terminated string.
390 @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;
421 Converts a Null-terminated string to legal characters in a FAT
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 [all...] |
UnicodeCollationEng.h | 30 // Bit mask to indicate the validity of character in FAT file name.
35 // Maximum FAT table size.
123 Converts an 8.3 FAT file name in an OEM character set to a Null-terminated string.
126 @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,
143 Converts a Null-terminated string to legal characters in a 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 [all...] |
/device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/ |
Fat.inf | 2 # Component Description File for FAT module.
4 # This UEFI driver detects the FAT file system in the disk.
22 BASE_NAME = Fat
23 MODULE_UNI_FILE = Fat.uni
49 Fat.h
58 Fat.c
|
UnicodeCollation.c | 16 #include "Fat.h"
228 Convert FAT string to unicode string.
230 @param FatSize The size of FAT string.
231 @param Fat The FAT string.
240 IN CHAR8 *Fat,
244 ASSERT (Fat != NULL);
249 mUnicodeCollationInterface->FatToStr (mUnicodeCollationInterface, FatSize, Fat, String);
254 Convert unicode string to Fat string.
257 @param FatSize The size of the FAT string. [all...] |
Fat.h | 2 Main header file for EFI FAT file system driver.
42 // The FAT signature
82 // Minimum fat page size is 8K, maximum fat page alignment is 32K
83 // Minimum data page size is 8K, maximum fat page alignment is 64K
118 // The fat types we support
139 ReadFat = 2, // read fat cache
140 WriteFat = 3, // write fat cache
323 // Computed values from fat bpb info
326 UINT64 FatPos; // Disk pos of fat tables [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/UnicodeCollation/ |
UnicodeCollation.h | 141 IN CHAR8 *Fat,
147 Converts an 8.3 FAT file name in an OEM character set to a Null-terminated
152 FatSize - The size of the string Fat in bytes.
153 Fat - A pointer to a Null-terminated string that contains an 8.3 file
169 OUT CHAR8 *Fat
174 Converts a Null-terminated Unicode string to legal characters in a FAT
181 FatSize - The size of the string Fat in bytes.
182 Fat - A pointer to a Null-terminated string that contains an 8.3 file
185 TRUE - Fat is a Long File Name
186 FALSE - Fat is an 8.3 file name [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/UnicodeCollation2/ |
UnicodeCollation2.h | 141 IN CHAR8 *Fat,
147 Converts an 8.3 FAT file name in an OEM character set to a Null-terminated
152 FatSize - The size of the string Fat in bytes.
153 Fat - A pointer to a Null-terminated string that contains an 8.3 file
169 OUT CHAR8 *Fat
174 Converts a Null-terminated Unicode string to legal characters in a FAT
181 FatSize - The size of the string Fat in bytes.
182 Fat - A pointer to a Null-terminated string that contains an 8.3 file
185 TRUE - Fat is a Long File Name
186 FALSE - Fat is an 8.3 file name [all...] |
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
UnicodeCollation.h | 122 Converts an 8.3 FAT file name in an OEM character set to a Null-terminated
126 @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,
143 Converts a Null-terminated string to legal characters in a 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
150 String using legal FAT characters from an OEM character set.
162 OUT CHAR8 *Fat
176 // for supporting fat volumes [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/Uc2OnUcThunk/ |
Uc2OnUcThunk.c | 107 Converts an 8.3 FAT file name in an OEM character set to a Null-terminated string.
110 @param FatSize The size of the string Fat in bytes.
111 @param Fat A pointer to a Null-terminated string that contains an 8.3 file
122 IN CHAR8 *Fat,
127 Converts a Null-terminated string to legal characters in a FAT
133 @param FatSize The size of the string Fat in bytes.
134 @param Fat A pointer to a Null-terminated string that contains an 8.3 file
137 @retval TRUE Fat is a Long File Name
138 @retval FALSE Fat is an 8.3 file name
147 OUT CHAR8 *Fat
[all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/UcOnUc2Thunk/ |
UcOnUc2Thunk.c | 107 Converts an 8.3 FAT file name in an OEM character set to a Null-terminated string.
110 @param FatSize The size of the string Fat in bytes.
111 @param Fat A pointer to a Null-terminated string that contains an 8.3 file
122 IN CHAR8 *Fat,
127 Converts a Null-terminated string to legal characters in a FAT
133 @param FatSize The size of the string Fat in bytes.
134 @param Fat A pointer to a Null-terminated string that contains an 8.3 file
137 @retval TRUE Fat is a Long File Name
138 @retval FALSE Fat is an 8.3 file name
147 OUT CHAR8 *Fat
[all...] |
/device/linaro/bootloader/edk2/FatPkg/ |
FatPkg.dsc | 2 # Build Binary Enhanced Fat Driver Modules.
4 # This Platform file is used to generate the Binary Fat Drivers
19 PLATFORM_NAME = Fat
24 OUTPUT_DIRECTORY = Build/Fat
77 # specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
87 FatPkg/EnhancedFatDxe/Fat.inf
|
/device/linaro/bootloader/edk2/FatPkg/FatPei/ |
FatLiteLib.c | 2 General purpose supporting routines for FAT recovery PEIM
305 Converts an 8.3 FAT file name using an OEM character set
307 Here does not expand DBCS FAT chars.
309 @param FatSize The size of the string Fat in bytes.
310 @param Fat A pointer to a Null-terminated string that contains
320 IN CHAR8 *Fat,
330 while (*Fat != 0 && FatSize != 0) {
331 if (*Fat == ' ') {
334 *String = *Fat;
336 Fat += 1; [all...] |
FatLitePeim.h | 2 Data structures for FAT recovery PEIM
141 // This structure abstracts the whole memory usage in FAT PEIM.
192 Finds the recovery file on a FAT volume.
193 This function finds the the recovery file named FileName on a specified FAT volume and returns
202 @retval EFI_DEVICE_ERROR Some error occured when operating the FAT
206 FAT volume.
315 Converts an 8.3 FAT file name using an OEM character set
317 Here does not expand DBCS FAT chars.
319 @param FatSize The size of the string Fat in bytes.
320 @param Fat A pointer to a Null-terminated string that contains [all...] |
/external/llvm/tools/dsymutil/ |
BinaryHolder.cpp | 24 object::MachOUniversalBinary &Fat) { 26 StringRef FatData = Fat.getData(); 27 for (auto It = Fat.begin_objects(), End = Fat.end_objects(); It != End; 78 // Not a fat binary must be a standard one. Return a one element vector. 151 // Not a fat binary must be a standard one.
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
BinaryHolder.cpp | 34 object::MachOUniversalBinary &Fat) { 36 StringRef FatData = Fat.getData(); 37 for (auto It = Fat.begin_objects(), End = Fat.end_objects(); It != End; 60 // a fat binary. 99 // fat binary.
|
/external/llvm/tools/llvm-dwarfdump/ |
llvm-dwarfdump.cpp | 105 else if (auto *Fat = dyn_cast<MachOUniversalBinary>(BinOrErr->get())) 106 for (auto &ObjForArch : Fat->objects()) {
|
/device/linaro/bootloader/edk2/DuetPkg/ |
DuetPkg.fdf | 111 INF FatPkg/EnhancedFatDxe/Fat.inf
|
DuetPkgIa32.dsc | 152 # specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
258 FatPkg/EnhancedFatDxe/Fat.inf
|
DuetPkgX64.dsc | 153 # specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
259 FatPkg/EnhancedFatDxe/Fat.inf
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/ |
llvm-dwarfdump.cpp | 475 else if (auto *Fat = dyn_cast<MachOUniversalBinary>(BinOrErr->get())) 476 for (auto &ObjForArch : Fat->objects()) {
|
/device/linaro/bootloader/edk2/CorebootPayloadPkg/ |
CorebootPayloadPkg.fdf | 149 INF FatPkg/EnhancedFatDxe/Fat.inf
|
CorebootPayloadPkgIa32.dsc | 465 FatPkg/EnhancedFatDxe/Fat.inf
|
/device/linaro/bootloader/edk2/EmulatorPkg/ |
EmulatorPkg.fdf | 206 INF FatPkg/EnhancedFatDxe/Fat.inf
|
/device/linaro/bootloader/edk2/Nt32Pkg/ |
Nt32Pkg.fdf | 275 # for binary shell, binary fat and logo module.
284 INF FatPkg/EnhancedFatDxe/Fat.inf
|