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

  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmMisc.c 38 EFI_DEVICE_PATH_PROTOCOL *TempNewDevicePath;
43 TempNewDevicePath = NULL;
59 TempNewDevicePath = NewDevicePath;
61 if (TempNewDevicePath != NULL) {
62 FreePool(TempNewDevicePath);
BmConsole.c 431 EFI_DEVICE_PATH_PROTOCOL *TempNewDevicePath;
473 TempNewDevicePath = NewDevicePath;
475 if (TempNewDevicePath != NULL) {
476 FreePool(TempNewDevicePath);
BmBoot.c     [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsBoot.c     [all...]
BdsMisc.c 878 EFI_DEVICE_PATH_PROTOCOL *TempNewDevicePath;
884 TempNewDevicePath = NULL;
902 TempNewDevicePath = NewDevicePath;
904 if (TempNewDevicePath != NULL) {
905 FreePool(TempNewDevicePath);
    [all...]
BdsConsole.c 214 EFI_DEVICE_PATH_PROTOCOL *TempNewDevicePath;
261 TempNewDevicePath = NewDevicePath;
263 if (TempNewDevicePath != NULL) {
264 FreePool(TempNewDevicePath);
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsBoot.c     [all...]
BdsMisc.c 878 EFI_DEVICE_PATH_PROTOCOL *TempNewDevicePath;
884 TempNewDevicePath = NULL;
902 TempNewDevicePath = NewDevicePath;
904 if (TempNewDevicePath != NULL) {
905 FreePool(TempNewDevicePath);
    [all...]
BdsConsole.c 214 EFI_DEVICE_PATH_PROTOCOL *TempNewDevicePath;
261 TempNewDevicePath = NewDevicePath;
263 if (TempNewDevicePath != NULL) {
264 FreePool(TempNewDevicePath);
    [all...]

Completed in 116 milliseconds