OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lcount
(Results
1 - 3
of
3
) sorted by relevancy
/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
...]
/src/usr.bin/tip/
cmds.c
293
int ccount,
lcount
;
local in function:transmit
312
lcount
= 0;
348
(void)printf("\r%d", ++
lcount
);
/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
;
Completed in 153 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025