Searched refs:EFI_ISDST (Results 1 – 1 of 1) sorted by relevance
21 #define EFI_ISDST (EFI_TIME_ADJUST_DAYLIGHT|EFI_TIME_IN_DAYLIGHT) macro62 eft->daylight = wtime->tm_isdst ? EFI_ISDST : 0; in convert_to_efi_time()101 switch (eft->daylight & EFI_ISDST) { in convert_from_efi_time()102 case EFI_ISDST: in convert_from_efi_time()