Home | History | Annotate | Download | only in BootMaintenanceManagerUiLib

Lines Matching full:node1

120   EFI_DEVICE_PATH_PROTOCOL  *Node1;

169 Node1 = NewTerminalContext->DevicePath;
170 Node1 = NextDevicePathNode (Node1);
171 while (!IsDevicePathEnd (Node1)) {
172 if ((DevicePathType (Node1) == MESSAGING_DEVICE_PATH) && (DevicePathSubType (Node1) == MSG_UART_DP)) {
173 Uart1 = (UART_DEVICE_PATH *) Node1;
202 Node1 = NextDevicePathNode (Node1);