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

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsConnect.c 92 EFI_DEVICE_PATH_PROTOCOL *CopyOfDevicePath;
111 CopyOfDevicePath = DevicePath;
122 FreePool (CopyOfDevicePath);
196 if (CopyOfDevicePath != NULL) {
197 FreePool (CopyOfDevicePath);
BdsConsole.c 346 EFI_DEVICE_PATH_PROTOCOL *CopyOfDevicePath;
365 CopyOfDevicePath = StartDevicePath;
370 Instance = GetNextDevicePathInstance (&CopyOfDevicePath, &Size);
412 } while (CopyOfDevicePath != NULL);
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsConnect.c 92 EFI_DEVICE_PATH_PROTOCOL *CopyOfDevicePath;
111 CopyOfDevicePath = DevicePath;
122 FreePool (CopyOfDevicePath);
196 if (CopyOfDevicePath != NULL) {
197 FreePool (CopyOfDevicePath);
BdsConsole.c 346 EFI_DEVICE_PATH_PROTOCOL *CopyOfDevicePath;
365 CopyOfDevicePath = StartDevicePath;
370 Instance = GetNextDevicePathInstance (&CopyOfDevicePath, &Size);
412 } while (CopyOfDevicePath != NULL);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmConsole.c 531 EFI_DEVICE_PATH_PROTOCOL *CopyOfDevicePath;
552 CopyOfDevicePath = StartDevicePath;
557 Instance = GetNextDevicePathInstance (&CopyOfDevicePath, &Size);
616 } while (CopyOfDevicePath != NULL);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/PlatformDriOverrideDxe/
PlatDriOverrideLib.c 454 EFI_DEVICE_PATH_PROTOCOL *CopyOfDevicePath;
467 CopyOfDevicePath = DevicePath;
541 if (CopyOfDevicePath != NULL) {
542 FreePool (CopyOfDevicePath);
    [all...]

Completed in 776 milliseconds