HomeSort by relevance Sort by last modified time
    Searched refs:Daylight (Results 1 - 25 of 29) sorted by null

1 2

  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/PL031RealTimeClockLib/
PL031RealTimeClockLib.c 260 UINT8 Daylight;
346 // Get the current daylight information from non-volatile storage
347 Size = sizeof (Daylight);
353 (VOID *)&Daylight
363 // The daylight variable does not exist in non-volatile storage, so create it.
364 Time->Daylight = 0;
371 (VOID *)&(Time->Daylight)
383 // Got the daylight information
384 Time->Daylight = Daylight;
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
TimeEfi.c 42 BT->tm_daylight = ET->Daylight;
81 ET->Daylight = (UINT8)BT->tm_daylight;
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
TimeDate.c 297 @param[in] Daylight The value to set for Daylight.
308 IN CONST UINT8 Daylight
320 if (Daylight != 0xFF &&((Daylight & (EFI_TIME_IN_DAYLIGHT|EFI_TIME_ADJUST_DAYLIGHT)) != Daylight)) {
380 if (Daylight != 0xFF) {
381 TheTime.Daylight = Daylight;
412 UINT8 Daylight;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePrintLib/
PrintLibInternal.h 58 UINT8 Daylight;
  /device/linaro/bootloader/edk2/Nt32Pkg/RealTimeClockRuntimeDxe/
RealTimeClock.c 110 Time->Daylight = 0;
112 Time->Daylight = (UINT8) TimeZone.StandardDate.wMonth;
160 // Set Daylight savings time information and Time Zone
163 TimeZone.StandardDate.wMonth = Time->Daylight;
323 (Time->Daylight & (~(EFI_TIME_ADJUST_DAYLIGHT | EFI_TIME_IN_DAYLIGHT)))
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/
PcRtc.c 149 Global->Daylight = 0;
156 // 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;
222 Time.Daylight = 0;
235 // Global variable has already had valid SavedTimeZone and Daylight,
255 Time.Daylight = Global->Daylight;;
374 // Get the Time/Date/Daylight Savings values.
    [all...]
PcRtc.h 42 UINT8 Daylight;
104 UINT8 Dse : 1; // 0 - Daylight saving disabled 1 - Daylight savings enabled
  /device/linaro/bootloader/edk2/MdePkg/Library/BasePrintLib/
PrintLibInternal.h 52 UINT8 Daylight;
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
Rtc.c 148 EfiTime.Daylight = 1;
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/HalRuntimeServicesExampleLib/
Rtc.c 24 UINT8 Daylight;
85 UINT8 DSE : 1; // 0 - Daylight saving disabled 1 - Daylight savings enabled
228 // Set the Time/Date/Daylight Savings values.
275 (Time->Daylight & (~(EFI_TIME_ADJUST_DAYLIGHT |
364 Time->Daylight = 0;
439 // Get the Time/Date/Daylight Savings values.
464 // Get the variable that containts the TimeZone and Daylight fields
467 Time->Daylight = mRtc.Daylight;
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
UefiBaseTypes.h 68 UINT8 Daylight;
  /device/linaro/bootloader/edk2/EmulatorPkg/RealTimeClockRuntimeDxe/
RealTimeClock.c 261 (Time->Daylight & (~(EFI_TIME_ADJUST_DAYLIGHT | EFI_TIME_IN_DAYLIGHT)))
  /external/syslinux/efi32/include/efi/
efidef.h 87 UINT8 Daylight;
91 // Bit definitions for EFI_TIME.Daylight
  /external/syslinux/efi64/include/efi/
efidef.h 87 UINT8 Daylight;
91 // Bit definitions for EFI_TIME.Daylight
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efidef.h 87 UINT8 Daylight;
91 // Bit definitions for EFI_TIME.Daylight
  /external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
UefiBaseType.h 72 UINT8 Daylight;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiTypes.h 147 UINT8 Daylight;
152 // Bit definitions for EFI_TIME.Daylight
  /device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiBaseType.h 82 UINT8 Daylight;
  /device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/Library/RealTimeClockLib/
RealTimeClockLib.c 100 Time->Daylight = EFI_TIME_ADJUST_DAYLIGHT;
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
EmuThunk.c 373 Time->Daylight = (daylight ? EFI_TIME_ADJUST_DAYLIGHT : 0)
437 // timezone and daylight lib globals depend on tzset be called 1st.
PosixFileSystem.c 230 Time->Daylight = (daylight ? EFI_TIME_ADJUST_DAYLIGHT : 0) | (tm->tm_isdst > 0 ? EFI_TIME_IN_DAYLIGHT : 0);
    [all...]
  /device/linaro/bootloader/edk2/Omap35xxPkg/Library/RealTimeClockLib/
RealTimeClockLib.c 100 Time->Daylight = EFI_TIME_ADJUST_DAYLIGHT;
  /prebuilts/go/darwin-x86/src/time/
zoneinfo.go 40 isDST bool // is this zone Daylight Savings Time?
109 // the daylight savings is being observed at that time.
179 // transition is to a zone in daylight time, find the first
180 // non-daylight-time zone before and closest to the first transition
182 // 3) Otherwise, use the first zone that is not daylight time, if
230 // and daylight-savings time are abbreviated "EST". Using the
  /prebuilts/go/linux-x86/src/time/
zoneinfo.go 40 isDST bool // is this zone Daylight Savings Time?
109 // the daylight savings is being observed at that time.
179 // transition is to a zone in daylight time, find the first
180 // non-daylight-time zone before and closest to the first transition
182 // 3) Otherwise, use the first zone that is not daylight time, if
230 // and daylight-savings time are abbreviated "EST". Using the
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxePrintLibPrint2Protocol/
PrintLib.c     [all...]

Completed in 3897 milliseconds

1 2