Searched defs:timespec (Results 1 – 10 of 10) sorted by relevance
31 struct timespec { struct32 time_t tv_sec; /* seconds */33 long tv_nsec; /* nanoseconds */
42 struct timespec { struct43 time_t tv_sec; /* seconds */44 long tv_nsec; /* and nanoseconds */
36 struct timespec struct46 timespec_cmp (struct timespec a, struct timespec b) in timespec_cmp() argument
318 struct timespec timespec; member
81 struct timespec { struct89 int nanosleep(const struct timespec *, struct timespec *); argument
107 void (*update)(void *, struct timespec *), in rtadvd_add_timer()
273 struct lwp *lp, struct timespec *timespec) in ksched_rr_get_interval()
40 #define timespec timeval macro44 #define timespec timeval macro
1435 struct timespec timespec, *timespecp = NULL; in ssh_packet_read_seqnr() local2131 struct timespec timespec, *timespecp = NULL; in ssh_packet_write_wait() local
1960 parse_cert_times(char *timespec) in parse_cert_times()