Searched refs:cnts (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dser-go32.c153 static int cnts[NCNT]; variable
165 #define COUNT(x) cnts[x]++
807 cnts[CNT_TX] += cnt;
891 if (cnts[i])
892 printf_filtered ("%s:\t%d\n", cntnames[i], cnts[i]);
/freebsd-9.3-release/sys/contrib/altq/altq/
H A Daltq_cdnr.h187 struct pktcntr cnts[TCACODE_MAX+1]; member in struct:cdnr_get_stats
H A Daltq_cdnr.c1140 bcopy(top->tc_cnts, ap->cnts, sizeof(ap->cnts));
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_log.c134 unsigned long cnts; local
142 cnts = ((unsigned long)tic->t_ocnt) | ((unsigned long)tic->t_cnt) << 8;
158 (void *)cnts,
H A Dxfsidbg.c6554 unsigned long cnts,t_ocnt, t_cnt; local
6568 /* split cnts into two parts: cnt and ocnt */
6569 cnts = (unsigned long)ktep->val[13];
6570 t_ocnt = 0xff & cnts;
6571 t_cnt = cnts >> 8;

Completed in 154 milliseconds