Home
last modified time | relevance | path

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

/illumos-gate/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
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h320 # define STAT64 1 macro
328 # define STAT64 1 macro
332 # define STAT64 0 macro
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c5949 #define STAT64(x) (((u64)STAT(x##_HI) << 32) | STAT(x##_LO)) in t4_tp_get_tcp_stats() macro
5955 v4->tcp_in_segs = STAT64(IN_SEG); in t4_tp_get_tcp_stats()
5956 v4->tcp_out_segs = STAT64(OUT_SEG); in t4_tp_get_tcp_stats()
5957 v4->tcp_retrans_segs = STAT64(RXT_SEG); in t4_tp_get_tcp_stats()
5963 v6->tcp_in_segs = STAT64(IN_SEG); in t4_tp_get_tcp_stats()
5964 v6->tcp_out_segs = STAT64(OUT_SEG); in t4_tp_get_tcp_stats()
5965 v6->tcp_retrans_segs = STAT64(RXT_SEG); in t4_tp_get_tcp_stats()
5967 #undef STAT64 in t4_tp_get_tcp_stats()