Searched refs:OutDevicePath (Results 1 – 3 of 3) sorted by relevance
326 EFI_DEVICE_PATH_PROTOCOL *OutDevicePath; in Var_UpdateAllConsoleOption() local331 OutDevicePath = EfiLibGetVariable (L"ConOut", &gEfiGlobalVariableGuid); in Var_UpdateAllConsoleOption()334 if (OutDevicePath != NULL) { in Var_UpdateAllConsoleOption()335 ChangeVariableDevicePath (OutDevicePath); in Var_UpdateAllConsoleOption()340 GetDevicePathSize (OutDevicePath), in Var_UpdateAllConsoleOption()341 OutDevicePath in Var_UpdateAllConsoleOption()
421 EFI_DEVICE_PATH_PROTOCOL *OutDevicePath; in LocateSerialIo() local545 OutDevicePath = EfiLibGetVariable (L"ConOut", &gEfiGlobalVariableGuid); in LocateSerialIo()548 if (OutDevicePath != NULL) { in LocateSerialIo()549 UpdateComAttributeFromVariable (OutDevicePath); in LocateSerialIo()592 if (BdsLibMatchDevicePaths (OutDevicePath, NewDevicePath)) { in LocateSerialIo()
418 EFI_DEVICE_PATH_PROTOCOL *OutDevicePath; in LocateSerialIo() local539 GetEfiGlobalVariable2 (L"ConOut", (VOID**)&OutDevicePath, NULL); in LocateSerialIo()542 if (OutDevicePath != NULL) { in LocateSerialIo()543 UpdateComAttributeFromVariable (OutDevicePath); in LocateSerialIo()590 if (MatchDevicePaths (OutDevicePath, NewDevicePath)) { in LocateSerialIo()