Home
last modified time | relevance | path

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

/dragonfly/lib/libc/include/isc/
H A Dplatform.h31 struct timespec { struct
32 time_t tv_sec; /* seconds */
33 long tv_nsec; /* nanoseconds */
/dragonfly/sys/sys/
H A D_timespec.h42 struct timespec { struct
43 time_t tv_sec; /* seconds */
44 long tv_nsec; /* and nanoseconds */
/dragonfly/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
/dragonfly/lib/libssh/openbsd-compat/
H A Dbsd-misc.h81 struct timespec { struct
89 int nanosleep(const struct timespec *, struct timespec *); argument
/dragonfly/gnu/usr.bin/diff/libdiffutils/
H A Dtime.h544 # define timespec rpl_timespec macro
545 struct timespec struct
550 # define GNULIB_defined_struct_timespec 1 argument
/dragonfly/usr.sbin/rtadvd/
H A Dtimer.c107 void (*update)(void *, struct timespec *), in rtadvd_add_timer()
/dragonfly/sys/kern/
H A Dkern_sched.c273 struct lwp *lp, struct timespec *timespec) in ksched_rr_get_interval()
/dragonfly/contrib/file/src/
H A Dcdf.h40 #define timespec timeval macro
44 #define timespec timeval macro
/dragonfly/crypto/openssh/
H A Dpacket.c1331 struct timespec timespec, *timespecp = NULL; in ssh_packet_read_seqnr() local
2008 struct timespec timespec, *timespecp = NULL; in ssh_packet_write_wait() local
H A Dssh-keygen.c1935 parse_cert_times(char *timespec) in parse_cert_times()