HomeSort by: relevance | last modified time | path
    Searched defs:bcnt (Results 1 - 25 of 80) sorted by relevancy

1 2 3 4

  /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;
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;
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;
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];
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];
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];
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...]
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...]
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...]
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);
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);
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);
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);
  /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...]
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...]
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...]
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

Completed in 50 milliseconds

1 2 3 4