Home | History | Annotate | Download | only in BootMaintenanceManagerUiLib

Lines Matching refs:DevicePath

36   EFI_DEVICE_PATH_PROTOCOL  *DevicePath;

44 DevicePath = Multi;
45 DevicePathInst = GetNextDevicePathInstance (&DevicePath, &Size);
61 DevicePathInst = GetNextDevicePathInstance (&DevicePath, &Size);
89 Update Com Ports attributes from DevicePath
91 @param DevicePath DevicePath that contains Com ports
98 EFI_DEVICE_PATH_PROTOCOL *DevicePath
106 @param DevicePath The multi-instance device path.
115 IN OUT EFI_DEVICE_PATH_PROTOCOL *DevicePath,
128 Node = DevicePath;
169 Node1 = NewTerminalContext->DevicePath;
223 @param DevicePath terminal device's path
228 IN OUT EFI_DEVICE_PATH_PROTOCOL *DevicePath
238 Node = DevicePath;
302 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
307 (VOID **) &DevicePath
314 for (; !IsDevicePathEnd (DevicePath); DevicePath = NextDevicePathNode (DevicePath)) {
315 if ((DevicePathType (DevicePath) == MESSAGING_DEVICE_PATH) && (DevicePathSubType (DevicePath) == MSG_UART_DP)) {
321 Acpi = (ACPI_HID_DEVICE_PATH *) DevicePath;
378 Test whether DevicePath is a valid Terminal
381 @param DevicePath DevicePath to be checked
382 @param Termi If DevicePath is valid Terminal, terminal type is returned.
383 @param Com If DevicePath is valid Terminal, Com Port type is returned.
385 @retval TRUE If DevicePath point to a Terminal.
386 @retval FALSE If DevicePath does not point to a Terminal.
391 IN EFI_DEVICE_PATH_PROTOCOL *DevicePath,
415 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
453 // Check to see whether the handle has DevicePath Protocol installed
458 (VOID **) &DevicePath
462 for (Node = DevicePath; !IsDevicePathEnd (Node); Node = NextDevicePathNode (Node)) {
481 NewTerminalContext->DevicePath = DuplicateDevicePath (DevicePath);
488 NewMenuEntry->DisplayString = EfiLibStrFromDatahub (DevicePath);
490 NewMenuEntry->DisplayString = UiDevicePathToStr (DevicePath);
574 NewTerminalContext->DevicePath,
611 Update Com Ports attributes from DevicePath
613 @param DevicePath DevicePath that contains Com ports
620 EFI_DEVICE_PATH_PROTOCOL *DevicePath
633 Node = DevicePath;
675 SerialNode = NewTerminalContext->DevicePath;
746 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
760 DevicePath = NULL;
766 GetEfiGlobalVariable2 (L"ConIn", (VOID**)&DevicePath, NULL);
772 GetEfiGlobalVariable2 (L"ConOut", (VOID**)&DevicePath, NULL);
778 GetEfiGlobalVariable2 (L"ErrOut", (VOID**)&DevicePath, NULL);
810 NewConsoleContext->DevicePath = DuplicateDevicePath (DevicePathInst);
811 ASSERT (NewConsoleContext->DevicePath != NULL);
812 NewMenuEntry->DisplayString = EfiLibStrFromDatahub (NewConsoleContext->DevicePath);
814 NewMenuEntry->DisplayString = UiDevicePathToStr (NewConsoleContext->DevicePath);
826 NewConsoleContext->DevicePath,
832 DevicePath,
833 NewConsoleContext->DevicePath
883 Test whether DevicePath is a valid Terminal
886 @param DevicePath DevicePath to be checked
887 @param Termi If DevicePath is valid Terminal, terminal type is returned.
888 @param Com If DevicePath is valid Terminal, Com Port type is returned.
890 @retval TRUE If DevicePath point to a Terminal.
891 @retval FALSE If DevicePath does not point to a Terminal.
896 IN EFI_DEVICE_PATH_PROTOCOL *DevicePath,
912 for (Node = DevicePath; !IsDevicePathEnd (Node); Node = NextDevicePathNode (Node)) {
939 // check to see whether this devicepath