Searched refs:CharCount (Results 1 - 25 of 25) sorted by relevance

/device/linaro/bootloader/edk2/ArmPlatformPkg/PrePeiCore/Arm/
H A DArchPrePeiCore.c28 UINTN CharCount; local
32 CharCount = AsciiSPrint (Buffer,sizeof (Buffer),"Reset Exception at 0x%X\n\r",LR);
35 CharCount = AsciiSPrint (Buffer,sizeof (Buffer),"Undefined Exception at 0x%X\n\r",LR);
38 CharCount = AsciiSPrint (Buffer,sizeof (Buffer),"SWI Exception at 0x%X\n\r",LR);
41 CharCount = AsciiSPrint (Buffer,sizeof (Buffer),"PrefetchAbort Exception at 0x%X\n\r",LR);
44 CharCount = AsciiSPrint (Buffer,sizeof (Buffer),"DataAbort Exception at 0x%X\n\r",LR);
47 CharCount = AsciiSPrint (Buffer,sizeof (Buffer),"Reserved Exception at 0x%X\n\r",LR);
50 CharCount = AsciiSPrint (Buffer,sizeof (Buffer),"IRQ Exception at 0x%X\n\r",LR);
53 CharCount = AsciiSPrint (Buffer,sizeof (Buffer),"FIQ Exception at 0x%X\n\r",LR);
56 CharCount
[all...]
/device/linaro/bootloader/edk2/ArmPlatformPkg/PrePeiCore/AArch64/
H A DArchPrePeiCore.c28 UINTN CharCount; local
32 CharCount = AsciiSPrint (Buffer,sizeof (Buffer),"Synchronous Exception at 0x%X\n\r", LR);
35 CharCount = AsciiSPrint (Buffer,sizeof (Buffer),"IRQ Exception at 0x%X\n\r", LR);
38 CharCount = AsciiSPrint (Buffer,sizeof (Buffer),"FIQ Exception at 0x%X\n\r", LR);
41 CharCount = AsciiSPrint (Buffer,sizeof (Buffer),"SError/Abort Exception at 0x%X\n\r", LR);
44 CharCount = AsciiSPrint (Buffer,sizeof (Buffer),"Unknown Exception at 0x%X\n\r", LR);
48 SerialPortWrite ((UINT8 *) Buffer, CharCount);
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/StatusCodeHandler/Pei/
H A DSerialStatusCodeWorker.c56 UINTN CharCount; local
66 CharCount = AsciiSPrint (
79 CharCount = AsciiBSPrint (
89 CharCount = AsciiSPrint (
98 ASSERT(CharCount > 0);
101 CharCount += AsciiSPrint (
102 &Buffer[CharCount],
103 (sizeof (Buffer) - (sizeof (Buffer[0]) * CharCount)),
110 CharCount += AsciiSPrint (
111 &Buffer[CharCount],
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/
H A DSerialStatusCodeWorker.c52 UINTN CharCount; local
62 CharCount = AsciiSPrint (
75 CharCount = AsciiBSPrint (
85 CharCount = AsciiSPrint (
93 ASSERT (CharCount > 0);
96 CharCount += AsciiSPrint (
97 &Buffer[CharCount],
98 (sizeof (Buffer) - (sizeof (Buffer[0]) * CharCount)),
105 CharCount += AsciiSPrint (
106 &Buffer[CharCount],
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/StatusCodeHandler/Smm/
H A DSerialStatusCodeWorker.c52 UINTN CharCount; local
62 CharCount = AsciiSPrint (
75 CharCount = AsciiBSPrint (
85 CharCount = AsciiSPrint (
93 ASSERT (CharCount > 0);
96 CharCount += AsciiSPrint (
97 &Buffer[CharCount],
98 (sizeof (Buffer) - (sizeof (Buffer[0]) * CharCount)),
105 CharCount += AsciiSPrint (
106 &Buffer[CharCount],
[all...]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/StatusCode/Pei/
H A DSerialStatusCodeWorker.c53 UINTN CharCount; local
63 CharCount = AsciiSPrint (
76 CharCount = AsciiBSPrint (
86 CharCount = AsciiSPrint (
96 CharCount += AsciiSPrint (
97 &Buffer[CharCount],
98 (sizeof (Buffer) - (sizeof (Buffer[0]) * CharCount)),
105 CharCount += AsciiSPrint (
106 &Buffer[CharCount],
107 (sizeof (Buffer) - (sizeof (Buffer[0]) * CharCount)),
[all...]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/
H A DSerialStatusCodeWorker.c51 UINTN CharCount; local
61 CharCount = AsciiSPrint (
74 CharCount = AsciiBSPrint (
84 CharCount = AsciiSPrint (
94 CharCount += AsciiSPrint (
95 &Buffer[CharCount],
96 (sizeof (Buffer) - (sizeof (Buffer[0]) * CharCount)),
103 CharCount += AsciiSPrint (
104 &Buffer[CharCount],
105 (sizeof (Buffer) - (sizeof (Buffer[0]) * CharCount)),
[all...]
H A DDataHubStatusCodeWorker.c191 UINTN CharCount; local
237 CharCount = UnicodeBSPrintAsciiFormat (
248 Record->Data.Size = (UINT16) ((CharCount + 1) * sizeof (CHAR16));
/device/linaro/bootloader/edk2/Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/
H A DNt32OemHookStatusCodeLib.c123 UINTN CharCount; local
133 CharCount = AsciiSPrint (
148 (DWORD)CharCount,
149 (LPDWORD)&CharCount,
160 CharCount = AsciiBSPrint (
170 CharCount = AsciiSPrint (
184 CharCount += AsciiSPrint (
185 &Buffer[CharCount - 1],
186 (sizeof (Buffer) - (sizeof (Buffer[0]) * CharCount)),
193 CharCount
[all...]
/device/linaro/bootloader/edk2/Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/
H A DNt32OemHookStatusCodeLib.c132 UINTN CharCount; local
142 CharCount = AsciiSPrint (
157 (DWORD)CharCount,
158 (LPDWORD)&CharCount,
169 CharCount = AsciiBSPrint (
179 CharCount = AsciiSPrint (
193 CharCount += AsciiSPrint (
194 &Buffer[CharCount - 1],
195 (sizeof (Buffer) - (sizeof (Buffer[0]) * CharCount)),
202 CharCount
[all...]
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/HalRuntimeServicesExampleLib/
H A DReportStatusCode.c41 UINTN CharCount; local
66 CharCount = AsciiSPrint (
79 CharCount = AsciiVSPrint (
95 CharCount = AsciiVSPrint (Buffer, EFI_STATUS_CODE_DATA_MAX_SIZE, Format, Marker);
100 CharCount = AsciiSPrint (
115 CharCount += AsciiSPrint (
116 &Buffer[CharCount - 1],
117 (EFI_STATUS_CODE_DATA_MAX_SIZE - (sizeof (Buffer[0]) * CharCount)),
124 CharCount += AsciiSPrint (
125 &Buffer[CharCount
[all...]
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiLib/
H A DReportStatusCode.c193 UINTN CharCount; local
206 CharCount = AsciiSPrint (
219 SerialPortWrite ((UINT8 *)Buffer, CharCount);
228 CharCount = AsciiBSPrint (
246 CharCount = AsciiBSPrint (Buffer, EFI_STATUS_CODE_DATA_MAX_SIZE, Format, Marker);
253 CharCount = AsciiSPrint (
266 CharCount += AsciiSPrint (
267 &Buffer[CharCount - 1],
268 (EFI_STATUS_CODE_DATA_MAX_SIZE - (sizeof (Buffer[0]) * CharCount)),
275 CharCount
[all...]
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/MonoStatusCode/
H A DPlatformStatusCode.c132 UINTN CharCount;
142 CharCount = AsciiSPrint (
155 CharCount = AsciiBSPrint (
165 CharCount = AsciiSPrint (
174 ASSERT(CharCount > 0);
177 CharCount += AsciiSPrint (
178 &Buffer[CharCount],
179 (sizeof (Buffer) - (sizeof (Buffer[0]) * CharCount)),
186 CharCount += AsciiSPrint (
187 &Buffer[CharCount],
123 UINTN CharCount; local
[all...]
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/DebugSecExtraActionLib/
H A DDebugSecExtraActionLib.c71 UINTN CharCount; local
86 CharCount = AsciiSPrint (Buffer,sizeof (Buffer),"Waiting for firmware at 0x%08X ...\n\r",StartAddress);
87 SerialPortWrite ((UINT8 *) Buffer, CharCount);
/device/linaro/bootloader/edk2/ArmPlatformPkg/Sec/
H A DSec.c35 UINTN CharCount; local
72 CharCount = AsciiSPrint (Buffer,sizeof (Buffer),"Secure firmware (version %s built at %a on %a)\n\r",
75 CharCount = AsciiSPrint (Buffer,sizeof (Buffer),"Boot firmware (version %s built at %a on %a)\n\r",
78 SerialPortWrite ((UINT8 *) Buffer, CharCount);
/device/linaro/bootloader/edk2/ArmVirtPkg/PrePi/
H A DPrePi.c78 UINTN CharCount; local
106 CharCount = AsciiSPrint (Buffer,sizeof (Buffer),"UEFI firmware (version %s built at %a on %a)\n\r",
108 SerialPortWrite ((UINT8 *) Buffer, CharCount);
/device/linaro/bootloader/edk2/DuetPkg/DxeIpl/
H A DSerialStatusCode.c631 UINTN CharCount = 0; local
640 CharCount = AsciiSPrint (
654 CharCount = AsciiBSPrint (Buffer, sizeof (Buffer), Format, Marker);
660 CharCount = AsciiSPrint (Buffer, sizeof (Buffer), "ERROR: C%x:V%x I%x", CodeType, Value, Instance);
665 CharCount += AsciiSPrint (&Buffer[CharCount - 1], (sizeof (Buffer) - (sizeof(Buffer[0]) * CharCount)), " %g", CallerId);
668 CharCount += AsciiSPrint (&Buffer[CharCount - 1], (sizeof (Buffer) - (sizeof(Buffer[0]) * CharCount)), "
[all...]
/device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/
H A DLinuxLoaderHelper.c42 UINTN CharCount; local
62 CharCount = AsciiSPrint (Buffer, sizeof (Buffer), "%6a %6ld ms\n", Token, Milliseconds);
63 SerialPortWrite ((UINT8 *) Buffer, CharCount);
70 CharCount = AsciiSPrint (Buffer, sizeof (Buffer), "Total Time = %ld ms\n\n",
72 SerialPortWrite ((UINT8 *) Buffer, CharCount);
/device/linaro/bootloader/edk2/ArmPlatformPkg/PrePi/
H A DPrePi.c84 UINTN CharCount; local
97 CharCount = AsciiSPrint (Buffer,sizeof (Buffer),"UEFI firmware (version %s built at %a on %a)\n\r",
99 SerialPortWrite ((UINT8 *) Buffer, CharCount);
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/BsSerialStatusCode/
H A DBsSerialStatusCode.c2259 UINTN CharCount; local
2286 CharCount = ASPrint (Buffer, EFI_STATUS_CODE_DATA_MAX_SIZE, "ERROR: C%x:V%x I%x", CodeType, Value, Instance);
2291 CharCount += ASPrint (
2292 &Buffer[CharCount - 1],
2293 (EFI_STATUS_CODE_DATA_MAX_SIZE - (sizeof (Buffer[0]) * CharCount)),
2300 CharCount += ASPrint (
2301 &Buffer[CharCount - 1],
2302 (EFI_STATUS_CODE_DATA_MAX_SIZE - (sizeof (Buffer[0]) * CharCount)),
2308 CharCount += ASPrint (
2309 &Buffer[CharCount
[all...]
/device/linaro/bootloader/edk2/ArmPkg/Library/DefaultExceptionHandlerLib/Arm/
H A DDefaultExceptionHandler.c182 UINTN CharCount; local
188 CharCount = AsciiSPrint (Buffer,sizeof (Buffer),"\n%a Exception PC at 0x%08x CPSR 0x%08x ",
190 SerialPortWrite ((UINT8 *) Buffer, CharCount);
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/StatusCode/DatahubStatusCodeHandlerDxe/
H A DDataHubStatusCodeWorker.c192 UINTN CharCount; local
223 CharCount = UnicodeBSPrintAsciiFormat (
234 Record->Data.Size = (UINT16) ((CharCount + 1) * sizeof (CHAR16));
/device/linaro/bootloader/edk2/ArmPkg/Library/DefaultExceptionHandlerLib/AArch64/
H A DDefaultExceptionHandler.c138 UINTN CharCount; local
140 CharCount = AsciiSPrint (Buffer,sizeof (Buffer),"\n\n%a Exception at 0x%016lx\n", gExceptionTypeString[ExceptionType], SystemContext.SystemContextAArch64->ELR);
141 SerialPortWrite ((UINT8 *) Buffer, CharCount);
/device/linaro/bootloader/edk2/StdLib/LibC/Locale/
H A Dmultibyte_Utf8.c304 size_t CharCount; local
309 CharCount = 0;
314 ++CharCount; // Count this character.
319 *NumChar = CharCount;
/device/linaro/bootloader/edk2/Nt32Pkg/Sec/
H A DSecMain.c129 UINTN CharCount; local
138 CharCount = strlen (Buffer);
142 (DWORD)CharCount,
143 (LPDWORD)&CharCount,

Completed in 396 milliseconds