Symbol: bcount
bin/ksh/vi.c
1180
int bcount, i = 0, t;
bin/ksh/vi.c
1284
bcount = 1;
bin/ksh/vi.c
1295
bcount++;
bin/ksh/vi.c
1297
bcount--;
bin/ksh/vi.c
1298
} while (bcount != 0);
libexec/spamd/gdcopy.c
40
gd->bcount = ogd.bcount;
libexec/spamd/grey.c
733
gd.bcount++;
libexec/spamd/grey.c
825
gd.bcount = 1;
libexec/spamd/grey.c
853
gd.bcount++;
libexec/spamd/grey.h
35
int bcount; /* how many times have we blocked it */
libexec/spamd/grey.h
43
int bcount; /* how many times have we blocked it */
libexec/spamlogd/spamlogd.c
325
gd.bcount = 1;
sbin/newfs_ext2fs/mke2fs.c
186
uint bcount, fbcount, ficount;
sbin/newfs_ext2fs/mke2fs.c
276
bcount = dbtofsb(&sblock, fssize);
sbin/newfs_ext2fs/mke2fs.c
289
ncg = howmany(bcount - sblock.e2fs.e2fs_first_dblock, blocks_per_cg);
sbin/newfs_ext2fs/mke2fs.c
310
blocks_lastcg = bcount - sblock.e2fs.e2fs_first_dblock -
sbin/newfs_ext2fs/mke2fs.c
321
bcount -= blocks_lastcg;
sbin/newfs_ext2fs/mke2fs.c
334
sblock.e2fs.e2fs_bcount = bcount;
sbin/newfs_ext2fs/mke2fs.c
519
(uint)(((uint64_t)bcount * bsize) / (1024 * 1024)),
sbin/newfs_ext2fs/mke2fs.c
520
(uint)((uint64_t)bcount * bsize -
sbin/newfs_ext2fs/mke2fs.c
521
rounddown((uint64_t)bcount * bsize, 1024 * 1024))
sbin/newfs_ext2fs/mke2fs.c
565
epblock = (uint64_t)bcount * bsize / pbsize[i];
sys/dev/ata/ata.c
85
wdc_c.bcount = ATAPARAMS_SIZE;
sys/dev/ata/ata_wdc.c
166
wd->sc_wdc_bio.bcount = size;
sys/dev/ata/ata_wdc.c
176
xfer->c_bcount = ata_bio->bcount;
sys/dev/ata/ata_wdc.c
203
(ata_bio->bcount > 512 ||
sys/dev/ata/ata_wdc.c
209
xfer->c_bcount = ata_bio->bcount;
sys/dev/ata/ata_wdc.c
594
ata_bio->bcount = xfer->c_bcount;
sys/dev/ata/atavar.h
151
int bcount; /* number of bytes to transfer */
sys/dev/ata/wd.c
487
wd->sc_wdc_bio.bcount = bp->b_bcount;
sys/dev/ata/wd.c
522
bp->b_resid = wd->sc_wdc_bio.bcount;
sys/dev/ata/wd.c
953
wd->sc_wdc_bio.bcount = nwrt * lp->d_secsize;
sys/dev/ata/wdvar.h
49
long bcount; /* total number of bytes */
sys/dev/ic/cac.c
373
ccb->ccb_req.bcount = htole16(howmany(size, DEV_BSIZE));
sys/dev/ic/cacreg.h
241
u_int16_t bcount; /* block count */
sys/dev/ic/wdc.c
1632
xfer->c_bcount = wdc_c->bcount;
sys/dev/ic/wdc.c
1714
wdc_c->data, wdc_c->bcount);
sys/dev/ic/wdc.c
1741
int bcount = wdc_c->bcount;
sys/dev/ic/wdc.c
1764
wdc_input_bytes(drvp, data, bcount);
sys/dev/ic/wdc.c
2060
wdc_c.bcount = atareq->datalen;
sys/kern/subr_disk.c
1242
disk_unbusy(struct disk *diskp, long bcount, daddr_t blkno, int read)
sys/kern/subr_disk.c
1257
if (bcount > 0) {
sys/kern/subr_disk.c
1259
diskp->dk_rbytes += bcount;
sys/kern/subr_disk.c
1262
diskp->dk_wbytes += bcount;
sys/kern/subr_disk.c
1270
enqueue_randomness(bcount ^ diff_time.tv_usec ^
sys/lib/libsa/read.c
69
read(int fd, void *dest, size_t bcount)
sys/lib/libsa/read.c
71
oread(int fd, void *dest, size_t bcount)
sys/lib/libsa/read.c
84
btodb(f->f_offset), bcount, dest, &resid);
sys/lib/libsa/read.c
90
resid = bcount;
sys/lib/libsa/read.c
91
if ((errno = (f->f_ops->read)(f, dest, bcount, &resid)))
sys/lib/libsa/read.c
93
return (ssize_t)(bcount - resid);
sys/lib/libsa/write.c
68
write(int fd, void *dest, size_t bcount)
sys/lib/libsa/write.c
80
btodb(f->f_offset), bcount, dest, &resid);
sys/lib/libsa/write.c
86
resid = bcount;
sys/lib/libsa/write.c
87
if ((errno = (f->f_ops->write)(f, dest, bcount, &resid)))
usr.bin/dig/lib/dns/rdata.c
1396
int32_t bcount;
usr.bin/dig/lib/dns/rdata.c
1403
#define bcount state->bcount
usr.bin/dig/lib/dns/rdata.c
1429
if (bcount == 3) {
usr.bin/dig/lib/dns/rdata.c
1464
bcount = 0;
usr.bin/dig/lib/dns/rdata.c
1466
bcount += 1;
usr.bin/dig/lib/dns/rdata.c
1481
Ceor = Csum = Crot = word = bcount = 0;
usr.bin/dig/lib/dns/rdata.c
1485
while (bcount != 0)
usr.sbin/spamdb/spamdb.c
111
gd.bcount = 1;
usr.sbin/spamdb/spamdb.c
217
(long long)gd.expire, gd.bcount,
usr.sbin/spamdb/spamdb.c
244
gd.bcount, gd.pcount);
usr.sbin/spamdb/spamdb.c
252
gd.bcount, gd.pcount);
usr.sbin/unbound/daemon/remote.c
4447
int inevent, loopexit = 0, bcount = 0;
usr.sbin/unbound/daemon/remote.c
4468
ret = recv(fr->commpair[1], ((char*)&cmd)+bcount,
usr.sbin/unbound/daemon/remote.c
4469
sizeof(cmd)-bcount, 0);
usr.sbin/unbound/daemon/remote.c
4487
} else if(ret+(ssize_t)bcount != sizeof(cmd)) {
usr.sbin/unbound/daemon/remote.c
4488
bcount += ret;
usr.sbin/unbound/daemon/remote.c
4489
if((size_t)bcount < sizeof(cmd))
usr.sbin/unbound/daemon/remote.c
4509
int outevent, loopexit = 0, bcount = 0;
usr.sbin/unbound/daemon/remote.c
4535
ret = send(fr->commpair[1], ((char*)&cmd)+bcount,
usr.sbin/unbound/daemon/remote.c
4536
sizeof(cmd)-bcount, 0);
usr.sbin/unbound/daemon/remote.c
4554
} else if(ret+(ssize_t)bcount != sizeof(cmd)) {
usr.sbin/unbound/daemon/remote.c
4555
bcount += ret;
usr.sbin/unbound/daemon/remote.c
4556
if((size_t)bcount < sizeof(cmd))
usr.sbin/unbound/daemon/remote.c
6448
int loopexit = 0, bcount = 0;
usr.sbin/unbound/daemon/remote.c
6467
ret = recv(fr->commpair[1], ((char*)&cmd)+bcount,
usr.sbin/unbound/daemon/remote.c
6468
sizeof(cmd)-bcount, 0);
usr.sbin/unbound/daemon/remote.c
6486
} else if(ret+(ssize_t)bcount != sizeof(cmd)) {
usr.sbin/unbound/daemon/remote.c
6487
bcount += ret;
usr.sbin/unbound/daemon/remote.c
6488
if((size_t)bcount < sizeof(cmd))
usr.sbin/unbound/daemon/remote.c
6704
int lst, pollin_event, bcount, loopcount;
usr.sbin/unbound/daemon/remote.c
6850
bcount = 0;
usr.sbin/unbound/daemon/remote.c
6860
ret = send(pair[1], (void*)(nonce+bcount),
usr.sbin/unbound/daemon/remote.c
6861
sizeof(nonce)-bcount, 0);
usr.sbin/unbound/daemon/remote.c
6882
} else if(ret+(ssize_t)bcount != sizeof(nonce)) {
usr.sbin/unbound/daemon/remote.c
6883
bcount += ret;
usr.sbin/unbound/daemon/remote.c
6884
if((size_t)bcount < sizeof(nonce))
usr.sbin/unbound/daemon/remote.c
6909
bcount = 0;
usr.sbin/unbound/daemon/remote.c
6919
ret = recv(pair[0], (void*)(recvnonce+bcount),
usr.sbin/unbound/daemon/remote.c
6920
sizeof(nonce)-bcount, 0);
usr.sbin/unbound/daemon/remote.c
6948
} else if(ret+(ssize_t)bcount != sizeof(nonce)) {
usr.sbin/unbound/daemon/remote.c
6949
bcount += ret;
usr.sbin/unbound/daemon/remote.c
6950
if((size_t)bcount < sizeof(nonce))
usr.sbin/unbound/daemon/remote.c
7086
int outevent, loopexit = 0, bcount = 0;
usr.sbin/unbound/daemon/remote.c
7110
ret = send(fr->commpair[0], ((char*)&cmd)+bcount,
usr.sbin/unbound/daemon/remote.c
7111
sizeof(cmd)-bcount, 0);
usr.sbin/unbound/daemon/remote.c
7129
} else if(ret+(ssize_t)bcount != sizeof(cmd)) {
usr.sbin/unbound/daemon/remote.c
7130
bcount += ret;
usr.sbin/unbound/daemon/remote.c
7131
if((size_t)bcount < sizeof(cmd))
usr.sbin/unbound/daemon/remote.c
7238
int loopexit = 0, bcount = 0;
usr.sbin/unbound/daemon/remote.c
7255
ret = recv(fr->commpair[0], ((char*)&cmd)+bcount,
usr.sbin/unbound/daemon/remote.c
7256
sizeof(cmd)-bcount, 0);
usr.sbin/unbound/daemon/remote.c
7274
} else if(ret+(ssize_t)bcount != sizeof(cmd)) {
usr.sbin/unbound/daemon/remote.c
7275
bcount += ret;
usr.sbin/unbound/daemon/remote.c
7276
if((size_t)bcount < sizeof(cmd))