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

  /src/usr.bin/tip/
cmds.c 293 int ccount, lcount; local in function:transmit
312 lcount = 0;
348 (void)printf("\r%d", ++lcount);
cmds.c 293 int ccount, lcount; local in function:transmit
312 lcount = 0;
348 (void)printf("\r%d", ++lcount);
  /src/sys/uvm/pmap/
pmap.c 2447 int lcount = 0; variable in typeref:typename:int
2450 lcount++;
2453 if (lcount != 0)
2456 lcount++;
2460 if (lcount != 0)
2467 lcount = 0;
2470 lcount++;
2473 if (lcount != 0)
2476 lcount++;
2479 if (lcount != 0
    [all...]
pmap.c 2447 int lcount = 0; variable in typeref:typename:int
2450 lcount++;
2453 if (lcount != 0)
2456 lcount++;
2460 if (lcount != 0)
2467 lcount = 0;
2470 lcount++;
2473 if (lcount != 0)
2476 lcount++;
2479 if (lcount != 0
    [all...]
  /src/sys/dev/scsipi/
cd.c 123 int lcount; /* bytes copied to first buffer */ member in struct:cdbounce
577 memcpy(obp->b_data, (char *)bp->b_data + bounce->head, bounce->lcount);
583 memcpy((char *)obp->b_data + bounce->lcount, bp->b_data, bounce->rcount);
670 bounce->lcount = imin(count - bounce->head, bp->b_bcount);
671 bounce->rcount = bp->b_bcount - bounce->lcount;
cd.c 123 int lcount; /* bytes copied to first buffer */ member in struct:cdbounce
577 memcpy(obp->b_data, (char *)bp->b_data + bounce->head, bounce->lcount);
583 memcpy((char *)obp->b_data + bounce->lcount, bp->b_data, bounce->rcount);
670 bounce->lcount = imin(count - bounce->head, bp->b_bcount);
671 bounce->rcount = bp->b_bcount - bounce->lcount;

Completed in 30 milliseconds