Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sendmail/src/
H A Dcollect.c959 #if STAT64 > 0
970 #if STAT64 > 0
H A Dutil.c1795 #if STAT64 > 0
1807 #if STAT64 > 0
/titanic_50/usr/src/cmd/sendmail/include/sm/
H A Dconf.h320 # define STAT64 1 macro
328 # define STAT64 1 macro
332 # define STAT64 0 macro
/titanic_50/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c2770 #define STAT64(x) (((u64)STAT(x##_HI) << 32) | STAT(x##_LO)) in t4_tp_get_tcp_stats() macro
2776 v4->tcpInSegs = STAT64(IN_SEG); in t4_tp_get_tcp_stats()
2777 v4->tcpOutSegs = STAT64(OUT_SEG); in t4_tp_get_tcp_stats()
2778 v4->tcpRetransSegs = STAT64(RXT_SEG); in t4_tp_get_tcp_stats()
2784 v6->tcpInSegs = STAT64(IN_SEG); in t4_tp_get_tcp_stats()
2785 v6->tcpOutSegs = STAT64(OUT_SEG); in t4_tp_get_tcp_stats()
2786 v6->tcpRetransSegs = STAT64(RXT_SEG); in t4_tp_get_tcp_stats()
2788 #undef STAT64 in t4_tp_get_tcp_stats()