Searched refs:suseconds_t (Results 1 – 16 of 16) sorted by relevance
/freebsd/sys/sys/ |
H A D | _timeval.h | 35 typedef __suseconds_t suseconds_t; typedef 49 suseconds_t tv_usec; /* and microseconds */
|
H A D | types.h | 208 typedef __suseconds_t suseconds_t; /* microseconds (signed) */ typedef
|
/freebsd/contrib/libpcap/pcap/ |
H A D | socket.h | 75 typedef long suseconds_t; typedef
|
/freebsd/contrib/libarchive/test_utils/ |
H A D | test_common.h | 52 #define suseconds_t long macro 319 int assertion_utimes(const char *, int, const char *, time_t, suseconds_t, time_t, suseconds_t);
|
H A D | test_main.c | 2101 time_t at, suseconds_t at_nsec, time_t mt, suseconds_t mt_nsec) in assertion_utimes()
|
/freebsd/usr.sbin/syslogd/ |
H A D | syslogd.h | 88 suseconds_t usec;
|
H A D | syslogd.c | 1939 suseconds_t usec; in fprintlog_rfc5424()
|
/freebsd/contrib/kyua/utils/ |
H A D | datetime.cpp | 298 data.tv_usec = static_cast< suseconds_t >(value % 1000000); in from_microseconds() 354 data.tv_usec = static_cast< suseconds_t >(microsecond); in from_values()
|
/freebsd/bin/pwait/ |
H A D | pwait.c | 106 (suseconds_t)(timeout * 1000000UL); in main()
|
/freebsd/bin/timeout/ |
H A D | timeout.c | 170 tim.it_value.tv_usec = (suseconds_t)(iv * 1000000UL); in set_interval()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
H A D | xattrtest.c | 317 timeval_normalize(struct timeval *tv, time_t sec, suseconds_t usec) in timeval_normalize()
|
/freebsd/sys/dev/acpica/Osd/ |
H A D | OsdSynch.c | 57 tv.tv_usec = (suseconds_t)(Timeout % 1000) * 1000; in timeout2hz()
|
/freebsd/contrib/libpcap/ |
H A D | pcap-dpdk.c | 270 cur_time.tv_usec = (suseconds_t)((cycles%helper->hz)*1e6/helper->hz); in calculate_timestamp()
|
H A D | pcap-bpf.c | 1410 pkthdr.ts.tv_usec = (suseconds_t)bhp->bh_tstamp.tv_usec; in pcap_read_bpf()
|
H A D | pcap-rpcap.c | 408 tv.tv_usec = (suseconds_t)((p->opt.timeout - tv.tv_sec * 1000) * 1000); in pcap_read_nocb_remote()
|
/freebsd/sys/contrib/rdma/krping/ |
H A D | krping.c | 1598 suseconds_t usec; in krping_rlat_test_client()
|