Home
last modified time | relevance | path

Searched refs:lyear (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/efi/libefi/
H A Dtime.c109 int lyear, month; in to_efi_time() local
114 lyear = isleap(efi_time->Year); in to_efi_time()
116 seconds = CumulativeDays[lyear][month] * SECSPERDAY; in to_efi_time()
120 lyear = isleap(efi_time->Year); in to_efi_time()
121 seconds = CumulativeDays[lyear][month] * SECSPERDAY; in to_efi_time()
126 CumulativeDays[lyear][efi_time->Month] * SECSPERDAY) { in to_efi_time()
131 time -= CumulativeDays[lyear][month] * SECSPERDAY; in to_efi_time()