/src/bin/dd/ |
position.c | 69 int bcnt, cnt, nr, warned; local in function:pos_in 87 for (bcnt = in.dbsz, cnt = in.offset, warned = 0; cnt;) { 88 if ((nr = ddop_read(in, in.fd, in.db, bcnt)) > 0) { 90 if (!(bcnt -= nr)) { 91 bcnt = in.dbsz;
|
/src/sys/arch/sparc/sparc/ |
clock.c | 219 u_int cnt, bcnt; local in function:eeprom_uio 250 for (bcnt = 0; bcnt < EEPROM_SIZE; ++bcnt) 251 buf[bcnt] = eeprom_va[bcnt];
|
/src/usr.bin/hexdump/ |
hexdump.h | 48 int bcnt; /* byte count */ member in struct:_pr 61 int bcnt; /* byte count */ member in struct:_fu 68 int bcnt; member in struct:_fs
|
parse.c | 144 tfu->bcnt = atoi(savep); 169 int bcnt, cursize; local in function:size 175 if (fu->bcnt) { 176 cursize += fu->bcnt * fu->reps; 179 for (bcnt = prec = 0, fmt = fu->fmt; *fmt; ++fmt) { 193 bcnt += 1; 197 bcnt += 4; 200 bcnt += 8; 203 bcnt += prec; 208 bcnt += 1 [all...] |
/src/sys/dev/ic/ |
lsi64854.c | 336 long bcnt = sc->sc_dmasize; local in function:lsi64854_setup 337 long eaddr = bcnt + (long)*sc->sc_dmaaddr; 340 bcnt = roundup(bcnt, PAGE_SIZE); 342 bcnt);
|
hd64570.c | 2007 u_int64_t bcnt; local in function:sca_get_base_clock 2050 bcnt = cnt * 8; 2052 bcnt *= (u_int64_t)750000; 2053 bcnt /= (u_int64_t)dtv.tv_usec; 2054 cnt = bcnt;
|
atw.c | 2312 uint32_t bcnt, bpli, cap0, cap1, capinfo; local in function:atw_start_beacon 2327 bcnt = ATW_READ(sc, ATW_BCNT) & ~ATW_BCNT_BCNT_MASK; 2331 ATW_WRITE(sc, ATW_BCNT, bcnt); 2367 bcnt |= __SHIFTIN(len, ATW_BCNT_BCNT_MASK); 2371 ATW_WRITE(sc, ATW_BCNT, bcnt); 2377 device_xname(sc->sc_dev), bcnt));
|
/src/usr.bin/split/ |
split.c | 179 off_t bcnt; local in function:split1 187 for (bcnt = 0;;) 203 if (bcnt + len >= bytecnt) { 204 /* LINTED: bytecnt - bcnt <= len */ 205 dist = bytecnt - bcnt; 231 bcnt = len; 233 bcnt += len; 249 size_t bcnt; local in function:split2 269 bcnt = Ce - Cs + 1; 270 if (bigwrite(ofd, Cs, bcnt) != (size_t)bcnt [all...] |
/src/sys/arch/sun3/dev/ |
dmareg.h | 81 uint32_t bcnt; /* DMA COUNT (in longs) */ member in struct:dma_regs 86 #define en_cachev bcnt
|
/src/sys/arch/hp300/stand/common/ |
if_lereg.h | 132 u_short bcnt; member in struct:mds
|
/src/sys/dev/tc/ |
cfb.c | 548 int bcnt; local in function:cfbintr 553 bcnt = 0; 556 while (bcnt < sc->sc_cursor.cc_size.y * 16) { 558 if ((bcnt & 0x8) && sc->sc_cursor.cc_size.x < 33) { 571 bcnt += 2; 574 while (bcnt < CURSOR_MAX_SIZE * 16) { 577 bcnt += 2;
|
mfb.c | 525 int bcnt; local in function:mfbintr 529 bcnt = 0; 533 while (bcnt < sc->sc_cursor.cc_size.y * 16) { 535 if ((bcnt & 0x8) && sc->sc_cursor.cc_size.x < 33) { 547 bcnt += 2; 550 while (bcnt < CURSOR_MAX_SIZE * 16) { 552 bcnt += 2;
|
sfb.c | 600 int bcnt; local in function:sfbintr 605 bcnt = 0; 608 while (bcnt < sc->sc_cursor.cc_size.y * 16) { 610 if ((bcnt & 0x8) && sc->sc_cursor.cc_size.x < 33) { 623 bcnt += 2; 626 while (bcnt < CURSOR_MAX_SIZE * 16) { 629 bcnt += 2;
|
stic.c | 1190 int bcnt; local in function:stic_flush 1195 bcnt = 0; 1198 while (bcnt < CURSOR_MAX_SIZE * 16) { 1208 bcnt += 2;
|
tfb.c | 598 int bcnt; local in function:tfbintr 602 bcnt = 0; 606 while (bcnt < sc->sc_cursor.cc_size.y * 16) { 608 if ((bcnt & 0x8) && sc->sc_cursor.cc_size.x < 33) { 619 bcnt += 2; 622 while (bcnt < CURSOR_MAX_SIZE * 16) { 624 bcnt += 2;
|
sfbplus.c | 908 int bcnt; local in function:bt459shape 914 bcnt = 0; 917 while (bcnt < size->y * 16) { 919 if ((bcnt & 0x8) && size->x < 33) { 932 bcnt += 2; 935 while (bcnt < CURSOR_MAX_SIZE * 16) { 938 bcnt += 2;
|
/src/sys/external/bsd/dwc2/dist/ |
dwc2_hcdintr.c | 174 u32 grxsts, chnum, bcnt, pktsts; local in function:dwc2_rx_fifo_level_intr 188 bcnt = (grxsts & GRXSTS_BYTECNT_MASK) >> GRXSTS_BYTECNT_SHIFT; 194 dev_vdbg(hsotg->dev, " Count = %d\n", bcnt); 204 if (bcnt > 0) { 205 dwc2_read_packet(hsotg, chan->xfer_buf, bcnt); 208 chan->xfer_count += bcnt; 209 chan->xfer_buf += bcnt;
|
/src/sys/arch/dreamcast/dev/maple/ |
mmemcard.c | 878 int bcnt; local in function:mmemdone 883 bcnt = (char *)sc->sc_iobuf - (char *)bp->b_data; 884 bp->b_resid = bp->b_bcount - bcnt; 887 if (bcnt == 0) {
|
/src/sys/dev/marvell/ |
gtidmacreg.h | 259 uint16_t bcnt; member in struct:gtidmac_desc::__anonb84a2618010a::__anonb84a26180208 262 uint32_t bcnt; member in struct:gtidmac_desc::__anonb84a2618010a::__anonb84a26180308 273 uint16_t bcnt; 276 uint32_t bcnt; 291 uint32_t bcnt; /* Byte Count */ member in struct:mvxore_desc
|
gtidmac.c | 990 uint32_t ccl, bcnt, ires, ores; local in function:gtidmac_setup 1058 bcnt = size; /* src/dst hold */ 1060 bcnt = (*dmamap_out)->dm_segs[oidx].ds_len; 1062 bcnt = (*dmamap_in)->dm_segs[iidx].ds_len; 1064 bcnt = uimin((*dmamap_in)->dm_segs[iidx].ds_len - ires, 1068 desc->bc.mode16m.bcnt = 1069 bcnt | GTIDMAC_CIDMABCR_BCLEFT | GTIDMAC_CIDMABCR_OWN; 1073 n += bcnt; 1077 ires += bcnt; 1085 ores += bcnt; 1253 uint32_t xexc, bcnt, cmd, lastcmd; local in function:mvxore_setup [all...] |