OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pcount
(Results
1 - 6
of
6
) sorted by relevancy
/src/games/boggle/boggle/
word.c
70
int ch,
pcount
;
local
88
if ((
pcount
= getc(fp)) == EOF)
91
} else if ((
pcount
= lastch) == EOF)
94
p = buf +
pcount
;
/src/games/boggle/mkindex/
mkindex.c
100
int ch,
pcount
;
local
107
if ((
pcount
= getc(fp)) == EOF)
111
else if ((
pcount
= lastch) == EOF)
114
p = buf + (*clen =
pcount
);
/src/sys/kern/
kern_tc.c
1207
uint64_t tcount, acount, dcount, *
pcount
;
local
1271
pcount
= &pps->ppscount[0];
1280
pcount
= &pps->ppscount[1];
1315
*
pcount
= acount;
1369
*
pcount
= pps->capcount;
/src/sys/miscfs/genfs/
genfs_io.c
709
int
pcount
;
local
711
pcount
= 1;
712
while (pidx +
pcount
< npages &&
713
pgs[pidx +
pcount
]->flags & PG_FAKE) {
714
pcount
++;
716
iobytes = MIN(iobytes, (
pcount
<< PAGE_SHIFT) -
/src/sys/dev/pcmcia/
if_ray.c
1059
u_int firsti, hinti, previ, i,
pcount
;
local
1092
pcount
= 0;
1239
pcount
++;
1259
if_statadd(ifp, if_oerrors,
pcount
);
1269
if_statadd(ifp, if_opackets,
pcount
);
/src/sys/net/
if.c
2781
int
pcount
, ret = 0;
local
2786
pcount
= ifp->if_pcount;
2804
ifp->if_pcount =
pcount
;
Completed in 34 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026