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

/freebsd-current/usr.sbin/spi/
H A Dspi.c82 static void verbose_dump_buffer(void *pbuf, int icount, int lsb);
722 int err, idx, icount; local
727 icount = popt->count;
730 if (icount <= 0) {
734 if (icount != 1)
747 fprintf(stderr, "Binary output of %d %s\n", icount,
750 err = (int)fwrite(pbuf, 1, icount, stdout) != icount;
752 else if (icount > 0) {
754 fprintf(stderr, "ASCII output of %d %s\n", icount,
793 int icount, err; local
862 int icount, err; local
899 verbose_dump_buffer(void *pbuf, int icount, int lsb) argument
[all...]
/freebsd-current/lib/libusbhid/
H A Dparse.c68 uint8_t icount; /* current usage item count */ member in struct:hid_data
227 if (s->icount < s->ncount) {
243 s->icount ++;
257 s->icount = 0;
/freebsd-current/sys/netinet6/
H A Dip6_mroute.h192 u_quad_t icount; /* Input packet count on mif */ member in struct:sioc_mif_req6
H A Dip6_mroute.c526 req->icount = mif6table[mifi].m6_pkt_in;
/freebsd-current/sys/dev/hid/
H A Dhid.c88 uint32_t icount; /* current usage item count */ member in struct:hid_data
253 if (s->icount < s->ncount) {
279 s->icount ++;
294 s->icount = 0;
/freebsd-current/sys/netinet/
H A Dip_mroute.h245 u_long icount; /* Input packet count on vif */ member in struct:sioc_vif_req
H A Dip_mroute.c604 req->icount = V_viftable[vifi].v_pkt_in;
/freebsd-current/contrib/libpcap/
H A Doptimize.c2980 int icount, noffset; local
2987 icount = slength(block->stmts) + 1 + block->longjt + block->longjf;
2988 noffset = min(block->offset + icount, (int)prog->bf_len);

Completed in 289 milliseconds