Searched defs:Filename (Results 1 - 21 of 21) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/StatusCode/Pei/
H A DSerialStatusCodeWorker.c47 CHAR8 *Filename; local
59 ReportStatusCodeExtractAssertInfo (CodeType, Value, Data, &Filename, &Description, &LineNumber)) {
67 Filename,
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/
H A DSerialStatusCodeWorker.c45 CHAR8 *Filename; local
57 ReportStatusCodeExtractAssertInfo (CodeType, Value, Data, &Filename, &Description, &LineNumber)) {
65 Filename,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/StatusCodeHandler/Pei/
H A DSerialStatusCodeWorker.c50 CHAR8 *Filename; local
62 ReportStatusCodeExtractAssertInfo (CodeType, Value, Data, &Filename, &Description, &LineNumber)) {
70 Filename,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/
H A DSerialStatusCodeWorker.c46 CHAR8 *Filename; local
58 ReportStatusCodeExtractAssertInfo (CodeType, Value, Data, &Filename, &Description, &LineNumber)) {
66 Filename,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/StatusCodeHandler/Smm/
H A DSerialStatusCodeWorker.c46 CHAR8 *Filename; local
58 ReportStatusCodeExtractAssertInfo (CodeType, Value, Data, &Filename, &Description, &LineNumber)) {
66 Filename,
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/
H A DReportStatusCodeLib.c68 arguments specified by Filename, Description, and LineNumber. If CodeType is
71 Filename, Description, and LineNumber from the optional data area of the
79 If Filename is NULL, then ASSERT().
86 @param Filename Pointer to the source file name that generated the ASSERT().
91 converted ASSERT() arguments specified by Filename, Description,
103 OUT CHAR8 **Filename,
111 ASSERT (Filename != NULL);
119 *Filename = (CHAR8 *)(AssertData + 1);
120 *Description = *Filename + AsciiStrLen (*Filename)
99 ReportStatusCodeExtractAssertInfo( IN EFI_STATUS_CODE_TYPE CodeType, IN EFI_STATUS_CODE_VALUE Value, IN CONST EFI_STATUS_CODE_DATA *Data, OUT CHAR8 **Filename, OUT CHAR8 **Description, OUT UINT32 *LineNumber ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/SmmReportStatusCodeLib/
H A DReportStatusCodeLib.c157 arguments specified by Filename, Description, and LineNumber. If CodeType is
160 Filename, Description, and LineNumber from the optional data area of the
168 If Filename is NULL, then ASSERT().
175 @param Filename Pointer to the source file name that generated the ASSERT().
180 converted ASSERT() arguments specified by Filename, Description,
192 OUT CHAR8 **Filename,
200 ASSERT (Filename != NULL);
208 *Filename = (CHAR8 *)(AssertData + 1);
209 *Description = *Filename + AsciiStrLen (*Filename)
188 ReportStatusCodeExtractAssertInfo( IN EFI_STATUS_CODE_TYPE CodeType, IN EFI_STATUS_CODE_VALUE Value, IN CONST EFI_STATUS_CODE_DATA *Data, OUT CHAR8 **Filename, OUT CHAR8 **Description, OUT UINT32 *LineNumber ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcMtftp.c93 @param Filename Pointer to file name
107 IN UINT8 *Filename,
150 Filename,
218 @param Filename Pointer to file name
233 IN UINT8 *Filename,
268 Token.Filename = Filename;
301 @param Filename Pointer to file name
316 IN UINT8 *Filename,
351 Token.Filename
104 PxeBcTftpGetFileSize( IN PXEBC_PRIVATE_DATA *Private, IN EFI_MTFTP4_CONFIG_DATA *Config, IN UINT8 *Filename, IN UINTN *BlockSize, IN OUT UINT64 *BufferSize ) argument
230 PxeBcTftpReadFile( IN PXEBC_PRIVATE_DATA *Private, IN EFI_MTFTP4_CONFIG_DATA *Config, IN UINT8 *Filename, IN UINTN *BlockSize, IN UINT8 *BufferPtr, IN OUT UINT64 *BufferSize, IN BOOLEAN DontUseBuffer ) argument
313 PxeBcTftpWriteFile( IN PXEBC_PRIVATE_DATA *Private, IN EFI_MTFTP4_CONFIG_DATA *Config, IN UINT8 *Filename, IN BOOLEAN Overwrite, IN UINTN *BlockSize, IN UINT8 *BufferPtr, IN OUT UINT64 *BufferSize ) argument
387 PxeBcTftpReadDirectory( IN PXEBC_PRIVATE_DATA *Private, IN EFI_MTFTP4_CONFIG_DATA *Config, IN UINT8 *Filename, IN UINTN *BlockSize, IN UINT8 *BufferPtr, IN OUT UINT64 *BufferSize, IN BOOLEAN DontUseBuffer ) argument
[all...]
H A DPxeBcImpl.c1115 @param Filename A Null-terminated ASCII string that specifies a directory name or a file
1141 IN UINT8 *Filename,
1154 (Filename == NULL) ||
1217 Filename,
1229 Filename,
1243 Filename,
1257 Filename,
1133 EfiPxeBcMtftp( IN EFI_PXE_BASE_CODE_PROTOCOL *This, IN EFI_PXE_BASE_CODE_TFTP_OPCODE Operation, IN OUT VOID *BufferPtr, IN BOOLEAN Overwrite, IN OUT UINT64 *BufferSize, IN UINTN *BlockSize OPTIONAL, IN EFI_IP_ADDRESS *ServerIp, IN UINT8 *Filename, IN EFI_PXE_BASE_CODE_MTFTP_INFO *Info OPTIONAL, IN BOOLEAN DontUseBuffer ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseReportStatusCodeLibNull/
H A DBaseReportStatusCodeLib.c58 arguments specified by Filename, Description, and LineNumber. If CodeType is
61 Filename, Description, and LineNumber from the optional data area of the
69 If Filename is NULL, then ASSERT().
76 @param Filename The pointer to the source file name that generated the ASSERT().
81 converted ASSERT() arguments specified by Filename, Description,
93 OUT CHAR8 **Filename,
89 ReportStatusCodeExtractAssertInfo( IN EFI_STATUS_CODE_TYPE CodeType, IN EFI_STATUS_CODE_VALUE Value, IN CONST EFI_STATUS_CODE_DATA *Data, OUT CHAR8 **Filename, OUT CHAR8 **Description, OUT UINT32 *LineNumber ) argument
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Mtftp6Dxe/
H A DMtftp6Impl.c269 @param[in] Filename Pointer to null-terminated ASCII file name string.
282 - Filename is NULL.
315 IN UINT8 *Filename,
328 Filename == NULL ||
352 Token.Filename = Filename;
505 - Token.Filename is NULL.
537 Token.Filename. The directory request packet that is sent to the server
556 - Token.Filename is NULL.
312 EfiMtftp6GetInfo( IN EFI_MTFTP6_PROTOCOL *This, IN EFI_MTFTP6_OVERRIDE_DATA *OverrideData OPTIONAL, IN UINT8 *Filename, IN UINT8 *ModeStr OPTIONAL, IN UINT8 OptionCount, IN EFI_MTFTP6_OPTION *OptionList OPTIONAL, OUT UINT32 *PacketLength, OUT EFI_MTFTP6_PACKET **Packet OPTIONAL ) argument
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/
H A DReportStatusCodeLib.c171 arguments specified by Filename, Description, and LineNumber. If CodeType is
174 Filename, Description, and LineNumber from the optional data area of the
182 If Filename is NULL, then ASSERT().
189 @param Filename Pointer to the source file name that generated the ASSERT().
194 converted ASSERT() arguments specified by Filename, Description,
206 OUT CHAR8 **Filename,
214 ASSERT (Filename != NULL);
222 *Filename = (CHAR8 *)(AssertData + 1);
223 *Description = *Filename + AsciiStrLen (*Filename)
202 ReportStatusCodeExtractAssertInfo( IN EFI_STATUS_CODE_TYPE CodeType, IN EFI_STATUS_CODE_VALUE Value, IN CONST EFI_STATUS_CODE_DATA *Data, OUT CHAR8 **Filename, OUT CHAR8 **Description, OUT UINT32 *LineNumber ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeReportStatusCodeLib/
H A DReportStatusCodeLib.c168 arguments specified by Filename, Description, and LineNumber. If CodeType is
171 Filename, Description, and LineNumber from the optional data area of the
179 If Filename is NULL, then ASSERT().
186 @param Filename Pointer to the source file name that generated the ASSERT().
191 converted ASSERT() arguments specified by Filename, Description,
203 OUT CHAR8 **Filename,
211 ASSERT (Filename != NULL);
219 *Filename = (CHAR8 *)(AssertData + 1);
220 *Description = *Filename + AsciiStrLen (*Filename)
199 ReportStatusCodeExtractAssertInfo( IN EFI_STATUS_CODE_TYPE CodeType, IN EFI_STATUS_CODE_VALUE Value, IN CONST EFI_STATUS_CODE_DATA *Data, OUT CHAR8 **Filename, OUT CHAR8 **Description, OUT UINT32 *LineNumber ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PeiReportStatusCodeLib/
H A DReportStatusCodeLib.c140 arguments specified by Filename, Description, and LineNumber. If CodeType is
143 Filename, Description, and LineNumber from the optional data area of the
151 If Filename is NULL, then ASSERT().
158 @param Filename Pointer to the source file name that generated the ASSERT().
163 converted ASSERT() arguments specified by Filename, Description,
175 OUT CHAR8 **Filename,
183 ASSERT (Filename != NULL);
191 *Filename = (CHAR8 *)(AssertData + 1);
192 *Description = *Filename + AsciiStrLen (*Filename)
171 ReportStatusCodeExtractAssertInfo( IN EFI_STATUS_CODE_TYPE CodeType, IN EFI_STATUS_CODE_VALUE Value, IN CONST EFI_STATUS_CODE_DATA *Data, OUT CHAR8 **Filename, OUT CHAR8 **Description, OUT UINT32 *LineNumber ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/
H A DReportStatusCodeLib.c299 arguments specified by Filename, Description, and LineNumber. If CodeType is
302 Filename, Description, and LineNumber from the optional data area of the
310 If Filename is NULL, then ASSERT().
317 @param Filename Pointer to the source file name that generated the ASSERT().
322 converted ASSERT() arguments specified by Filename, Description,
334 OUT CHAR8 **Filename,
342 ASSERT (Filename != NULL);
350 *Filename = (CHAR8 *)(AssertData + 1);
351 *Description = *Filename + AsciiStrLen (*Filename)
330 ReportStatusCodeExtractAssertInfo( IN EFI_STATUS_CODE_TYPE CodeType, IN EFI_STATUS_CODE_VALUE Value, IN CONST EFI_STATUS_CODE_DATA *Data, OUT CHAR8 **Filename, OUT CHAR8 **Description, OUT UINT32 *LineNumber ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcMtftp.c107 @param[in] Filename Pointer to boot file name.
121 IN UINT8 *Filename,
166 Filename,
232 @param[in] Filename Pointer to boot file name.
247 IN UINT8 *Filename,
280 Token.Filename = Filename;
315 @param[in] Filename Pointer to boot file name.
330 IN UINT8 *Filename,
363 Token.Filename
118 PxeBcMtftp6GetFileSize( IN PXEBC_PRIVATE_DATA *Private, IN EFI_MTFTP6_CONFIG_DATA *Config, IN UINT8 *Filename, IN UINTN *BlockSize, IN OUT UINT64 *BufferSize ) argument
244 PxeBcMtftp6ReadFile( IN PXEBC_PRIVATE_DATA *Private, IN EFI_MTFTP6_CONFIG_DATA *Config, IN UINT8 *Filename, IN UINTN *BlockSize, IN UINT8 *BufferPtr, IN OUT UINT64 *BufferSize, IN BOOLEAN DontUseBuffer ) argument
327 PxeBcMtftp6WriteFile( IN PXEBC_PRIVATE_DATA *Private, IN EFI_MTFTP6_CONFIG_DATA *Config, IN UINT8 *Filename, IN BOOLEAN Overwrite, IN UINTN *BlockSize, IN UINT8 *BufferPtr, IN OUT UINT64 *BufferSize ) argument
402 PxeBcMtftp6ReadDirectory( IN PXEBC_PRIVATE_DATA *Private, IN EFI_MTFTP6_CONFIG_DATA *Config, IN UINT8 *Filename, IN UINTN *BlockSize, IN UINT8 *BufferPtr, IN OUT UINT64 *BufferSize, IN BOOLEAN DontUseBuffer ) argument
560 PxeBcMtftp4GetFileSize( IN PXEBC_PRIVATE_DATA *Private, IN EFI_MTFTP4_CONFIG_DATA *Config, IN UINT8 *Filename, IN UINTN *BlockSize, IN OUT UINT64 *BufferSize ) argument
686 PxeBcMtftp4ReadFile( IN PXEBC_PRIVATE_DATA *Private, IN EFI_MTFTP4_CONFIG_DATA *Config, IN UINT8 *Filename, IN UINTN *BlockSize, IN UINT8 *BufferPtr, IN OUT UINT64 *BufferSize, IN BOOLEAN DontUseBuffer ) argument
769 PxeBcMtftp4WriteFile( IN PXEBC_PRIVATE_DATA *Private, IN EFI_MTFTP4_CONFIG_DATA *Config, IN UINT8 *Filename, IN BOOLEAN Overwrite, IN UINTN *BlockSize, IN UINT8 *BufferPtr, IN OUT UINT64 *BufferSize ) argument
844 PxeBcMtftp4ReadDirectory( IN PXEBC_PRIVATE_DATA *Private, IN EFI_MTFTP4_CONFIG_DATA *Config, IN UINT8 *Filename, IN UINTN *BlockSize, IN UINT8 *BufferPtr, IN OUT UINT64 *BufferSize, IN BOOLEAN DontUseBuffer ) argument
926 PxeBcTftpGetFileSize( IN PXEBC_PRIVATE_DATA *Private, IN VOID *Config, IN UINT8 *Filename, IN UINTN *BlockSize, IN OUT UINT64 *BufferSize ) argument
971 PxeBcTftpReadFile( IN PXEBC_PRIVATE_DATA *Private, IN VOID *Config, IN UINT8 *Filename, IN UINTN *BlockSize, IN UINT8 *BufferPtr, IN OUT UINT64 *BufferSize, IN BOOLEAN DontUseBuffer ) argument
1022 PxeBcTftpWriteFile( IN PXEBC_PRIVATE_DATA *Private, IN VOID *Config, IN UINT8 *Filename, IN BOOLEAN Overwrite, IN UINTN *BlockSize, IN UINT8 *BufferPtr, IN OUT UINT64 *BufferSize ) argument
1073 PxeBcTftpReadDirectory( IN PXEBC_PRIVATE_DATA *Private, IN VOID *Config, IN UINT8 *Filename, IN UINTN *BlockSize, IN UINT8 *BufferPtr, IN OUT UINT64 *BufferSize, IN BOOLEAN DontUseBuffer ) argument
[all...]
H A DPxeBcImpl.c788 @param[in] Filename A Null-terminated ASCII string that specifies a directory name
814 IN UINT8 *Filename,
829 (Filename == NULL) ||
888 Filename,
902 Filename,
918 Filename,
934 Filename,
806 EfiPxeBcMtftp( IN EFI_PXE_BASE_CODE_PROTOCOL *This, IN EFI_PXE_BASE_CODE_TFTP_OPCODE Operation, IN OUT VOID *BufferPtr OPTIONAL, IN BOOLEAN Overwrite, IN OUT UINT64 *BufferSize, IN UINTN *BlockSize OPTIONAL, IN EFI_IP_ADDRESS *ServerIp, IN UINT8 *Filename, IN EFI_PXE_BASE_CODE_MTFTP_INFO *Info OPTIONAL, IN BOOLEAN DontUseBuffer ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Mtftp4Dxe/
H A DMtftp4Impl.c359 if ((This == NULL) || (Token == NULL) || (Token->Filename == NULL) ||
821 3. Token.Filename is NULL.
859 server that are logically (or operationally) related to Token.Filename. The
891 3. Token.Filename is NULL.
939 @param Filename Pointer to null-terminated ASCII file name string
953 2.Filename is NULL.
983 IN UINT8 *Filename,
995 if ((This == NULL) || (Filename == NULL) || (PacketLength == NULL) ||
1015 Token.Filename = Filename;
980 EfiMtftp4GetInfo( IN EFI_MTFTP4_PROTOCOL *This, IN EFI_MTFTP4_OVERRIDE_DATA *OverrideData OPTIONAL, IN UINT8 *Filename, IN UINT8 *ModeStr OPTIONAL, IN UINT8 OptionCount, IN EFI_MTFTP4_OPTION *OptionList OPTIONAL, OUT UINT32 *PacketLength, OUT EFI_MTFTP4_PACKET **Packet OPTIONAL ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DMtftp4.h67 UINT8 Filename[1]; member in struct:__anon12218
316 @param Filename The pointer to null-terminated ASCII file name string.
328 - Filename is NULL.
358 IN UINT8 *Filename,
547 UINT8 *Filename; member in struct:_EFI_MTFTP4_TOKEN
H A DMtftp6.h106 UINT8 Filename[1]; member in struct:__anon12230
414 UINT8 *Filename; member in struct:_EFI_MTFTP6_TOKEN
537 @param[in] Filename Pointer to null-terminated ASCII file name string.
549 - Filename is NULL
578 IN UINT8 *Filename,
697 - Token.Filename is NULL.
724 logically (or operationally) related to Token.Filename. The directory request packet that is sent
755 - Token.Filename is NULL.
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DFirmwareVolumeBuffer.c1116 IN EFI_GUID* Filename,
1182 CommonLibBinderCopyMem (&NewFile->Name, Filename, sizeof (EFI_GUID));
1115 FvBufPackageFreeformRawFile( IN EFI_GUID* Filename, IN VOID* RawData, IN UINTN RawDataSize, OUT VOID** FfsFile ) argument

Completed in 62 milliseconds