Searched refs:EfiTime (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/efi/libefi/
H A Dtime.c173 EFI_TIME EfiTime; local
181 Status = RS->GetTime(&EfiTime, &Capabilities);
189 tp->tv_sec = efi_time( &EfiTime );
190 tp->tv_usec = 0; /* EfiTime.Nanosecond * 1000; */
198 EfiTime.TimeZone == EFI_UNSPECIFIED_TIMEZONE ? 0 : EfiTime.TimeZone;
203 EfiTime.Daylight & EFI_TIME_ADJUST_DAYLIGHT ? 1 : 0;

Completed in 83 milliseconds