OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Node1
(Results
1 - 11
of
11
) sorted by null
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/PlatformBootManagerLib/
PlatformBm.c
419
EFI_DEVICE_PATH_PROTOCOL *
Node1
, *Node2, *SearchNode;
427
Node1
= BootOptions[Index].FilePath;
428
if (!(DevicePathType (
Node1
) == HARDWARE_DEVICE_PATH &&
429
DevicePathSubType (
Node1
) == HW_MEMMAP_DP) &&
430
!(DevicePathType (
Node1
) == MEDIA_DEVICE_PATH &&
431
DevicePathSubType (
Node1
) == MEDIA_PIWG_FW_VOL_DP)) {
439
Node2 = NextDevicePathNode (
Node1
);
451
SearchNode =
Node1
;
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
ConsoleOption.c
105
EFI_DEVICE_PATH_PROTOCOL *
Node1
;
172
Node1
= NewTerminalContext->DevicePath;
173
Node1
= NextDevicePathNode (
Node1
);
174
while (!IsDevicePathEnd (
Node1
)) {
175
if ((DevicePathType (
Node1
) == MESSAGING_DEVICE_PATH) && (DevicePathSubType (
Node1
) == MSG_UART_DP)) {
176
Uart1 = (UART_DEVICE_PATH *)
Node1
;
205
Node1
= NextDevicePathNode (
Node1
);
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/
ConsoleOption.c
120
EFI_DEVICE_PATH_PROTOCOL *
Node1
;
169
Node1
= NewTerminalContext->DevicePath;
170
Node1
= NextDevicePathNode (
Node1
);
171
while (!IsDevicePathEnd (
Node1
)) {
172
if ((DevicePathType (
Node1
) == MESSAGING_DEVICE_PATH) && (DevicePathSubType (
Node1
) == MSG_UART_DP)) {
173
Uart1 = (UART_DEVICE_PATH *)
Node1
;
202
Node1
= NextDevicePathNode (
Node1
);
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/WindowsManifest/
WindowsManifestMerger.cpp
279
static xmlNodePtr getDominantNode(xmlNodePtr
Node1
, xmlNodePtr Node2) {
281
if (!
Node1
|| !
Node1
->ns)
284
return
Node1
;
285
if (namespaceOverrides(
Node1
->ns->href, Node2->ns->href))
286
return
Node1
;
/device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformBootManagerLib/
BdsPlatform.c
175
EFI_DEVICE_PATH_PROTOCOL *
Node1
, *Node2, *SearchNode;
183
Node1
= BootOptions[Index].FilePath;
184
if (!(DevicePathType (
Node1
) == HARDWARE_DEVICE_PATH &&
185
DevicePathSubType (
Node1
) == HW_MEMMAP_DP) &&
186
!(DevicePathType (
Node1
) == MEDIA_DEVICE_PATH &&
187
DevicePathSubType (
Node1
) == MEDIA_PIWG_FW_VOL_DP)) {
195
Node2 = NextDevicePathNode (
Node1
);
207
SearchNode =
Node1
;
[
all
...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
StrongPHIElimination.cpp
442
Node *
Node1
= RegNodeMap[Reg1]->getLeader();
445
if (
Node1
->rank > Node2->rank) {
446
Node2->parent.setPointer(
Node1
->getLeader());
447
} else if (
Node1
->rank < Node2->rank) {
448
Node1
->parent.setPointer(Node2->getLeader());
449
} else if (
Node1
!= Node2) {
450
Node2->parent.setPointer(
Node1
->getLeader());
451
Node1
->rank++;
[
all
...]
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/AbootimgLib/
AbootimgLib.c
46
MEMMAP_DEVICE_PATH
Node1
;
65
}, //
Node1
741
KernelDevicePath.
Node1
.StartingAddress = (EFI_PHYSICAL_ADDRESS)(UINTN) Kernel;
742
KernelDevicePath.
Node1
.EndingAddress = (EFI_PHYSICAL_ADDRESS)(UINTN) Kernel + KernelSize;
790
KernelDevicePath.
Node1
.StartingAddress = (EFI_PHYSICAL_ADDRESS)(UINTN) Kernel;
791
KernelDevicePath.
Node1
.EndingAddress = (EFI_PHYSICAL_ADDRESS)(UINTN) Kernel + KernelSize;
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
UefiShellLib.c
[
all
...]