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

/freebsd-10.0-release/contrib/sendmail/src/
H A Dcollect.c978 #if STAT64 > 0
980 #else /* STAT64 > 0 */
982 #endif /* STAT64 > 0 */
989 #if STAT64 > 0
991 #else /* STAT64 > 0 */
993 #endif /* STAT64 > 0 */
H A Dutil.c1794 #if STAT64 > 0
1796 #else /* STAT64 > 0 */
1798 #endif /* STAT64 > 0 */
1806 #if STAT64 > 0
1808 #else /* STAT64 > 0 */
1810 #endif /* STAT64 > 0 */
/freebsd-10.0-release/contrib/sendmail/include/sm/
H A Dconf.h315 # define STAT64 1 macro
323 # define STAT64 1 macro
327 # define STAT64 0 macro
/freebsd-10.0-release/sys/dev/cxgbe/common/
H A Dt4_hw.c3138 #define STAT64(x) (((u64)STAT(x##_HI) << 32) | STAT(x##_LO)) macro
3144 v4->tcpInSegs = STAT64(IN_SEG);
3145 v4->tcpOutSegs = STAT64(OUT_SEG);
3146 v4->tcpRetransSegs = STAT64(RXT_SEG);
3152 v6->tcpInSegs = STAT64(IN_SEG);
3153 v6->tcpOutSegs = STAT64(OUT_SEG);
3154 v6->tcpRetransSegs = STAT64(RXT_SEG);
3156 #undef STAT64 macro

Completed in 112 milliseconds