Searched refs:EFI_ISDST (Results 1 – 2 of 2) sorted by relevance
26 #define EFI_ISDST (EFI_TIME_ADJUST_DAYLIGHT|EFI_TIME_IN_DAYLIGHT) macro67 eft->daylight = wtime->tm_isdst ? EFI_ISDST : 0; in convert_to_efi_time()106 switch (eft->daylight & EFI_ISDST) { in convert_from_efi_time()107 case EFI_ISDST: in convert_from_efi_time()
43 #define EFI_ISDST (EFI_TIME_ADJUST_DAYLIGHT|EFI_TIME_IN_DAYLIGHT) macro112 eft->daylight = wtime->tm_isdst ? EFI_ISDST: 0; in convert_to_efi_time()134 switch (eft->daylight & EFI_ISDST) { in convert_from_efi_time()135 case EFI_ISDST: in convert_from_efi_time()