Searched defs:FileName (Results 1 - 25 of 78) sorted by relevance

1234

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dsfc.h40 WCHAR FileName[MAX_PATH]; member in struct:_PROTECTED_FILE_DATA
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dsfc.h40 WCHAR FileName[MAX_PATH]; member in struct:_PROTECTED_FILE_DATA
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Guid/
H A DFileInfo.h27 /// The size of the EFI_FILE_INFO structure, including the Null-terminated FileName string.
57 CHAR16 FileName[1]; member in struct:__anon11345
61 /// The FileName field of the EFI_FILE_INFO data structure is variable length.
63 /// be the size of the data structure without the FileName field. The following macro
64 /// computes this size correctly no matter how big the FileName array is declared.
67 #define SIZE_OF_EFI_FILE_INFO OFFSET_OF (EFI_FILE_INFO, FileName)
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseDebugLibNull/
H A DDebugLib.c48 Print a message of the form "ASSERT <FileName>(<LineNumber>): <Description>\n"
57 If FileName is NULL, then a <FileName> string of "(NULL) Filename" is printed.
60 @param FileName The pointer to the name of the source file that generated the assert condition.
68 IN CONST CHAR8 *FileName,
67 DebugAssert( IN CONST CHAR8 *FileName, IN UINTN LineNumber, IN CONST CHAR8 *Description ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseDebugLibSerialPort/
H A DDebugLib.c106 Print a message of the form "ASSERT <FileName>(<LineNumber>): <Description>\n"
115 If FileName is NULL, then a <FileName> string of "(NULL) Filename" is printed.
118 @param FileName The pointer to the name of the source file that generated the assert condition.
126 IN CONST CHAR8 *FileName,
136 AsciiSPrint (Buffer, sizeof (Buffer), "ASSERT %a(%d): %a\n", FileName, LineNumber, Description);
125 DebugAssert( IN CONST CHAR8 *FileName, IN UINTN LineNumber, IN CONST CHAR8 *Description ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiDebugLibConOut/
H A DDebugLib.c89 Print a message of the form "ASSERT <FileName>(<LineNumber>): <Description>\n"
98 If FileName is NULL, then a <FileName> string of "(NULL) Filename" is printed.
101 @param FileName The pointer to the name of the source file that generated
111 IN CONST CHAR8 *FileName,
125 FileName,
110 DebugAssert( IN CONST CHAR8 *FileName, IN UINTN LineNumber, IN CONST CHAR8 *Description ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiDebugLibStdErr/
H A DDebugLib.c90 Print a message of the form "ASSERT <FileName>(<LineNumber>): <Description>\n"
99 If FileName is NULL, then a <FileName> string of "(NULL) Filename" is printed.
102 @param FileName The pointer to the name of the source file that generated
112 IN CONST CHAR8 *FileName,
126 FileName,
111 DebugAssert( IN CONST CHAR8 *FileName, IN UINTN LineNumber, IN CONST CHAR8 *Description ) argument
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DAttrib.c51 CONST CHAR16 *FileName; local
125 FileName = ShellCommandLineGetRawValue(Package, ParamNumberCount);
127 if (FileName == NULL && ParamNumberCount == 1) {
128 FileName = (CHAR16*)AllFiles;
129 } else if (FileName == NULL) {
133 Status = ShellOpenFileMetaArg((CHAR16*)FileName, EFI_FILE_MODE_READ, &ListOfFiles);
153 FileNode->FileName
178 FileName = ShellCommandLineGetRawValue(Package, ParamNumberCount);
180 if (FileName == NULL) {
200 Status = ShellOpenFileMetaArg((CHAR16*)FileName, EFI_FILE_MODE_REA
[all...]
H A DLoad.c65 if FileName is NULL then ASSERT.
67 @param[in] FileName FileName of the driver to load
78 IN CONST CHAR16 *FileName,
94 ASSERT (FileName != NULL);
105 FilePath = gEfiShellProtocol->GetDevicePathFromFilePath(FileName);
124 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_LOAD_NOT_IMAGE), gShellLevel2HiiHandle, FileName, Status);
137 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_LOAD_NOT_DRIVER), gShellLevel2HiiHandle, FileName);
153 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_LOAD_ERROR), gShellLevel2HiiHandle, FileName, Status);
155 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_LOAD_LOADED), gShellLevel2HiiHandle, FileName, LoadedDriverImag
77 LoadDriver( IN CONST CHAR16 *FileName, IN CONST BOOLEAN Connect ) argument
[all...]
H A DParse.c21 @param[in] FileName The filename to open.
33 IN CONST CHAR16 *FileName,
50 ASSERT(FileName != NULL);
55 Status = ShellOpenFileByName(FileName, &FileHandle, EFI_FILE_MODE_READ, 0);
57 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_FILE_OPEN_FAIL), gShellLevel2HiiHandle, FileName);
141 CONST CHAR16 *FileName; local
177 FileName = ShellCommandLineGetRawValue(Package, 1);
192 ShellStatus = PerformParsing(FileName, TableName, ShellStrToUintn(ColumnString), TableNameInstance, ShellCommandInstance);
32 PerformParsing( IN CONST CHAR16 *FileName, IN CONST CHAR16 *TableName, IN CONST UINTN ColumnIndex, IN CONST UINTN TableNameInstance, IN CONST UINTN ShellCommandInstance ) argument
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/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,
269 FileNameSize = AsciiStrSize (FileName);
280 // Copy Ascii FileName including NULL.
282 Temp = AsciiStrCpy ((CHAR8 *)(AssertData + 1), FileName);
253 DebugAssert( IN CONST CHAR8 *FileName, IN UINTN LineNumber, IN CONST CHAR8 *Description ) argument
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrError.cpp99 CHAR8 *FileName = NULL; local
109 FileName = ++Str;
111 while((Str = strstr (FileName, "\\\\")) != NULL) {
112 FileName = Str + 2;
114 if ((mFileName = new CHAR8[strlen(FileName)]) != NULL) {
115 for (Index = 0; FileName[Index] != '\"'; Index++) {
116 mFileName[Index] = FileName[Index];
160 OUT CHAR8 **FileName,
166 if ((FileName == NULL) || (FileLine == NULL)) {
170 *FileName
158 GetFileNameLineNum( IN UINT32 LineNum, OUT CHAR8 **FileName, OUT UINT32 *FileLine ) argument
202 CHAR8 *FileName = NULL; local
221 CHAR8 *FileName = NULL; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
H A DFileImage.c74 SHELL_FREE_NON_NULL (HFileImageBackupVar.FileName);
75 HFileImageBackupVar.FileName = CatSPrint(NULL, L"%s", HFileImage.FileName);
76 if (HFileImageBackupVar.FileName == NULL) {
94 SHELL_FREE_NON_NULL (HFileImage.FileName);
95 SHELL_FREE_NON_NULL (HFileImageBackupVar.FileName);
101 Set FileName field in HFileImage
119 SHELL_FREE_NON_NULL (HFileImage.FileName);
123 HFileImage.FileName = AllocateZeroPool (2 * (Size + 1));
124 if (HFileImage.FileName
148 HFileImageRead( IN CONST CHAR16 *FileName, IN BOOLEAN Recover ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Csm/CsmSupportLib/
H A DLegacyPlatform.h82 EFI_GUID FileName; member in struct:__anon12614
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/EfiLdrImage/
H A DEfiLdrImage.c45 UINT8 FileName[52]; member in struct:__anon9966
311 strncpy ((CHAR8*) EfiLdrImage[i].FileName, InputFileNames[i], sizeof (EfiLdrImage[i].FileName) - 1);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/EfiRom/
H A DEfiRom.h80 CHAR8 *FileName; member in struct:_FILE_LIST
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellManParser.c61 @param[in] FileName Name of the file to find and open.
73 IN CONST CHAR16 *FileName,
80 if ( FileName == NULL
82 || StrLen(FileName) == 0
87 FullFileName = ShellFindFilePath(FileName);
72 SearchPathForFile( IN CONST CHAR16 *FileName, OUT SHELL_FILE_HANDLE *Handle ) argument
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Ddirent.h70 // including the Null-terminated FileName string.
78 CHAR16 FileName[1]; // (d_name) The Null-terminated name of the file. member in struct:dirent
82 #define d_name FileName
113 ((char *)(void *)&(dp)->FileName - (char *)(void *)dp)
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/Library/VBoxDebugLib/
H A DVBoxDebugLib.c157 DebugAssert(IN CONST CHAR8 *FileName, IN UINTN LineNumber, IN CONST CHAR8 *Description) argument
164 VBoxPanicMsgString(FileName ? FileName : "<NULL>");
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
H A DFwPadFile.c272 @param FileName The Guid of Ffs File.
286 IN EFI_GUID *FileName,
305 CopyGuid (&TmpFileHeader->Name, FileName);
411 @param FileName The FFS File Name.
426 IN EFI_GUID *FileName,
524 FileName,
281 FvFillFfsFile( OUT EFI_FFS_FILE_HEADER *FileHeader, IN UINT8 *FfsFileBuffer, IN UINTN BufferSize, IN UINTN ActualFileSize, IN EFI_GUID *FileName, IN EFI_FV_FILETYPE FileType, IN EFI_FV_FILE_ATTRIBUTES FileAttributes ) argument
421 FvCreateNewFileInsidePadFile( IN FV_DEVICE *FvDevice, IN UINT8 *FfsFileBuffer, IN UINTN BufferSize, IN UINTN ActualFileSize, IN EFI_GUID *FileName, IN EFI_FV_FILETYPE FileType, IN EFI_FV_FILE_ATTRIBUTES FileAttributes ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/
H A DDxeMain.h149 EFI_GUID FileName; member in struct:__anon10918
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/PiSmmCore/
H A DPiSmmCore.h74 EFI_GUID FileName; member in struct:__anon10972
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiServicesLib/
H A DPeiServicesLib.c468 @param FileName A pointer to the name of the file to
481 FileName was NULL.
487 IN CONST EFI_GUID *FileName,
492 return (*GetPeiServicesTablePointer())->FfsFindFileByName (FileName, VolumeHandle, FileHandle);
486 PeiServicesFfsFindFileByName( IN CONST EFI_GUID *FileName, IN CONST EFI_PEI_FV_HANDLE VolumeHandle, OUT EFI_PEI_FILE_HANDLE *FileHandle ) argument
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DEfiUtilityMsgs.c55 CHAR8 *FileName,
71 FileName - name of the file or application. If not specified, then the
77 the FileName and LineNumber info can be used to cause
140 PrintMessage ("ERROR", FileName, LineNumber, MessageCode, Text, MsgFmt, List);
260 CHAR8 *FileName,
273 FileName - name of the file where the warning was detected, or the name
326 PrintMessage ("WARNING", FileName, LineNumber, MessageCode, Text, MsgFmt, List);
332 CHAR8 *FileName,
345 FileName - typically the name of the utility printing the debug message, but
348 LineNumber - the line number in FileName (parser
54 Error( CHAR8 *FileName, UINT32 LineNumber, UINT32 MessageCode, CHAR8 *Text, CHAR8 *MsgFmt, ... ) argument
259 Warning( CHAR8 *FileName, UINT32 LineNumber, UINT32 MessageCode, CHAR8 *Text, CHAR8 *MsgFmt, ... ) argument
331 DebugMsg( CHAR8 *FileName, UINT32 LineNumber, UINT64 MsgLevel, CHAR8 *Text, CHAR8 *MsgFmt, ... ) argument
376 PrintMessage( CHAR8 *Type, CHAR8 *FileName, UINT32 LineNumber, UINT32 MessageCode, CHAR8 *Text, CHAR8 *MsgFmt, va_list List ) argument
[all...]
H A DFvLib.c232 IN EFI_GUID *FileName,
243 FileName The GUID file name of the file to search for.
267 if (FileName == NULL || File == NULL) {
273 PrintGuidToBuffer (FileName, (UINT8 *)FileGuidString, sizeof (FileGuidString), TRUE);
293 if (!CompareGuid (&CurrentFile->Name, FileName)) {
231 GetFileByName( IN EFI_GUID *FileName, OUT EFI_FFS_FILE_HEADER **File ) argument

Completed in 90 milliseconds

1234