Home
last modified time | relevance | path

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

/freebsd/stand/kboot/kboot/
H A Dmain.c479 host_gettimeofday(&tvi, NULL); in delay()
482 host_gettimeofday(&tv, NULL); in delay()
491 host_gettimeofday(&tv, NULL); in getsecs()
/freebsd/stand/kboot/include/
H A Dhost_syscall.h167 int host_gettimeofday(struct host_timeval *a, void *b);
/freebsd/stand/kboot/libkboot/
H A Dhost_syscalls.c58 host_gettimeofday(struct host_timeval *a, void *b) in host_gettimeofday() function