Home
last modified time | relevance | path

Searched refs:STAT64 (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/sendmail/include/sm/
H A Dconf.h315 # define STAT64 1 macro
323 # define STAT64 1 macro
327 # define STAT64 0 macro
/freebsd/contrib/sendmail/src/
H A Dcollect.c1124 #if STAT64 > 0
1135 #if STAT64 > 0
H A Dutil.c1939 #if STAT64 > 0
1951 #if STAT64 > 0
/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c6059 #define STAT64(x) (((u64)STAT(x##_HI) << 32) | STAT(x##_LO)) in t4_tp_get_tcp_stats() macro
6065 v4->tcp_in_segs = STAT64(IN_SEG); in t4_tp_get_tcp_stats()
6066 v4->tcp_out_segs = STAT64(OUT_SEG); in t4_tp_get_tcp_stats()
6067 v4->tcp_retrans_segs = STAT64(RXT_SEG); in t4_tp_get_tcp_stats()
6073 v6->tcp_in_segs = STAT64(IN_SEG); in t4_tp_get_tcp_stats()
6074 v6->tcp_out_segs = STAT64(OUT_SEG); in t4_tp_get_tcp_stats()
6075 v6->tcp_retrans_segs = STAT64(RXT_SEG); in t4_tp_get_tcp_stats()
6077 #undef STAT64 in t4_tp_get_tcp_stats()