Searched refs:Anchor (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DDevicePath.c344 UINT16 Anchor; local
358 Anchor = 16;
359 for (Index = Anchor; Index < Length && AsChar8Array[Index] != '\0'; Index++) {
362 if (Index > Anchor) {
363 HIDSTRIdx = Anchor;
368 Anchor = (UINT16) (Index + 1);
369 for (Index = Anchor; Index < Length && AsChar8Array[Index] != '\0'; Index++) {
372 if (Index > Anchor) {
373 UIDSTRIdx = Anchor;
378 Anchor
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigDevicePath.c337 UINT16 Anchor; local
351 Anchor = 16;
352 for (Index = Anchor; Index < Length && AsChar8Array[Index] != '\0'; Index++) {
355 if (Index > Anchor) {
356 HIDSTRIdx = Anchor;
361 Anchor = (UINT16) (Index + 1);
362 for (Index = Anchor; Index < Length && AsChar8Array[Index] != '\0'; Index++) {
365 if (Index > Anchor) {
366 UIDSTRIdx = Anchor;
371 Anchor
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
H A DPrintInfo.c130 UINT8 Anchor[5]; local
144 MemToString (Anchor, SmbiosTable->AnchorString, 4);
145 ShellPrintHiiEx(-1,-1,NULL,STRING_TOKEN (STR_SMBIOSVIEW_PRINTINFO_ANCHOR_STR), gShellDebug1HiiHandle, Anchor);

Completed in 38 milliseconds