Home
last modified time | relevance | path

Searched defs:timespec (Results 1 – 10 of 10) sorted by relevance

/dflybsd-src/lib/libc/include/isc/
H A Dplatform.h31 struct timespec { struct
32 time_t tv_sec; /* seconds */
33 long tv_nsec; /* nanoseconds */
/dflybsd-src/sys/sys/
H A D_timespec.h42 struct timespec { struct
43 time_t tv_sec; /* seconds */
44 long tv_nsec; /* and nanoseconds */
/dflybsd-src/contrib/cvs-1.12/lib/
H A Dtimespec.h36 struct timespec struct
46 timespec_cmp (struct timespec a, struct timespec b) in timespec_cmp() argument
H A Dgetdate.c318 struct timespec timespec; member
/dflybsd-src/lib/libssh/openbsd-compat/
H A Dbsd-misc.h81 struct timespec { struct
89 int nanosleep(const struct timespec *, struct timespec *); argument
/dflybsd-src/usr.sbin/rtadvd/
H A Dtimer.c107 void (*update)(void *, struct timespec *), in rtadvd_add_timer()
/dflybsd-src/sys/kern/
H A Dkern_sched.c273 struct lwp *lp, struct timespec *timespec) in ksched_rr_get_interval()
/dflybsd-src/contrib/file/src/
H A Dcdf.h40 #define timespec timeval macro
44 #define timespec timeval macro
/dflybsd-src/crypto/openssh/
H A Dpacket.c1435 struct timespec timespec, *timespecp = NULL; in ssh_packet_read_seqnr() local
2131 struct timespec timespec, *timespecp = NULL; in ssh_packet_write_wait() local
H A Dssh-keygen.c1960 parse_cert_times(char *timespec) in parse_cert_times()