Searched refs:ncount (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/tcpdump/
H A Dprint-dvmrp.c260 register int ncount; local
268 ncount = *bp++;
270 while (--ncount >= 0) {
292 register int ncount; local
303 ncount = *bp++;
305 while (--ncount >= 0 && (len >= 4) && (bp + 4) <= ep) {
323 if (ncount != -1) {
/freebsd-11-stable/tools/tools/netrate/httpd/
H A Dhttpd.c106 int i, ncount; local
109 ncount = 0;
121 ncount++;
128 ncount = 0;
131 if (ncount == 2)
/freebsd-11-stable/lib/libusbhid/
H A Dparse.c67 uint8_t ncount; /* end usage item count */ member in struct:hid_data
227 if (s->icount < s->ncount) {
258 s->ncount = 0;
324 s->ncount = 255;
326 s->ncount = c->report_count;
336 s->ncount = 1;
/freebsd-11-stable/sys/dev/usb/
H A Dusb_hid.c93 uint32_t ncount; /* end usage item count */ member in struct:hid_data
258 if (s->icount < s->ncount) {
290 s->ncount = 0;
361 s->ncount = MAXLOCCNT;
363 s->ncount = c->loc.count;
371 s->ncount = 1;
/freebsd-11-stable/sys/vm/
H A Dvnode_pager.c1178 int count, error, i, maxsize, ncount, pgoff, ppscheck; local
1198 ncount = count;
1224 ncount = btoc(maxsize);
1234 m = ma[ncount - 1];
1244 ncount = 0;
1246 for (i = ncount; i < count; i++)
1342 for (; i < ncount; i++)
/freebsd-11-stable/sys/kern/
H A Dkern_tc.c168 u_int ncount; local
171 ncount = tc->tc_get_timecount(tc);
172 return (sysctl_handle_int(oidp, &ncount, 0, req));
1342 u_int delta, ncount, ogen; local
1371 ncount = timecounter->tc_get_timecount(timecounter);
1373 ncount = 0;
1436 th->th_offset_count = ncount;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vnops.c4652 int ncount; local
4662 ncount = pcount;
4682 ncount = btoc(len);
4690 m = ma[ncount - 1];
4699 ncount = 0;
4701 if (ncount < pcount) {
4702 for (i = ncount; i < pcount; i++) {
4709 if (ncount == 0)
4757 for (i = 0; i < ncount; i++) {
4763 PCPU_ADD(cnt.v_vnodepgsout, ncount);
[all...]
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_sge.c246 static void sge_timer_reclaim(void *arg, int ncount);
247 static void sge_txq_reclaim_handler(void *arg, int ncount);
916 sge_slow_intr_handler(void *arg, int ncount) argument
1048 sge_txq_reclaim_handler(void *arg, int ncount) argument
1058 sge_timer_reclaim(void *arg, int ncount) argument

Completed in 214 milliseconds