Searched refs:Daylight (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DTimeDate.c287 @param[in] Daylight The value to set for Daylight.
298 IN CONST UINT8 Daylight
310 if (Daylight != 0xFF &&((Daylight & (EFI_TIME_IN_DAYLIGHT|EFI_TIME_ADJUST_DAYLIGHT)) != Daylight)) {
353 if (Daylight != 0xFF) {
354 TheTime.Daylight = Daylight;
386 UINT8 Daylight; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/
H A DTimeEfi.c42 BT->tm_daylight = ET->Daylight;
81 ET->Daylight = (UINT8)BT->tm_daylight;
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/
H A DPcRtc.c148 Global->Daylight = 0;
155 // Get the Time/Date/Daylight Savings values.
180 // Get the data of Daylight saving and time zone, if they have been
193 Time.Daylight = (UINT8) (TimerVar >> 16);
196 Time.Daylight = 0;
215 Time.Daylight = 0;
283 // Get the Time/Date/Daylight Savings values.
302 // Get the variable that contains the TimeZone and Daylight fields
305 Time->Daylight = Global->Daylight;
[all...]
H A DPcRtc.h40 UINT8 Daylight; member in struct:__anon12649
101 UINT8 Dse : 1; // 0 - Daylight saving disabled 1 - Daylight savings enabled
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BasePrintLib/
H A DPrintLibInternal.h51 UINT8 Daylight; member in struct:__anon12453
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Common/
H A DUefiBaseTypes.h70 UINT8 Daylight; member in struct:__anon10052
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/
H A DUefiBaseType.h80 UINT8 Daylight; member in struct:__anon12393
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Uefi/
H A DUefiBaseType.h82 UINT8 Daylight; member in struct:__anon15669
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxePrintLibPrint2Protocol/
H A DPrintLib.c960 UINT8 Daylight; member in struct:__anon11084
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/RuntimeDxe/
H A DAuthService.c1885 // Verify that Pad1, Nanosecond, TimeZone, Daylight and Pad2 components of the
1891 (CertData->TimeStamp.Daylight != 0) ||
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigImpl.c177 Time.Daylight = 0;

Completed in 133 milliseconds