Home
last modified time | relevance | path

Searched refs:EFI_UNSPECIFIED_TIMEZONE (Results 1 – 14 of 14) sorted by relevance

/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/PL031RealTimeClockLib/
DPL031RealTimeClockLib.c312 Time->TimeZone = EFI_UNSPECIFIED_TIMEZONE; in LibGetTime()
336 && (Time->TimeZone != EFI_UNSPECIFIED_TIMEZONE)) { in LibGetTime()
337 Time->TimeZone = EFI_UNSPECIFIED_TIMEZONE; in LibGetTime()
341 if (Time->TimeZone != EFI_UNSPECIFIED_TIMEZONE) { in LibGetTime()
440 …(!((Time->TimeZone == EFI_UNSPECIFIED_TIMEZONE) || ((Time->TimeZone >= -1440) && (Time->TimeZone <… in LibSetTime()
467 if (Time->TimeZone != EFI_UNSPECIFIED_TIMEZONE) { in LibSetTime()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DTimeDate.c376 } else if (Tz == EFI_UNSPECIFIED_TIMEZONE) { in CheckAndSetTime()
470 if (TheTime.TimeZone == EFI_UNSPECIFIED_TIMEZONE) { in ShellCommandRunTime()
476 if (TheTime.TimeZone != EFI_UNSPECIFIED_TIMEZONE) { in ShellCommandRunTime()
504 if (TheTime.TimeZone == EFI_UNSPECIFIED_TIMEZONE) { in ShellCommandRunTime()
557 Tz = EFI_UNSPECIFIED_TIMEZONE; in ShellCommandRunTime()
583 if (!(Tz >= -1440 && Tz <= 1440) && Tz != EFI_UNSPECIFIED_TIMEZONE) { in ShellCommandRunTime()
690 {EFI_UNSPECIFIED_TIMEZONE, STRING_TOKEN (STR_TIMEZONE_LOCAL)}
727 TheTime.TimeZone = EFI_UNSPECIFIED_TIMEZONE; in CheckAndSetTimeZone()
891 if (TheTime.TimeZone != EFI_UNSPECIFIED_TIMEZONE) { in ShellCommandRunTimeZone()
DLs.c720 TheTime.TimeZone = EFI_UNSPECIFIED_TIMEZONE; in ShellCommandRunLs()
/device/linaro/bootloader/edk2/StdLib/LibC/Time/
DTimeVals.h32 #define EFI_UNSPECIFIED_TIMEZONE 0x07FF macro
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
DRtc.c147 EfiTime.TimeZone = EFI_UNSPECIFIED_TIMEZONE; in AdjustDefaultRtcTimeCallback()
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/
DTimerWrapper.c95 (time_t)((Time.TimeZone != EFI_UNSPECIFIED_TIMEZONE) ? (Time.TimeZone * 60) : 0) + in time()
/device/linaro/bootloader/edk2/EmulatorPkg/RealTimeClockRuntimeDxe/
DRealTimeClock.c260 …(!(Time->TimeZone == EFI_UNSPECIFIED_TIMEZONE || (Time->TimeZone >= -1440 && Time->TimeZone <= 144… in RtcTimeFieldsValid()
/device/linaro/bootloader/edk2/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/
DPcRtc.c148 Global->SavedTimeZone = EFI_UNSPECIFIED_TIMEZONE; in PcRtcInit()
195 Time.TimeZone = EFI_UNSPECIFIED_TIMEZONE; in PcRtcInit()
221 Time.TimeZone = EFI_UNSPECIFIED_TIMEZONE; in PcRtcInit()
969 …(!(Time->TimeZone == EFI_UNSPECIFIED_TIMEZONE || (Time->TimeZone >= -1440 && Time->TimeZone <= 144… in RtcTimeFieldsValid()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
DEfiTypes.h160 #define EFI_UNSPECIFIED_TIMEZONE 0x07FF macro
/device/linaro/bootloader/edk2/Nt32Pkg/RealTimeClockRuntimeDxe/
DRealTimeClock.c322 …(!(Time->TimeZone == EFI_UNSPECIFIED_TIMEZONE || (Time->TimeZone >= -1440 && Time->TimeZone <= 144… in RtcTimeFieldsValid()
/device/linaro/bootloader/edk2/Omap35xxPkg/Library/RealTimeClockLib/
DRealTimeClockLib.c31 INT16 TimeZone = EFI_UNSPECIFIED_TIMEZONE;
/device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/Library/RealTimeClockLib/
DRealTimeClockLib.c31 INT16 TimeZone = EFI_UNSPECIFIED_TIMEZONE;
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/HalRuntimeServicesExampleLib/
DRtc.c272 ((Time->TimeZone != EFI_UNSPECIFIED_TIMEZONE) && in RtcTimeFieldsValid()
363 Time->TimeZone = EFI_UNSPECIFIED_TIMEZONE; in ConvertRtcTimeToEfiTime()
/device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
DUefiSpec.h61 #define EFI_UNSPECIFIED_TIMEZONE 0x07FF macro