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

  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmMisc.c 94 EFI_DEVICE_PATH_PROTOCOL *DevicePathInst;
102 DevicePathInst = GetNextDevicePathInstance (&DevicePath, &Size);
107 while (DevicePathInst != NULL) {
112 if (CompareMem (Single, DevicePathInst, Size) == 0) {
113 FreePool (DevicePathInst);
117 FreePool (DevicePathInst);
118 DevicePathInst = GetNextDevicePathInstance (&DevicePath, &Size);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConPlatformDxe/
ConPlatform.c 856 EFI_DEVICE_PATH_PROTOCOL *DevicePathInst;
878 DevicePathInst = GetNextDevicePathInstance (&DevicePath, &Size);
883 while (DevicePathInst != NULL) {
884 if ((CompareMem (Single, DevicePathInst, Size) == 0) || IsGopSibling (Single, DevicePathInst)) {
889 FreePool (DevicePathInst);
900 DevicePathInst
909 FreePool (DevicePathInst);
910 DevicePathInst = GetNextDevicePathInstance (&DevicePath, &Size);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/
ConsoleOption.c 37 EFI_DEVICE_PATH_PROTOCOL *DevicePathInst;
45 DevicePathInst = GetNextDevicePathInstance (&DevicePath, &Size);
50 while (DevicePathInst != NULL) {
55 if (CompareMem (Single, DevicePathInst, Size) == 0) {
56 FreePool (DevicePathInst);
60 FreePool (DevicePathInst);
61 DevicePathInst = GetNextDevicePathInstance (&DevicePath, &Size);
749 EFI_DEVICE_PATH_PROTOCOL *DevicePathInst;
800 DevicePathInst = GetNextDevicePathInstance (&MultiDevicePath, &Size);
810 NewConsoleContext->DevicePath = DuplicateDevicePath (DevicePathInst);
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsMisc.c 937 EFI_DEVICE_PATH_PROTOCOL *DevicePathInst;
945 DevicePathInst = GetNextDevicePathInstance (&DevicePath, &Size);
950 while (DevicePathInst != NULL) {
955 if (CompareMem (Single, DevicePathInst, Size) == 0) {
956 FreePool (DevicePathInst);
960 FreePool (DevicePathInst);
961 DevicePathInst = GetNextDevicePathInstance (&DevicePath, &Size);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
Terminal.c 327 EFI_DEVICE_PATH_PROTOCOL *DevicePathInst;
331 DevicePathInst = GetNextDevicePathInstance (&DevicePath, &Size);
335 while (DevicePathInst != NULL) {
340 if (CompareMem (Single, DevicePathInst, Size) == 0) {
341 FreePool (DevicePathInst);
345 FreePool (DevicePathInst);
346 DevicePathInst = GetNextDevicePathInstance (&DevicePath, &Size);
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsMisc.c 937 EFI_DEVICE_PATH_PROTOCOL *DevicePathInst;
945 DevicePathInst = GetNextDevicePathInstance (&DevicePath, &Size);
950 while (DevicePathInst != NULL) {
955 if (CompareMem (Single, DevicePathInst, Size) == 0) {
956 FreePool (DevicePathInst);
960 FreePool (DevicePathInst);
961 DevicePathInst = GetNextDevicePathInstance (&DevicePath, &Size);
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
ConsoleOption.c 777 EFI_DEVICE_PATH_PROTOCOL *DevicePathInst;
849 DevicePathInst = GetNextDevicePathInstance (&MultiDevicePath, &Size);
859 NewConsoleContext->DevicePath = DuplicateDevicePath (DevicePathInst);
    [all...]

Completed in 282 milliseconds