Searched refs:cur_oerrors (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/system_cmds-643.1.1/sar.tproj/
H A Dsar.h108 uint64_t cur_oerrors; member in struct:netstats_report
H A Dsar.c1882 nr->cur_oerrors = ns->net_oerrors;
1909 nr->prev_oerrors = nr->cur_oerrors ;
2176 while (nr_table[i].cur_oerrors < nr_table[i].prev_oerrors)
2177 nr_table[i].cur_oerrors += 0x100000000LL;
2179 nr_table[i].cur_oerrors -= nr_table[i].prev_oerrors;
2180 nr_table[i].prev_oerrors += nr_table[i].cur_oerrors;
2181 nr_table[i].avg_oerrors += nr_table[i].cur_oerrors;
2284 (nr_table[i].cur_oerrors / avg_interval));

Completed in 199 milliseconds