Searched refs:bufcnt (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/bin/pax/ |
| H A D | buf_subs.c | 881 buf_flush(int bufcnt) in buf_flush() argument 912 if (blksz > bufcnt) in buf_flush() 914 if (blksz < bufcnt) in buf_flush() 915 push = bufcnt - blksz; in buf_flush() 956 cnt = bufcnt - cnt; in buf_flush() 977 if (blksz > bufcnt) in buf_flush() 979 if (blksz < bufcnt) in buf_flush() 980 push = bufcnt - blksz; in buf_flush()
|
| /freebsd-14.2/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 | 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]; 2362 buffer[bufcnt++] = ~0; 2364 if (bufcnt >= BUFLNG) { [all …]
|
| /freebsd-14.2/sys/dev/mpi3mr/ |
| H A D | mpi3mr_app.c | 203 for (count = 0; count < bufcnt; count++, dma_buff++) { in mpi3mr_app_construct_nvme_sgl() 314 for (count = 0; count < bufcnt; count++, dma_buff++) { in mpi3mr_app_build_nvme_prp() 607 U8 bufcnt) in mpi3mr_total_num_ioctl_sges() argument 610 for (i=0; i < bufcnt; i++, dma_buffers++) { in mpi3mr_total_num_ioctl_sges() 624 U8 bufcnt, U8 is_rmc, U8 is_rmr, U8 num_datasges) in mpi3mr_app_construct_sgl() argument 687 for (; count < bufcnt; count++, dma_buff++) { in mpi3mr_app_construct_sgl() 701 for (; count < bufcnt; count++, dma_buff++) { in mpi3mr_app_construct_sgl() 861 bufcnt = buffer_list->num_of_buf_entries; in mpi3mr_app_mptcmds() 957 for (count = 0; count < bufcnt; count++, dma_buff++) { in mpi3mr_app_mptcmds() 1045 dma_buffers, bufcnt)) { in mpi3mr_app_mptcmds() [all …]
|
| /freebsd-14.2/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()
|