Searched refs:ts_sec (Results 1 – 9 of 9) sorted by relevance
45 typedef decltype(ts.tv_sec) ts_sec; in wait() 46 constexpr ts_sec ts_sec_max = numeric_limits<ts_sec>::max(); in wait() 48 ts.tv_sec = static_cast<ts_sec>(s.count()); in wait() 63 typedef decltype(ts.tv_sec) ts_sec; __do_timed_wait() typedef
88 int64_t ts_sec; member113 int64_t ts_sec; member
82 nd_int64_t ts_sec; member107 nd_int64_t ts_sec; member
227 nd_uint32_t ts_sec; member
100 uint32_t ts_sec; member497 tv.tv_sec = hdr->ts_sec; in print_apacket()589 temp.ts_sec = htole32(hdr->bh_tstamp.tv_sec); in fix_packets()627 temp.ts_sec = le32toh(hdr32->ts_sec); in print_packets()
277 uhdr->ts_sec = SWAPLL(uhdr->ts_sec); in swap_linux_usb_header()
732 pkth.ts.tv_sec = (time_t)info.hdr->ts_sec; in usb_read_linux_bin()920 pkth.ts.tv_sec = (time_t)hdr->ts_sec; in usb_read_linux_mmap()
155 if (gmtime_r(&ts->ts_sec, &tm) == NULL) { in cdf_timespec_to_timestamp()
206 uint32_t ts_sec; /* seconds from epoch */ member