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

/freebsd-11-stable/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-11-stable/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-11-stable/bin/pax/
H A Dbuf_subs.c881 buf_flush(int bufcnt) argument
906 * the buffer (it is no longer full). bufcnt has the number of
912 if (blksz > bufcnt)
914 if (blksz < bufcnt)
915 push = bufcnt - blksz;
956 cnt = bufcnt - cnt;
977 if (blksz > bufcnt)
979 if (blksz < bufcnt)
980 push = bufcnt - blksz;
/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/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); \
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c2532 uint32_t bufcnt; local
2546 bufcnt = hdr->b_l1hdr.b_bufcnt;
2547 update_old = (bufcnt > 0 || hdr->b_l1hdr.b_pabd != NULL);
2551 bufcnt = 0;
2558 ASSERT(!GHOST_STATE(new_state) || bufcnt == 0);
2559 ASSERT(old_state != arc_anon || bufcnt <= 1);
2571 ASSERT0(bufcnt);
2589 ASSERT0(bufcnt);
2606 ASSERT0(bufcnt);
2611 * bufcnt o
[all...]

Completed in 191 milliseconds