Searched refs:FileName (Results 176 - 200 of 339) sorted by relevance

1234567891011>>

/device/linaro/bootloader/edk2/Nt32Pkg/WinNtSimpleFileSystemDxe/
H A DWinNtSimpleFileSystem.h68 WCHAR *FileName; member in struct:__anon8584
240 IN CHAR16 *FileName,
256 FileName - Pointer to the file name to be opened.
/device/linaro/bootloader/edk2/BaseTools/Source/C/EfiRom/
H A DEfiRom.h71 CHAR8 *FileName; member in struct:_FILE_LIST
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
H A DFvImageSection.py63 for FileName in FileList:
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
H A DEdkIIGlueDevicePathLib.h249 the file specified by FileName is allocated and appended to the device path associated with the
252 path node for the file specified by FileName is allocated and returned.
253 If FileName is NULL, then ASSERT().
257 @param FileName A pointer to a Null-terminated Unicode string.
266 IN CONST CHAR16 *FileName
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/EfiFileLib/
H A DEfiFileLib.c365 @param FileName Name of file after device stripped off
372 IN CHAR8 *FileName,
386 if ( *FileName != 0 ) {
387 AsciiStrToUnicodeStr (FileName, UnicodeFileName);
502 @param FileName Name of file after device stripped off
509 IN CHAR8 *FileName,
558 if (*FileName == '\0') {
576 Status = CompareGuidToString (&File->FvNameGuid, FileName);
593 if (AsciiStriCmp (FileName, AsciiSection) == 0) {
750 File->FileName
370 EblFileDevicePath( IN OUT EFI_OPEN_FILE *File, IN CHAR8 *FileName, IN CONST UINT64 OpenMode ) argument
507 EblFvFileDevicePath( IN OUT EFI_OPEN_FILE *File, IN CHAR8 *FileName, IN CONST UINT64 OpenMode ) argument
[all...]
/device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
H A DFirmwareVolume.h102 @param FileName A pointer to the name of the file to find
115 FileName was NULL.
123 IN CONST EFI_GUID *FileName,
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Pci/Dxe/PciPlatform/
H A DPciPlatform.h43 EFI_GUID FileName; member in struct:__anon8835
/device/linaro/bootloader/edk2/ShellPkg/Include/Protocol/
H A DEfiShell.h33 CONST CHAR16 *FileName; ///< name of this file. member in struct:__anon9256
82 @param[in] FileName Pointer to NULL-terminated file path.
107 IN CONST CHAR16 *FileName,
135 @param[in] FileName Points to the NULL-terminated file name.
143 IN CONST CHAR16 *FileName
685 @param[in] FileName Points to the NULL-terminated UCS-2 encoded file name.
699 the FileName. FileHandle is NULL.
711 IN CONST CHAR16 *FileName,
/device/linaro/bootloader/edk2/ArmPkg/Library/SemihostLib/
H A DSemihostPrivate.h20 CHAR8 *FileName; member in struct:__anon3310
43 CHAR8 *FileName; member in struct:__anon3314
48 CHAR8 *FileName; member in struct:__anon3315
/device/linaro/bootloader/edk2/BaseTools/Source/C/BootSectImage/
H A Dbootsectimage.c102 char *FileName
110 FileName - file to write to
121 FileHandle = fopen (LongFilePath (FileName), "r+b");
123 DebugMsg (NULL, 0, DEBUG_ERROR, NULL, "Open file: %s", FileName);
130 DebugMsg (NULL, 0, DEBUG_ERROR, NULL, "Write file: %s", FileName);
140 char *FileName
148 FileName - file to read from
159 FileHandle = fopen (LongFilePath (FileName), "rb");
161 DebugMsg (NULL, 0, DEBUG_ERROR, NULL, "ERROR: E0001: Error opening file: %s", FileName);
167 DebugMsg (NULL, 0, DEBUG_ERROR, NULL, "ERROR: E0004: Error reading file: %s", FileName);
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/C/EfiLdrImage/
H A DEfiLdrImage.c36 UINT8 FileName[52]; member in struct:__anon3427
303 strncpy ((CHAR8*) EfiLdrImage[i].FileName, InputFileNames[i], sizeof (EfiLdrImage[i].FileName) - 1);
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
H A DInfAsBuiltProcess.py186 def GetFileLineContent(FileName, WorkSpace, LineNo, OriginalString):
194 FullFileName = os.path.normpath(os.path.realpath(os.path.join(WorkSpace, FileName)))
201 if not IsValidPath(FileName, WorkSpace):
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
H A DDevicePath.c375 IN CHAR16 *FileName
387 FileName - A pointer to a Null-terminated Unicodestring.
399 for (Size = 0; FileName[Size] != 0; Size++)
415 EfiCopyMem (FilePath->PathName, FileName, Size);
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiDevicePathLib/
H A DUefiDevicePathLib.c486 the file specified by FileName is allocated and appended to the device path associated with the
489 path node for the file specified by FileName is allocated and returned.
490 If FileName is NULL, then ASSERT().
494 @param FileName A pointer to a Null-terminated Unicode string.
503 IN CONST CHAR16 *FileName
513 Size = StrSize (FileName);
519 CopyMem (&FilePath->PathName, FileName, Size);
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/
H A DPeiLib.c417 IN EFI_GUID *FileName,
429 FileName - File name to search.
442 return (*PeiServices)->FfsFindFileByName (FileName, VolumeHandle, FileHandle);
596 CopyMem ((VOID*)&Hob->FileName, FileNameGuid, sizeof(EFI_GUID));
416 PeiLibFfsFindFileByName( IN EFI_GUID *FileName, IN EFI_PEI_FV_HANDLE VolumeHandle, OUT EFI_PEI_FILE_HANDLE *FileHandle ) argument
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/
H A DRtDevicePath.c472 IN CHAR16 *FileName
484 FileName - A pointer to a Null-terminated Unicodestring.
496 for (Size = 0; FileName[Size] != 0; Size++)
512 EfiCopyMem (FilePath->PathName, FileName, Size);
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/
H A DDebugLib.c241 Print a message of the form "ASSERT <FileName>(<LineNumber>): <Description>\n"
250 If FileName is NULL, then a <FileName> string of "(NULL) Filename" is printed.
253 @param FileName Pointer to the name of the source file that generated the assert condition.
261 IN CONST CHAR8 *FileName,
283 FileNameSize = AsciiStrSize (FileName);
296 // FileName + Description is too long to be filled into buffer.
305 // FileName is too long to be filled into buffer.
306 // FileName will be truncated. Reserved one byte for Description NULL terminator.
332 // Copy Ascii FileName includin
260 DebugAssert( IN CONST CHAR8 *FileName, IN UINTN LineNumber, IN CONST CHAR8 *Description ) argument
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/
H A DDebugLib.c234 Print a message of the form "ASSERT <FileName>(<LineNumber>): <Description>\n"
243 If FileName is NULL, then a <FileName> string of "(NULL) Filename" is printed.
246 @param FileName Pointer to the name of the source file that generated the assert condition.
254 IN CONST CHAR8 *FileName,
276 FileNameSize = AsciiStrSize (FileName);
289 // FileName + Description is too long to be filled into buffer.
298 // FileName is too long to be filled into buffer.
299 // FileName will be truncated. Reserved one byte for Description NULL terminator.
325 // Copy Ascii FileName includin
253 DebugAssert( IN CONST CHAR8 *FileName, IN UINTN LineNumber, IN CONST CHAR8 *Description ) argument
[all...]
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
H A DType.c279 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_FILE_OPEN_FAIL), gShellLevel3HiiHandle, L"type", Node->FileName);
288 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_IS_DIR), gShellLevel3HiiHandle, L"type", Node->FileName);
298 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_TYP_ERROR), gShellLevel3HiiHandle, L"type", Node->FileName);
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
H A DMultiThread.c83 INT8 *FileName
94 FileName - source file name to be added
112 NewSourceFile->FileName = _strdup (FileName);
421 if (_stricmp (SourceFileList->FileName, TempSourceFile->FileName) == 0) {
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeDeferImageLoadLib/
H A DDxeDeferImageLoadLib.c273 @param[out] FileName The callee allocated buffer to save the file name if file name is found.
282 OUT UINT8 **FileName,
328 *FileName = AllocateZeroPool (Length);
329 ASSERT (*FileName != NULL);
356 WriteUnaligned16 ((UINT16 *)(*FileName + Length), '\\');
359 CopyMem (*FileName + Length, NodeStr, NodeStrLength);
280 GetFileName( IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath, OUT UINT8 **FileName, OUT UINTN *FileNameOffset ) argument
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/
H A DGenFvInternalLib.c708 IN CHAR8 *FileName,
723 FileName Ffs File PathName
767 strcpy (PeMapFileName, FileName);
3028 IN CHAR8 *FileName,
3043 FileName Ffs File PathName
3158 Error (NULL, 0, 3000, "Invalid PeImage", "The input file is %s and the return status is %x", FileName, (int) Status);
3197 Error (NULL, 0, 3000, "Invalid", "Section-Alignment and File-Alignment do not match : %s.", FileName);
3207 strcpy (PeFileName, FileName);
3213 Error (NULL, 0, 3000, "Invalid", "The file %s has no .reloc section.", FileName);
3223 Warning (NULL, 0, 0, "Invalid", "The file %s has no .reloc section.", FileName);
706 WriteMapFile( IN OUT FILE *FvMapFile, IN CHAR8 *FileName, IN EFI_FFS_FILE_HEADER *FfsFile, IN EFI_PHYSICAL_ADDRESS ImageBaseAddress, IN PE_COFF_LOADER_IMAGE_CONTEXT *pImageContext ) argument
3026 FfsRebase( IN OUT FV_INFO *FvInfo, IN CHAR8 *FileName, IN OUT EFI_FFS_FILE_HEADER *FfsFile, IN UINTN XipOffset, IN FILE *FvMapFile ) argument
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
H A DDispatcher.c336 NameGuid = &DriverEntry->FileName;
747 &DriverEntry->FileName,
992 DEBUG ((DEBUG_DISPATCH, "Evaluate SMM DEPEX for FFS(%g)\n", &DriverEntry->FileName));
994 if (CompareGuid (&InsertedDriverEntry->FileName, &DriverEntry->BeforeAfterGuid)) {
1021 DEBUG ((DEBUG_DISPATCH, "Evaluate SMM DEPEX for FFS(%g)\n", &DriverEntry->FileName));
1023 if (CompareGuid (&InsertedDriverEntry->FileName, &DriverEntry->BeforeAfterGuid)) {
1171 CopyGuid (&DriverEntry->FileName, DriverName);
1366 if (CompareGuid (&DriverEntry->FileName, &AprioriFile[AprioriIndex]) &&
1371 DEBUG ((DEBUG_DISPATCH, "Evaluate SMM DEPEX for FFS(%g)\n", &DriverEntry->FileName));
1437 DEBUG ((DEBUG_LOAD, "SMM Driver %g was discovered but not loaded!!\n", &DriverEntry->FileName));
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
H A DString.py165 # @param FileName: The meta-file file name
167 def ReplaceMacro(String, MacroDefinitions=None, SelfReplacement=False, Line=None, FileName=None, Flag=False):
201 Logger.Debug(5, "Delete undefined MACROs in file %s line %d: %s!" % (FileName, Line[1], Line[0]))
466 # @param FileName: Used for error report
470 def PreCheck(FileName, FileContent, SupSectionTag):
492 Logger.Error("Parser", FORMAT_INVALID, Line=LineNo, File=FileName, RaiseError=Logger.IS_RAISE_ERROR)
501 Logger.Error("Parser", FORMAT_INVALID, Line=LineNo, File=FileName, RaiseError=Logger.IS_RAISE_ERROR)
508 Logger.Error("Parser", FORMAT_INVALID, Line=LineNo, File=FileName, RaiseError=Logger.IS_RAISE_ERROR)
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerLib/
H A DBootOption.c137 if (FileContext->FileName != NULL) {
138 FreePool (FileContext->FileName);
894 CHAR16 *FileName; local
896 FileName = ExtractFileNameFromDevicePath(FilePath);
902 FileName,
916 FreePool(FileName);

Completed in 463 milliseconds

1234567891011>>