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

  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmMisc.c 93 EFI_DEVICE_PATH_PROTOCOL *DevicePathInst;
101 DevicePathInst = GetNextDevicePathInstance (&DevicePath, &Size);
106 while (DevicePathInst != NULL) {
111 if (CompareMem (Single, DevicePathInst, Size) == 0) {
112 FreePool (DevicePathInst);
116 FreePool (DevicePathInst);
117 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/BootMaintenanceManagerLib/
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 325 EFI_DEVICE_PATH_PROTOCOL *DevicePathInst;
329 DevicePathInst = GetNextDevicePathInstance (&DevicePath, &Size);
333 while (DevicePathInst != NULL) {
338 if (CompareMem (Single, DevicePathInst, Size) == 0) {
339 FreePool (DevicePathInst);
343 FreePool (DevicePathInst);
344 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...]
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
dpath.c 988 EFI_DEVICE_PATH *DevicePath, *DevicePathInst;
996 while ((DevicePathInst = DevicePathInstance (&DevicePath, &Size))) {
997 if (CompareMem (Single, DevicePathInst, Size) == 0) {
1009 EFI_DEVICE_PATH *NewDevPath,*DevicePathInst,*Temp;
1017 DevicePathInst = DevicePathInstance (&Temp, &Size);
1028 CopyMem (NewDevPath, DevicePathInst, Size);
  /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 255 milliseconds