Searched refs:InpDevicePath (Results 1 – 3 of 3) sorted by relevance
327 EFI_DEVICE_PATH_PROTOCOL *InpDevicePath; in Var_UpdateAllConsoleOption() local332 InpDevicePath = EfiLibGetVariable (L"ConIn", &gEfiGlobalVariableGuid); in Var_UpdateAllConsoleOption()349 if (InpDevicePath != NULL) { in Var_UpdateAllConsoleOption()350 ChangeVariableDevicePath (InpDevicePath); in Var_UpdateAllConsoleOption()355 GetDevicePathSize (InpDevicePath), in Var_UpdateAllConsoleOption()356 InpDevicePath in Var_UpdateAllConsoleOption()
422 EFI_DEVICE_PATH_PROTOCOL *InpDevicePath; in LocateSerialIo() local546 InpDevicePath = EfiLibGetVariable (L"ConIn", &gEfiGlobalVariableGuid); in LocateSerialIo()552 if (InpDevicePath != NULL) { in LocateSerialIo()553 UpdateComAttributeFromVariable (InpDevicePath); in LocateSerialIo()597 if (BdsLibMatchDevicePaths (InpDevicePath, NewDevicePath)) { in LocateSerialIo()
419 EFI_DEVICE_PATH_PROTOCOL *InpDevicePath; in LocateSerialIo() local540 GetEfiGlobalVariable2 (L"ConIn", (VOID**)&InpDevicePath, NULL); in LocateSerialIo()546 if (InpDevicePath != NULL) { in LocateSerialIo()547 UpdateComAttributeFromVariable (InpDevicePath); in LocateSerialIo()595 if (MatchDevicePaths (InpDevicePath, NewDevicePath)) { in LocateSerialIo()