Searched refs:bufcnt (Results 1 – 7 of 7) sorted by relevance
/freebsd/bin/pax/ |
H A D | buf_subs.c | 875 buf_flush(int bufcnt) in buf_flush() argument 906 if (blksz > bufcnt) in buf_flush() 908 if (blksz < bufcnt) in buf_flush() 909 push = bufcnt - blksz; in buf_flush() 950 cnt = bufcnt - cnt; in buf_flush() 971 if (blksz > bufcnt) in buf_flush() 973 if (blksz < bufcnt) in buf_flush() 974 push = bufcnt - blksz; in buf_flush()
|
/freebsd/contrib/ntp/util/ |
H A D | tg.c | 236 int bufcnt = 0; /* buffer counter */ variable 618 buffer[bufcnt++] = ~c6000[j]; in peep() 622 buffer[bufcnt++] = ~c3000[j]; in peep() 626 buffer[bufcnt++] = ~0; in peep() 628 if (bufcnt >= BUFLNG) { in peep() 630 bufcnt = 0; in peep()
|
H A D | tg2.c | 513 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++] = ~u3000[j]; [all …]
|
/freebsd/sys/dev/mpi3mr/ |
H A D | mpi3mr_app.c | 179 struct mpi3mr_ioctl_mpt_dma_buffer *dma_buffers, U8 bufcnt) in mpi3mr_app_construct_nvme_sgl() argument 202 for (count = 0; count < bufcnt; count++, dma_buff++) { in mpi3mr_app_construct_nvme_sgl() 263 struct mpi3mr_ioctl_mpt_dma_buffer *dma_buffers, U8 bufcnt) in mpi3mr_app_build_nvme_prp() argument 313 for (count = 0; count < bufcnt; count++, dma_buff++) { in mpi3mr_app_build_nvme_prp() 606 U8 bufcnt) in mpi3mr_total_num_ioctl_sges() argument 609 for (i=0; i < bufcnt; i++, dma_buffers++) { in mpi3mr_total_num_ioctl_sges() 623 U8 bufcnt, U8 is_rmc, U8 is_rmr, U8 num_datasges) in mpi3mr_app_construct_sgl() argument 642 sges_needed = mpi3mr_total_num_ioctl_sges(dma_buffers, bufcnt); in mpi3mr_app_construct_sgl() 686 for (; count < bufcnt; count++, dma_buff++) { in mpi3mr_app_construct_sgl() 700 for (; count < bufcnt; count++, dma_buff++) { in mpi3mr_app_construct_sgl() [all …]
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_irig.c | 419 int bufcnt; /* buffer counter */ in irig_receive() local 434 for (bufcnt = 0; bufcnt < rbufp->recv_length; bufcnt++) { in irig_receive()
|
H A D | refclock_chu.c | 661 int bufcnt; /* buffer counter */ in chu_audio_receive() local 676 for (bufcnt = 0; bufcnt < rbufp->recv_length; bufcnt++) { in chu_audio_receive()
|
H A D | refclock_wwv.c | 799 int bufcnt; /* buffer counter */ in wwv_receive() local 814 for (bufcnt = 0; bufcnt < rbufp->recv_length; bufcnt++) { in wwv_receive()
|