/src/usr.sbin/tprof/ |
tprof_analyze.c | 65 unsigned int ncount[TPROF_MAXCOUNTERS]; /* count per event */ member in struct:addr 257 a->ncount[c] = 1; 268 o->ncount[c]++; 330 printf(" %8u", a->ncount[c]);
|
/src/usr.sbin/mrinfo/ |
mrinfo.c | 208 int ncount; local in function:accept_neighbors 214 ncount = *p++; 215 while (--ncount >= 0) { 247 int ncount; local in function:accept_neighbors2 254 ncount = *p++; 255 if (broken_cisco && ncount == 0) /* dumb Ciscos */ 256 ncount = 1; 257 if (broken_cisco && ncount > 15) /* dumb Ciscos */ 258 ncount = ncount & 0xf [all...] |
/src/usr.sbin/mrouted/ |
vif.c | 693 u_char *p, *ncount; local in function:accept_neighbor_request 738 ncount = 0; 743 if (datalen + (ncount == 0 ? 4 + 3 + 4 : 4) > MAX_DVMRP_DATA_LEN) { 748 ncount = 0; 752 if (ncount == 0) { 756 ncount = p; 763 (*ncount)++; 780 u_char *p, *ncount; local in function:accept_neighbor_request2 830 ncount = 0; 857 if (datalen + (ncount == 0 ? 4+4+4 : 4) > MAX_DVMRP_DATA_LEN) [all...] |
/src/usr.sbin/map-mbone/ |
mapper.c | 310 u_char metric, threshold, ncount; local in function:accept_neighbors 325 ncount = *p++; 387 while (ncount--) { 445 u_char metric, threshold, ncount, flags; local in function:accept_neighbors2 461 ncount = *p++; 464 if (broken_cisco && ncount == 0) /* dumb Ciscos */ 465 ncount = 1; 466 if (broken_cisco && ncount > 15) /* dumb Ciscos */ 467 ncount = ncount & 0xf [all...] |
/src/sys/kern/ |
kern_tc.c | 918 u_int delta, ncount, ogen; local in function:tc_windup 946 ncount = timecounter->tc_get_timecount(timecounter); 948 ncount = 0; 999 th->th_offset_count = ncount;
|