HomeSort by relevance Sort by last modified time
    Searched refs:DevPathNode (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformBootManagerLib/
BdsPlatform.c 987 EFI_DEVICE_PATH_PROTOCOL *DevPathNode;
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) == HARDWARE_DEVICE_PATH &&
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/I2c/I2cDxe/
I2cBus.c 393 EFI_DEVICE_PATH_PROTOCOL *DevPathNode;
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;
    [all...]
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
dpath.c 908 EFI_DEVICE_PATH *DevPathNode;
926 DevPathNode = DevPath;
927 while (!IsDevicePathEnd(DevPathNode)) {
935 if (DevicePathType(DevPathNode) == DevPathTable[Index].Type &&
936 DevicePathSubType(DevPathNode) == DevPathTable[Index].SubType) {
962 DumpNode (&Str, DevPathNode);
968 DevPathNode = NextDevicePathNode(DevPathNode);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/PlatformDriOverrideDxe/
PlatDriOverrideDxe.c 246 EFI_DEVICE_PATH_PROTOCOL *DevPathNode;
262 DevPathNode = Image->FilePath;
264 while (!IsDevicePathEnd (DevPathNode)) {
268 AlignedDevPathNode = AllocateCopyPool (DevicePathNodeLength(DevPathNode), DevPathNode);
307 DevPathNode = NextDevicePathNode (DevPathNode);
    [all...]

Completed in 1190 milliseconds