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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
IScsiDriver.c 46 EFI_DEVICE_PATH_PROTOCOL *CurrentDevicePath;
48 CurrentDevicePath = RemainingDevicePath;
49 if (CurrentDevicePath != NULL) {
50 while (!IsDevicePathEnd (CurrentDevicePath)) {
51 if ((CurrentDevicePath->Type == MESSAGING_DEVICE_PATH) && (CurrentDevicePath->SubType == MSG_ISCSI_DP)) {
55 CurrentDevicePath = NextDevicePathNode (CurrentDevicePath);
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciDeviceSupport.c 642 EFI_DEVICE_PATH_PROTOCOL *CurrentDevicePath;
691 CurrentDevicePath = NextDevicePathNode (RemainingDevicePath);
692 if (IsDevicePathEnd (CurrentDevicePath)) {
703 CurrentDevicePath,
1094 EFI_DEVICE_PATH_PROTOCOL *CurrentDevicePath;
1100 CurrentDevicePath = RemainingDevicePath;
1101 Node.DevPath = CurrentDevicePath;
1104 while (!IsDevicePathEnd (CurrentDevicePath)) {
1107 Node.DevPath = CurrentDevicePath;
1131 CurrentDevicePath = NextDevicePathNode (CurrentDevicePath);
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
PciDeviceSupport.c 557 EFI_DEVICE_PATH_PROTOCOL *CurrentDevicePath;
601 CurrentDevicePath = NextDevicePathNode (RemainingDevicePath);
602 if (IsDevicePathEnd (CurrentDevicePath)) {
613 CurrentDevicePath
  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiDriver.c 59 EFI_DEVICE_PATH_PROTOCOL *CurrentDevicePath;
61 CurrentDevicePath = RemainingDevicePath;
62 if (CurrentDevicePath != NULL) {
63 while (!IsDevicePathEnd (CurrentDevicePath)) {
64 if ((CurrentDevicePath->Type == MESSAGING_DEVICE_PATH) && (CurrentDevicePath->SubType == MSG_ISCSI_DP)) {
68 CurrentDevicePath = NextDevicePathNode (CurrentDevicePath);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
ConfigRouting.c     [all...]
ConfigKeywordHandler.c 683 UINT8 *CurrentDevicePath;
693 CurrentDevicePath = DevicePathPkg + sizeof (EFI_HII_PACKAGE_HEADER);
694 DevicePathSize = GetDevicePathSize ((EFI_DEVICE_PATH_PROTOCOL *) CurrentDevicePath);
695 if ((CompareMem (DevicePath, CurrentDevicePath, DevicePathSize) == 0)) {
    [all...]

Completed in 446 milliseconds