Searched defs:AsChar8Array (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DDevicePath.c345 CHAR8 *AsChar8Array; local
353 AsChar8Array = (CHAR8 *) ExtendedAcpi;
359 for (Index = Anchor; Index < Length && AsChar8Array[Index] != '\0'; Index++) {
369 for (Index = Anchor; Index < Length && AsChar8Array[Index] != '\0'; Index++) {
379 for (Index = Anchor; Index < Length && AsChar8Array[Index] != '\0'; Index++) {
399 CatPrint (Str, L"%a)", AsChar8Array + UIDSTRIdx);
418 CatPrint (Str, L"%a,", AsChar8Array + HIDSTRIdx);
423 CatPrint (Str, L"%a,", AsChar8Array + CIDSTRIdx);
428 CatPrint (Str, L"%a)", AsChar8Array + UIDSTRIdx);
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigDevicePath.c338 CHAR8 *AsChar8Array; local
346 AsChar8Array = (CHAR8 *) ExtendedAcpi;
352 for (Index = Anchor; Index < Length && AsChar8Array[Index] != '\0'; Index++) {
362 for (Index = Anchor; Index < Length && AsChar8Array[Index] != '\0'; Index++) {
372 for (Index = Anchor; Index < Length && AsChar8Array[Index] != '\0'; Index++) {
392 CatPrint (Str, L"%a)", AsChar8Array + UIDSTRIdx);
411 CatPrint (Str, L"%a,", AsChar8Array + HIDSTRIdx);
416 CatPrint (Str, L"%a,", AsChar8Array + CIDSTRIdx);
421 CatPrint (Str, L"%a)", AsChar8Array + UIDSTRIdx);

Completed in 38 milliseconds