Searched refs:EFI_UNSPECIFIED_TIMEZONE (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DTimeDate.c442 if (TheTime.TimeZone == EFI_UNSPECIFIED_TIMEZONE) {
457 TheTime.TimeZone==EFI_UNSPECIFIED_TIMEZONE?L" ":(TheTime.TimeZone > 0?L"-":L"+"),
458 TheTime.TimeZone==EFI_UNSPECIFIED_TIMEZONE?0:(ABS(TheTime.TimeZone)) / 60,
463 if (TheTime.TimeZone == EFI_UNSPECIFIED_TIMEZONE) {
478 TheTime.TimeZone==EFI_UNSPECIFIED_TIMEZONE?L" ":(TheTime.TimeZone > 0?L"-":L"+"),
479 TheTime.TimeZone==EFI_UNSPECIFIED_TIMEZONE?0:(ABS(TheTime.TimeZone)) / 60,
512 if (!(Tz >= -1440 && Tz <= 1440) && Tz != EFI_UNSPECIFIED_TIMEZONE) {
793 if (TheTime.TimeZone != EFI_UNSPECIFIED_TIMEZONE) {
809 if (TheTime.TimeZone == EFI_UNSPECIFIED_TIMEZONE) {
821 TheTime.TimeZone==EFI_UNSPECIFIED_TIMEZONE
[all...]
H A DLs.c543 TheTime.TimeZone = EFI_UNSPECIFIED_TIMEZONE;
555 (INT16)(TheTime.TimeZone==EFI_UNSPECIFIED_TIMEZONE?0:TheTime.TimeZone)
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/
H A DTimeVals.h32 #define EFI_UNSPECIFIED_TIMEZONE 0x07FF macro
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/
H A DTimerWrapper.c95 (time_t)((Time.TimeZone != EFI_UNSPECIFIED_TIMEZONE) ? (Time.TimeZone * 60) : 0) +
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/
H A DPcRtc.c147 Global->SavedTimeZone = EFI_UNSPECIFIED_TIMEZONE;
195 Time.TimeZone = EFI_UNSPECIFIED_TIMEZONE;
214 Time.TimeZone = EFI_UNSPECIFIED_TIMEZONE;
854 (!(Time->TimeZone == EFI_UNSPECIFIED_TIMEZONE || (Time->TimeZone >= -1440 && Time->TimeZone <= 1440))) ||
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/
H A DUefiSpec.h61 #define EFI_UNSPECIFIED_TIMEZONE 0x07FF macro
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Uefi/
H A DUefiSpec.h62 #define EFI_UNSPECIFIED_TIMEZONE 0x07FF macro

Completed in 101 milliseconds