HomeSort by: relevance | last modified time | path
    Searched defs:rcount (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/arch/atari/stand/ahdilabel/
check.c 50 int i, j, rcount, acount; local in function:ahdi_checklabel
59 rcount = 0;
128 rcount++;
133 rcount++;
134 if (rcount > 4)
  /src/bin/cp/
utils.c 103 int ch, checkch, from_fd, rcount, rval, to_fd, tolnk, wcount; local in function:copy_file
241 while ((rcount = read(from_fd, buf, MAXBSIZE)) > 0) {
242 wcount = write(to_fd, buf, (size_t)rcount);
243 if (rcount != wcount || wcount == -1) {
252 if (rcount < 0) {
  /src/sys/ufs/lfs/
lfs_inode.c 223 daddr_t count, rcount; local in function:lfs_truncate
484 level, &count, &rcount,
488 real_released += rcount;
  /src/usr.bin/sdiff/
sdiff.c 99 ssize_t rcount; local in function:mktmpcpy
129 while ((rcount = read(ifd, buf, sizeof(buf))) != -1 &&
130 rcount != 0) {
133 wcount = write(ofd, buf, (size_t)rcount);
134 if (-1 == wcount || rcount != wcount) {
139 if (rcount == -1) {
  /src/sys/dev/ata/
ld_ataraid.c 345 long bcount, rcount; local in function:ld_ataraid_start_span
362 for (bcount = bp->b_bcount; bcount > 0; bcount -= rcount) {
363 rcount = bp->b_bcount;
364 if ((adi->adi_compsize - bn) < btodb(rcount))
365 rcount = dbtob(adi->adi_compsize - bn);
367 cbp = ld_ataraid_make_cbuf(sc, bp, comp, bn, addr, rcount);
385 addr += rcount;
403 long bcount, rcount; local in function:ld_ataraid_start_raid0
415 for (bcount = bp->b_bcount; bcount > 0; bcount -= rcount) {
428 rcount = uimin(bcount, dbtob(sz))
    [all...]
  /src/usr.sbin/mrouted/
prune.c 1955 int rcount; local in function:accept_mtrace
1997 if ((u_int)(rcount = (datalen - QLEN)/RLEN) == no) {
2008 logit(LOG_DEBUG, 0, "rcount:%d, qid:%06x", rcount, qry->tr_qid);
2202 logit(LOG_DEBUG, 0, "rcount:%d, no:%d", rcount, no);
2204 if (((u_int)(rcount + 1) == no) || (rt == NULL) || (rt->rt_metric == 1)) {
  /src/usr.sbin/pwd_mkdb/
pwd_mkdb.c 642 ssize_t rcount, wcount; local in function:cp
650 while ((rcount = read(from_fd, buf, MAXBSIZE)) > 0) {
651 wcount = write(to_fd, buf, (size_t)rcount);
652 if (rcount != wcount || wcount == -1) {
662 if (rcount < 0)
  /src/sys/dev/
ccd.c 784 long bcount, rcount; local in function:ccdstart
827 for (bcount = bp->b_bcount; bcount > 0; bcount -= rcount) {
840 rcount = cbp->cb_buf.b_bcount;
841 bn += btodb(rcount);
842 addr += rcount;
  /src/sys/arch/sparc/dev/
tctrl.c 1470 int rcount = io->io_rxfer; local in function:tctrl_event_thread
1479 if ((rcount != io->io_rxfer) || (wcount != io->io_wxfer)) {
1480 rcount = io->io_rxfer;
  /src/sys/dev/scsipi/
cd.c 124 int rcount; /* bytes copied to second buffer */ member in struct:cdbounce
583 memcpy((char *)obp->b_data + bounce->lcount, bp->b_data, bounce->rcount);
671 bounce->rcount = bp->b_bcount - bounce->lcount;
  /src/sys/dev/stbi/
stb_image.c 3416 int rshift=0,gshift=0,bshift=0,ashift=0,rcount=0,gcount=0,bcount=0,acount=0; local in function:bmp_load
3436 rshift = high_bit(mr)-7; rcount = bitcount(mr);
3456 out[z++] = (uint8) shiftsigned(v & mr, rshift, rcount);
  /src/sys/dist/pf/net/
pfvar.h 894 u_int32_t rcount; member in struct:pf_ruleset::__anon30a5ecce1408::__anon30a5ecce1508

Completed in 196 milliseconds