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

/freebsd-11-stable/usr.sbin/spi/
H A Dspi.c85 static void verbose_dump_buffer(void *pbuf, int icount, int lsb);
725 int err, idx, icount; local
730 icount = popt->count;
733 if (icount <= 0) {
737 if (icount != 1)
750 fprintf(stderr, "Binary output of %d %s\n", icount,
753 err = (int)fwrite(pbuf, 1, icount, stdout) != icount;
755 else if (icount > 0) {
757 fprintf(stderr, "ASCII output of %d %s\n", icount,
796 int icount, err; local
865 int icount, err; local
902 verbose_dump_buffer(void *pbuf, int icount, int lsb) argument
[all...]
/freebsd-11-stable/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-11-stable/sys/netinet/
H A Dip_mroute.h246 u_long icount; /* Input packet count on vif */ member in struct:sioc_vif_req
H A Dip_mroute.c600 req->icount = V_viftable[vifi].v_pkt_in;
/freebsd-11-stable/sys/netinet6/
H A Dip6_mroute.h191 u_quad_t icount; /* Input packet count on mif */ member in struct:sioc_mif_req6
H A Dip6_mroute.c529 req->icount = mif6table[mifi].m6_pkt_in;
/freebsd-11-stable/sys/dev/usb/
H A Dusb_hid.c94 uint32_t icount; /* current usage item count */ member in struct:hid_data
258 if (s->icount < s->ncount) {
274 s->icount ++;
289 s->icount = 0;
/freebsd-11-stable/contrib/apr/tables/
H A Dapr_skiplist.c268 int icount = 0; local
279 icount++;
282 int j = icount - 1;
/freebsd-11-stable/contrib/libpcap/
H A Doptimize.c2545 int icount, noffset; local
2552 icount = slength(block->stmts) + 1 + block->longjt + block->longjf;
2553 noffset = min(block->offset + icount, (int)prog->bf_len);

Completed in 159 milliseconds