HomeSort by relevance Sort by last modified time
    Searched defs:TerminalDevicePath (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerLib/
Variable.c 394 EFI_DEVICE_PATH_PROTOCOL *TerminalDevicePath;
437 TerminalDevicePath = AppendDevicePathNode (
441 ASSERT (TerminalDevicePath != NULL);
442 ChangeTerminalDevicePath (TerminalDevicePath, TRUE);
445 TerminalDevicePath
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
Terminal.c 255 EFI_DEVICE_PATH_PROTOCOL *TerminalDevicePath;
260 TerminalDevicePath = NULL;
299 &TerminalDevicePath
304 return TerminalDevicePath;
354 @param TerminalDevicePath Pointer to the terminal device's device path.
363 IN EFI_DEVICE_PATH_PROTOCOL *TerminalDevicePath
380 ReturnFlag = MatchDevicePaths (Variable, TerminalDevicePath);
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
Variable.c 415 EFI_DEVICE_PATH_PROTOCOL *TerminalDevicePath;
458 TerminalDevicePath = AppendDevicePathNode (
462 ASSERT (TerminalDevicePath != NULL);
463 ChangeTerminalDevicePath (&TerminalDevicePath, TRUE);
466 TerminalDevicePath
    [all...]

Completed in 90 milliseconds