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

/freebsd-11.0-release/usr.bin/systat/
H A Dicmp.c60 static struct icmpstat icmpstat, initstat, oldstat; variable in typeref:struct:
140 sub = &oldstat;
144 sub = &oldstat;
242 oldstat = initstat;
261 oldstat = initstat;
270 oldstat = icmpstat;
H A Dicmp6.c58 static struct icmp6stat icmp6stat, initstat, oldstat; variable in typeref:struct:
139 sub = &oldstat;
143 sub = &oldstat;
239 oldstat = initstat;
258 oldstat = initstat;
267 oldstat = icmp6stat;
H A Dip.c67 static struct stat curstat, initstat, oldstat; variable in typeref:struct:
148 sub = &oldstat;
152 sub = &oldstat;
289 oldstat = initstat;
315 oldstat = initstat;
324 oldstat = curstat;
H A Dip6.c61 static struct ip6stat curstat, initstat, oldstat; variable in typeref:struct:
144 sub = &oldstat;
148 sub = &oldstat;
260 oldstat = initstat;
280 oldstat = initstat;
289 oldstat = curstat;
H A Dtcp.c64 static struct tcpstat curstat, initstat, oldstat; variable in typeref:struct:
149 sub = &oldstat;
153 sub = &oldstat;
289 oldstat = initstat;
308 oldstat = initstat;
317 oldstat = curstat;
H A Dzarc.c55 } curstat, initstat, oldstat; variable in typeref:struct:zarcstats
108 delta->hits.stat = (curstat.hits.stat - oldstat.hits.stat); \
109 delta->misses.stat = (curstat.misses.stat - oldstat.misses.stat); \
167 curstat = oldstat = initstat;
219 oldstat = curstat;
H A Dsctp.c48 static struct sctpstat curstat, initstat, oldstat; variable in typeref:struct:
133 sub = &oldstat;
137 sub = &oldstat;
333 oldstat = initstat;
347 oldstat = initstat;
356 oldstat = curstat;

Completed in 101 milliseconds