Home
last modified time | relevance | path

Searched defs:timeval (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/sys/
H A D_timeval.h47 struct timeval { struct
48 time_t tv_sec; /* seconds */
49 suseconds_t tv_usec; /* and microseconds */
/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-misc.h59 struct timeval { struct
65 int utimes(const char *, struct timeval *); argument
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DPlatform.h59 struct timeval { struct
60 long tv_sec;
61 long tv_usec;
/freebsd/sys/dev/speaker/
H A Dspkr.c230 int sustain, timeval, tempo; in playstring() local
/freebsd/contrib/diff/src/
H A Ddiff.c1010 struct timeval timeval; in set_mtime_to_now() local
/freebsd/contrib/ldns/
H A Dpacket.c600 ldns_pkt_set_timestamp(ldns_pkt *packet, struct timeval timeval) in ldns_pkt_set_timestamp()