Searched refs:oldstat (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/usr.bin/systat/
H A Dtcp.c56 static struct tcpstat curstat, initstat, oldstat; variable in typeref:struct:
141 sub = &oldstat;
145 sub = &oldstat;
282 oldstat = initstat;
301 oldstat = initstat;
310 oldstat = curstat;
H A Dip.c64 static struct stat curstat, initstat, oldstat; variable in typeref:struct:
145 sub = &oldstat;
149 sub = &oldstat;
286 oldstat = initstat;
312 oldstat = initstat;
321 oldstat = curstat;
H A Dip6.c58 static struct ip6stat curstat, initstat, oldstat; variable in typeref:struct:
141 sub = &oldstat;
145 sub = &oldstat;
259 oldstat = initstat;
279 oldstat = initstat;
288 oldstat = curstat;
H A Dicmp.c56 static struct icmpstat icmpstat, initstat, oldstat; variable in typeref:struct:
136 sub = &oldstat;
140 sub = &oldstat;
238 oldstat = initstat;
257 oldstat = initstat;
266 oldstat = icmpstat;
H A Dicmp6.c55 static struct icmp6stat icmp6stat, initstat, oldstat; variable in typeref:struct:
136 sub = &oldstat;
140 sub = &oldstat;
236 oldstat = initstat;
255 oldstat = initstat;
264 oldstat = icmp6stat;
H A Dzarc.c53 } curstat, initstat, oldstat; variable in typeref:struct:zarcstats
115 delta->hits.stat = (curstat.hits.stat - oldstat.hits.stat); \
116 delta->misses.stat = (curstat.misses.stat - oldstat.misses.stat); \
174 curstat = oldstat = initstat;
234 oldstat = curstat;
H A Dsctp.c45 static struct sctpstat curstat, initstat, oldstat; variable in typeref:struct:
128 sub = &oldstat;
132 sub = &oldstat;
325 oldstat = initstat;
339 oldstat = initstat;
348 oldstat = curstat;

Completed in 83 milliseconds