Searched defs:DevPathNode (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/I2c/I2cDxe/
H A DI2cBus.c393 EFI_DEVICE_PATH_PROTOCOL *DevPathNode; local
457 DevPathNode = NextDevicePathNode (RemainingDevicePath);
458 if (!IsDevicePathEnd (DevPathNode)) {
459 if ((DevicePathType (DevPathNode) != HARDWARE_DEVICE_PATH) ||
460 (DevicePathSubType (DevPathNode) != HW_CONTROLLER_DP)) {
464 RemainingControllerNumber = ((CONTROLLER_DEVICE_PATH *) DevPathNode)->ControllerNumber;
872 EFI_DEVICE_PATH_PROTOCOL *DevPathNode; local
891 DevPathNode = NextDevicePathNode (RemainingDevicePath);
892 if ((DevicePathType (DevPathNode) == HARDWARE_DEVICE_PATH) &&
893 (DevicePathSubType(DevPathNode)
[all...]
/device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformBootManagerLib/
H A DBdsPlatform.c987 EFI_DEVICE_PATH_PROTOCOL *DevPathNode; local
999 DevPathNode = DevicePathFromHandle (Handle);
1000 ASSERT (DevPathNode != NULL);
1001 DevPath = DevPathNode;
1004 if (DevicePathType (DevPathNode) == ACPI_DEVICE_PATH &&
1005 DevicePathSubType (DevPathNode) == ACPI_DP &&
1006 ((ACPI_HID_DEVICE_PATH *)DevPathNode)->HID == EISA_PNP_ID(0x0A03)) {
1007 RootBusNumber = ((ACPI_HID_DEVICE_PATH *)DevPathNode)->UID;
1017 while (!IsDevicePathEnd (DevPathNode)) {
1018 if (DevicePathType (DevPathNode)
1497 EFI_DEVICE_PATH_PROTOCOL *DevPathNode; local
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PlatformDriOverrideDxe/
H A DPlatDriOverrideDxe.c246 EFI_DEVICE_PATH_PROTOCOL *DevPathNode; local
262 DevPathNode = Image->FilePath;
264 while (!IsDevicePathEnd (DevPathNode)) {
268 AlignedDevPathNode = AllocateCopyPool (DevicePathNodeLength(DevPathNode), DevPathNode);
307 DevPathNode = NextDevicePathNode (DevPathNode);

Completed in 22 milliseconds