Home
last modified time | relevance | path

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

/openbsd/sys/arch/arm64/dev/
H A Defi_machdep.c153 status = sc->sc_rs->GetTime(&time, NULL); in efi_attach()
299 status = sc->sc_rs->GetTime(&time, NULL); in efi_gettime()
/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DDNBTimer.h63 void GetTime(uint64_t &sec, uint32_t &usec) const { in GetTime() function
H A DChangeLog415 (DNBTimer::GetTime): Ditto.
/openbsd/sys/dev/efi/
H A Defi.h151 EFI_GET_TIME GetTime; member
/openbsd/sys/stand/efi/include/
H A Defiapi.h688 EFI_GET_TIME GetTime; member
/openbsd/sys/arch/amd64/stand/efiboot/
H A Defiboot.c1058 ST->RuntimeServices->GetTime(&t, NULL); in getsecs()