Home
last modified time | relevance | path

Searched refs:Node1 (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/ArmVirtPkg/Library/PlatformBootManagerLib/
DPlatformBm.c419 EFI_DEVICE_PATH_PROTOCOL *Node1, *Node2, *SearchNode; in RemoveStaleFvFileOptions() local
427 Node1 = BootOptions[Index].FilePath; in RemoveStaleFvFileOptions()
428 if (!(DevicePathType (Node1) == HARDWARE_DEVICE_PATH && in RemoveStaleFvFileOptions()
429 DevicePathSubType (Node1) == HW_MEMMAP_DP) && in RemoveStaleFvFileOptions()
430 !(DevicePathType (Node1) == MEDIA_DEVICE_PATH && in RemoveStaleFvFileOptions()
431 DevicePathSubType (Node1) == MEDIA_PIWG_FW_VOL_DP)) { in RemoveStaleFvFileOptions()
439 Node2 = NextDevicePathNode (Node1); in RemoveStaleFvFileOptions()
451 SearchNode = Node1; in RemoveStaleFvFileOptions()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
DConsoleOption.c105 EFI_DEVICE_PATH_PROTOCOL *Node1; in ChangeTerminalDevicePath() local
172 Node1 = NewTerminalContext->DevicePath; in ChangeTerminalDevicePath()
173 Node1 = NextDevicePathNode (Node1); in ChangeTerminalDevicePath()
174 while (!IsDevicePathEnd (Node1)) { in ChangeTerminalDevicePath()
175 …if ((DevicePathType (Node1) == MESSAGING_DEVICE_PATH) && (DevicePathSubType (Node1) == MSG_UART_DP… in ChangeTerminalDevicePath()
176 Uart1 = (UART_DEVICE_PATH *) Node1; in ChangeTerminalDevicePath()
205 Node1 = NextDevicePathNode (Node1); in ChangeTerminalDevicePath()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/
DConsoleOption.c120 EFI_DEVICE_PATH_PROTOCOL *Node1; in ChangeTerminalDevicePath() local
169 Node1 = NewTerminalContext->DevicePath; in ChangeTerminalDevicePath()
170 Node1 = NextDevicePathNode (Node1); in ChangeTerminalDevicePath()
171 while (!IsDevicePathEnd (Node1)) { in ChangeTerminalDevicePath()
172 …if ((DevicePathType (Node1) == MESSAGING_DEVICE_PATH) && (DevicePathSubType (Node1) == MSG_UART_DP… in ChangeTerminalDevicePath()
173 Uart1 = (UART_DEVICE_PATH *) Node1; in ChangeTerminalDevicePath()
202 Node1 = NextDevicePathNode (Node1); in ChangeTerminalDevicePath()
/device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformBootManagerLib/
DBdsPlatform.c175 EFI_DEVICE_PATH_PROTOCOL *Node1, *Node2, *SearchNode; in RemoveStaleFvFileOptions() local
183 Node1 = BootOptions[Index].FilePath; in RemoveStaleFvFileOptions()
184 if (!(DevicePathType (Node1) == HARDWARE_DEVICE_PATH && in RemoveStaleFvFileOptions()
185 DevicePathSubType (Node1) == HW_MEMMAP_DP) && in RemoveStaleFvFileOptions()
186 !(DevicePathType (Node1) == MEDIA_DEVICE_PATH && in RemoveStaleFvFileOptions()
187 DevicePathSubType (Node1) == MEDIA_PIWG_FW_VOL_DP)) { in RemoveStaleFvFileOptions()
195 Node2 = NextDevicePathNode (Node1); in RemoveStaleFvFileOptions()
207 SearchNode = Node1; in RemoveStaleFvFileOptions()
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/AbootimgLib/
DAbootimgLib.c46 MEMMAP_DEVICE_PATH Node1; member
741 KernelDevicePath.Node1.StartingAddress = (EFI_PHYSICAL_ADDRESS)(UINTN) Kernel; in AbootimgBootRam()
742 KernelDevicePath.Node1.EndingAddress = (EFI_PHYSICAL_ADDRESS)(UINTN) Kernel + KernelSize; in AbootimgBootRam()
790 KernelDevicePath.Node1.StartingAddress = (EFI_PHYSICAL_ADDRESS)(UINTN) Kernel; in AbootimgBootPartition()
791 KernelDevicePath.Node1.EndingAddress = (EFI_PHYSICAL_ADDRESS)(UINTN) Kernel + KernelSize; in AbootimgBootPartition()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
DUefiShellLib.c2537 LIST_ENTRY *Node1; in ShellCommandLineGetCount() local
2543 for ( Node1 = GetFirstNode(CheckPackage), Count = 0 in ShellCommandLineGetCount()
2544 ; !IsNull (CheckPackage, Node1) in ShellCommandLineGetCount()
2545 ; Node1 = GetNextNode(CheckPackage, Node1) in ShellCommandLineGetCount()
2547 if (((SHELL_PARAM_PACKAGE*)Node1)->Name == NULL) { in ShellCommandLineGetCount()
2575 LIST_ENTRY *Node1; in ShellCommandLineCheckDuplicate() local
2580 for ( Node1 = GetFirstNode(CheckPackage) in ShellCommandLineCheckDuplicate()
2581 ; !IsNull (CheckPackage, Node1) in ShellCommandLineCheckDuplicate()
2582 ; Node1 = GetNextNode(CheckPackage, Node1) in ShellCommandLineCheckDuplicate()
2584 for ( Node2 = GetNextNode(CheckPackage, Node1) in ShellCommandLineCheckDuplicate()
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
DTianoCompress.c604 NODE Node1; in MakeChild() local
607 Node1 = (NODE) HASH (Parent, CharC); in MakeChild()
608 Node2 = mNext[Node1]; in MakeChild()
609 mNext[Node1] = Child; in MakeChild()
612 mPrev[Child] = Node1; in MakeChild()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
DTianoCompress.c617 NODE Node1; in MakeChild() local
620 Node1 = (NODE) HASH (Parent, CharC); in MakeChild()
621 Node2 = mNext[Node1]; in MakeChild()
622 mNext[Node1] = Child; in MakeChild()
625 mPrev[Child] = Node1; in MakeChild()
/device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
DTianoCompress.c429 NODE Node1; in MakeChild() local
432 Node1 = (NODE) HASH (Parent, CharC); in MakeChild()
433 Node2 = mNext[Node1]; in MakeChild()
434 mNext[Node1] = Child; in MakeChild()
437 mPrev[Child] = Node1; in MakeChild()