Searched refs:bufcnt (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dser-unix.c622 scb->bufcnt = status;
623 scb->bufcnt--;
1014 scb->bufcnt = status;
1015 scb->bufcnt--;
1039 if (scb->bufcnt > 0)
1042 scb->bufcnt--;
1045 else if (scb->bufcnt < 0)
1048 ch = scb->bufcnt;
1060 scb->bufcnt = ch;
1063 scb->bufcnt
[all...]
H A Dserial.h187 int bufcnt; /* Amount of data remaining in receive member in struct:serial
H A Dserial.c208 scb->bufcnt = 0;
260 scb->bufcnt = 0;
/freebsd-10.1-release/contrib/ntp/util/
H A Dtg.c236 int bufcnt = 0; /* buffer counter */ variable
618 buffer[bufcnt++] = ~c6000[j];
622 buffer[bufcnt++] = ~c3000[j];
626 buffer[bufcnt++] = ~0;
628 if (bufcnt >= BUFLNG) {
630 bufcnt = 0;
H A Dtg2.c513 int bufcnt = 0; /* buffer counter */ variable
2307 buffer[bufcnt++] = ~c6000[j];
2311 buffer[bufcnt++] = ~c3000[j];
2315 buffer[bufcnt++] = ~0;
2317 if (bufcnt >= BUFLNG) {
2319 bufcnt = 0;
2349 buffer[bufcnt++] = ~u3000[j];
2351 buffer[bufcnt++] = ~u6000[j];
2356 buffer[bufcnt++] = ~u6000[j];
2358 buffer[bufcnt
[all...]
/freebsd-10.1-release/bin/pax/
H A Dbuf_subs.c879 buf_flush(int bufcnt) argument
904 * the buffer (it is no longer full). bufcnt has the number of
910 if (blksz > bufcnt)
912 if (blksz < bufcnt)
913 push = bufcnt - blksz;
954 cnt = bufcnt - cnt;
975 if (blksz > bufcnt)
977 if (blksz < bufcnt)
978 push = bufcnt - blksz;
/freebsd-10.1-release/contrib/gdb/gdb/gdbserver/
H A Dremote-utils.c406 static int bufcnt = 0; local
409 if (bufcnt-- > 0)
412 bufcnt = read (remote_desc, buf, sizeof (buf));
414 if (bufcnt <= 0)
416 if (bufcnt == 0)
425 bufcnt--;
/freebsd-10.1-release/contrib/ntp/ntpd/
H A Drefclock_irig.c419 int bufcnt; /* buffer counter */ local
434 for (bufcnt = 0; bufcnt < rbufp->recv_length; bufcnt++) {
H A Drefclock_chu.c661 int bufcnt; /* buffer counter */ local
676 for (bufcnt = 0; bufcnt < rbufp->recv_length; bufcnt++) {
H A Drefclock_wwv.c799 int bufcnt; /* buffer counter */ local
814 for (bufcnt = 0; bufcnt < rbufp->recv_length; bufcnt++) {
/freebsd-10.1-release/sbin/fsck_ffs/
H A Dfsutil.c182 long bufcnt, i; local
192 bufcnt = MAXBUFS;
193 if (bufcnt < MINBUFS)
194 bufcnt = MINBUFS;
195 for (i = 0; i < bufcnt; i++) {
/freebsd-10.1-release/sys/compat/ndis/
H A Dndis_var.h1676 #define NdisQueryPacket(p, pbufcnt, bufcnt, firstbuf, plen) \
1683 if ((plen) || (bufcnt) || (pbufcnt)) { \
1710 if (bufcnt) { \
1712 _bufcnt = (bufcnt); \

Completed in 276 milliseconds