efigetsecs.c | 24 static EFI_EVENT getsecs_ev = 0; variable in typeref:typename:EFI_EVENT 69 if (getsecs_ev == 0) { 71 getsecs_notify_func, 0, &getsecs_ev); 74 status = uefi_call_wrapper(BS->SetTimer, 3, getsecs_ev, TimerPeriodic, 10000000); /* 1s in "100ns" units */
|