Searched refs:ts_sec (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dcondition_variable.cpp62 typedef decltype(ts.tv_sec) ts_sec; typedef
63 _LIBCPP_CONSTEXPR ts_sec ts_sec_max = numeric_limits<ts_sec>::max();
66 ts.tv_sec = static_cast<ts_sec>(s.count());
/freebsd-11-stable/contrib/libpcap/pcap/
H A Dusb.h88 int64_t ts_sec; member in struct:_usb_header
113 int64_t ts_sec; member in struct:_usb_header_mmapped
/freebsd-11-stable/contrib/file/src/
H A Dcdf_time.c155 if (gmtime_r(&ts->ts_sec, &tm) == NULL) {
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-common.c1383 offset += 8; /* skip past ts_sec */
1386 uhdr->ts_sec = SWAPLL(uhdr->ts_sec);
H A Dpcap-usb-linux.c888 uhdr->ts_sec = pkth.ts.tv_sec;
1211 pkth.ts.tv_sec = info.hdr->ts_sec;
1326 pkth.ts.tv_sec = hdr->ts_sec;
/freebsd-11-stable/usr.sbin/usbdump/
H A Dusbdump.c102 uint32_t ts_sec; member in struct:header_32
499 tv.tv_sec = hdr->ts_sec;
591 temp.ts_sec = htole32(hdr->bh_tstamp.tv_sec);
629 temp.ts_sec = le32toh(hdr32->ts_sec);
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-sctp.c229 uint32_t ts_sec; member in struct:sctpTimeStamp

Completed in 104 milliseconds