Home
last modified time | relevance | path

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

/freebsd/lib/libc/include/isc/
H A Dplatform.h32 struct timespec { struct
33 time_t tv_sec; /* seconds */
34 long tv_nsec; /* nanoseconds */
/freebsd/sys/sys/
H A D_timespec.h42 struct timespec { struct
43 time_t tv_sec; /* seconds */
44 long tv_nsec; /* and nanoseconds */
/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-misc.h85 struct timespec { struct
93 int nanosleep(const struct timespec *, struct timespec *); argument
/freebsd/contrib/netbsd-tests/lib/libc/gen/
H A Dt_sleep.c265 sleeptest(int (*test)(struct timespec *, struct timespec *), in sleeptest()
/freebsd/usr.sbin/rtadvd/
H A Dtimer.c106 void (*update)(void *, struct timespec *), in rtadvd_add_timer()
/freebsd/contrib/diff/src/
H A Dcontext.c27 # define TIMESPEC_NS(timespec) ((timespec).ST_MTIM_NSEC) argument
29 # define TIMESPEC_NS(timespec) 0 argument
/freebsd/sys/kern/
H A Dksched.c267 struct timespec *timespec) in ksched_rr_get_interval()
/freebsd/contrib/file/src/
H A Dcdf.h40 #define timespec timeval macro
44 #define timespec timeval macro
/freebsd/tests/atf_python/sys/netlink/
H A Dnetlink_generic.py232 class timespec(Structure): class
/freebsd/sys/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in53 class timespec(ctypes.Structure): class
/freebsd/crypto/openssh/
H A Dpacket.c1344 struct timespec timespec, *timespecp = NULL; in ssh_packet_read_seqnr() local
2041 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()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp87 #define TS2NS(timespec) \ argument