HomeSort by: relevance | last modified time | path
    Searched defs:getsecs_ev (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/stand/efiboot/
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 */

Completed in 14 milliseconds