Searched defs:Description (Results 1 - 25 of 63) sorted by relevance

123

/device/linaro/bootloader/edk2/ArmPkg/Include/Library/
H A DBdsLib.h28 CHAR16 *Description; member in struct:__anon3555
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/StatusCode/Pei/
H A DSerialStatusCodeWorker.c48 CHAR8 *Description; local
59 ReportStatusCodeExtractAssertInfo (CodeType, Value, Data, &Filename, &Description, &LineNumber)) {
69 Description
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/
H A DSerialStatusCodeWorker.c46 CHAR8 *Description; local
57 ReportStatusCodeExtractAssertInfo (CodeType, Value, Data, &Filename, &Description, &LineNumber)) {
67 Description
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/StatusCodeHandler/Pei/
H A DSerialStatusCodeWorker.c51 CHAR8 *Description; local
62 ReportStatusCodeExtractAssertInfo (CodeType, Value, Data, &Filename, &Description, &LineNumber)) {
72 Description
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/
H A DSerialStatusCodeWorker.c47 CHAR8 *Description; local
58 ReportStatusCodeExtractAssertInfo (CodeType, Value, Data, &Filename, &Description, &LineNumber)) {
68 Description
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/StatusCodeHandler/Smm/
H A DSerialStatusCodeWorker.c47 CHAR8 *Description; local
58 ReportStatusCodeExtractAssertInfo (CodeType, Value, Data, &Filename, &Description, &LineNumber)) {
68 Description
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/HalRuntimeServicesExampleLib/
H A DReportStatusCode.c36 CHAR8 *Description; local
62 ReportStatusCodeExtractAssertInfo (CodeType, Value, Data, &Filename, &Description, &LineNumber)) {
72 Description
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiLib/
H A DReportStatusCode.c45 arguments specified by Filename, Description, and LineNumber. If CodeType is
48 Filename, Description, and LineNumber from the optional data area of the
51 ASCII string for the Description, followed by a 32-bit LineNumber. If the
57 If Description is NULL, then ASSERT().
64 @param Description Pointer to the description of the ASSERT().
68 converted ASSERT() arguments specified by Filename, Description,
81 OUT CHAR8 **Description,
89 ASSERT (Description != NULL);
97 *Description = *Filename + AsciiStrLen (*Filename) + 1;
188 CHAR8 *Description; local
76 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...]
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
H A DHttpBootConfigNVDataStruc.h44 CHAR16 Description[DESCRIPTION_STR_MAX_SIZE]; member in struct:_HTTP_BOOT_CONFIG_IFR_NVDATA
/device/linaro/bootloader/edk2/Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/
H A DNt32OemHookStatusCodeLib.c118 CHAR8 *Description; local
129 ReportStatusCodeExtractAssertInfo (CodeType, Value, Data, &Filename, &Description, &LineNumber)) {
139 Description
/device/linaro/bootloader/edk2/Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/
H A DNt32OemHookStatusCodeLib.c127 CHAR8 *Description; local
138 ReportStatusCodeExtractAssertInfo (CodeType, Value, Data, &Filename, &Description, &LineNumber)) {
148 Description
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/AcpiTables/
H A DDbg2.c47 EFI_ACPI_DEBUG_PORT_2_DESCRIPTION_TABLE Description; member in struct:__anon2539
112 return &AcpiDbg2.Description.Header;
/device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/
H A DBootMonFsImages.c58 HW_IMAGE_DESCRIPTION *Description; local
63 Description = AllocateZeroPool (sizeof (HW_IMAGE_DESCRIPTION));
64 if (Description == NULL) {
70 CopyMem (Description, Footer, sizeof (HW_IMAGE_DESCRIPTION));
73 Description->FooterChecksum = 0;
77 Description->Region[Index].Checksum = 0;
78 Description->Region[Index].LoadAddress = 0;
79 Description->Region[Index].Offset = 0;
80 Description->Region[Index].Size = 0;
84 Footer->FooterChecksum = BootMonFsChecksum (Description, sizeo
[all...]
/device/linaro/bootloader/edk2/DuetPkg/DxeIpl/
H A DSerialStatusCode.c561 Routine Description:
609 Routine Description:
627 CHAR8 *Description; local
636 ReportStatusCodeExtractAssertInfo (CodeType, Value, Data, &Filename, &Description, &LineNumber)) {
646 Description
744 Routine Description:
/device/linaro/bootloader/edk2/DuetPkg/Library/DxeCoreReportStatusCodeLibFromHob/
H A DReportStatusCodeLib.c138 arguments specified by Filename, Description, and LineNumber. If CodeType is
141 Filename, Description, and LineNumber from the optional data area of the
144 ASCII string for the Description, followed by a 32-bit LineNumber. If the
150 If Description is NULL, then ASSERT().
157 @param Description Pointer to the description of the ASSERT().
161 converted ASSERT() arguments specified by Filename, Description,
174 OUT CHAR8 **Description,
182 ASSERT (Description != NULL);
190 *Description = *Filename + AsciiStrLen (*Filename) + 1;
169 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
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiReportStatusCodeLib/
H A DReportStatusCodeLib.c128 arguments specified by Filename, Description, and LineNumber. If CodeType is
131 Filename, Description, and LineNumber from the optional data area of the
134 ASCII string for the Description, followed by a 32-bit LineNumber. If the
140 If Description is NULL, then ASSERT().
147 @param Description Pointer to the description of the ASSERT().
151 converted ASSERT() arguments specified by Filename, Description,
164 OUT CHAR8 **Description,
172 ASSERT (Description != NULL);
180 *Description = *Filename + AsciiStrLen (*Filename) + 1;
159 GlueReportStatusCodeExtractAssertInfo( 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
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/SmmRuntimeDxeReportStatusCodeLib/
H A DReportStatusCodeLib.c160 arguments specified by Filename, Description, and LineNumber. If CodeType is
163 Filename, Description, and LineNumber from the optional data area of the
166 ASCII string for the Description, followed by a 32-bit LineNumber. If the
172 If Description is NULL, then ASSERT().
179 @param Description Pointer to the description of the ASSERT().
183 converted ASSERT() arguments specified by Filename, Description,
196 OUT CHAR8 **Description,
204 ASSERT (Description != NULL);
212 *Description = *Filename + AsciiStrLen (*Filename) + 1;
191 GlueReportStatusCodeExtractAssertInfo( 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
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/
H A DReportStatusCode.c36 Routine Description:
69 Routine Description:
156 IN CHAR8 *Description,
162 Routine Description:
175 Description - Description, usually the assertion,
200 TotalSize += EfiAsciiStrLen (Description);
226 // Copy Ascii Description
228 EfiAsciiStrCpy (EndOfStr, Description);
240 OUT CHAR8 **Description,
153 EfiDebugAssertWorker( IN CHAR8 *Filename, IN INTN LineNumber, IN CHAR8 *Description, IN UINTN BufferSize, IN OUT VOID *Buffer ) argument
235 ReportStatusCodeExtractAssertInfo( IN EFI_STATUS_CODE_TYPE CodeType, IN EFI_STATUS_CODE_VALUE Value, IN EFI_STATUS_CODE_DATA *Data, OUT CHAR8 **Filename, OUT CHAR8 **Description, OUT UINT32 *LineNumber ) argument
[all...]
/device/linaro/bootloader/edk2/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
74 ASCII string for the Description, followed by a 32-bit LineNumber. If the
80 If Description is NULL, then ASSERT().
87 @param Description Pointer to the description of the ASSERT().
91 converted ASSERT() arguments specified by Filename, Description,
104 OUT CHAR8 **Description,
112 ASSERT (Description != NULL);
120 *Description = *Filename + AsciiStrLen (*Filename) + 1;
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
/device/linaro/bootloader/edk2/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
163 ASCII string for the Description, followed by a 32-bit LineNumber. If the
169 If Description is NULL, then ASSERT().
176 @param Description Pointer to the description of the ASSERT().
180 converted ASSERT() arguments specified by Filename, Description,
193 OUT CHAR8 **Description,
201 ASSERT (Description != NULL);
209 *Description = *Filename + AsciiStrLen (*Filename) + 1;
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
/device/linaro/bootloader/edk2/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
64 ASCII string for the Description, followed by a 32-bit LineNumber. If the
70 If Description is NULL, then ASSERT().
77 @param Description The pointer to the description of the ASSERT().
81 converted ASSERT() arguments specified by Filename, Description,
94 OUT CHAR8 **Description,
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
/device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PlatformBootManagerLib/
H A DPlatformBootManager.c80 OptionType, Attributes, Description, FilePath and OptionalData are equal.
101 (StrCmp (Key->Description, Array[Index].Description) == 0) &&
116 @param Description The boot option description.
122 CHAR16 *Description,
149 Description,
120 PlatformRegisterFvBootOption( EFI_GUID *FileGuid, CHAR16 *Description, UINT32 Attributes ) argument
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeReportStatusCodeLib/
H A DReportStatusCodeLib.c180 arguments specified by Filename, Description, and LineNumber. If CodeType is
183 Filename, Description, and LineNumber from the optional data area of the
186 ASCII string for the Description, followed by a 32-bit LineNumber. If the
192 If Description is NULL, then ASSERT().
199 @param Description Pointer to the description of the ASSERT().
203 converted ASSERT() arguments specified by Filename, Description,
216 OUT CHAR8 **Description,
224 ASSERT (Description != NULL);
232 *Description = *Filename + AsciiStrLen (*Filename) + 1;
211 GlueReportStatusCodeExtractAssertInfo( 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
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/BsSerialStatusCode/
H A DBsSerialStatusCode.c2056 Routine Description:
2105 Routine Description:
2165 Routine Description:
2204 Routine Description:
2234 Routine Description:
2251 CHAR8 *Description; local
2259 if (ReportStatusCodeExtractAssertInfo (CodeType, Value, Data, &Filename, &Description, &LineNumber)) {
2269 Description
/device/linaro/bootloader/edk2/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
177 ASCII string for the Description, followed by a 32-bit LineNumber. If the
183 If Description is NULL, then ASSERT().
190 @param Description Pointer to the description of the ASSERT().
194 converted ASSERT() arguments specified by Filename, Description,
207 OUT CHAR8 **Description,
215 ASSERT (Description != NULL);
223 *Description = *Filename + AsciiStrLen (*Filename) + 1;
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

Completed in 573 milliseconds

123