Searched refs:EFI_ISDST (Results 1 – 2 of 2) 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()
44 #define EFI_ISDST (EFI_TIME_ADJUST_DAYLIGHT|EFI_TIME_IN_DAYLIGHT) macro113 eft->daylight = wtime->tm_isdst ? EFI_ISDST: 0; in convert_to_efi_time()135 switch (eft->daylight & EFI_ISDST) { in convert_from_efi_time()136 case EFI_ISDST: in convert_from_efi_time()