OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:endfrom
(Results
1 - 3
of
3
) sorted by relevancy
/src/common/lib/libc/gmon/
mcount.c
294
u_long
endfrom
;
local in function:_gmonparam_merge
303
endfrom
= (q->fromssize / sizeof(*q->froms));
304
for (fromindex = 0; fromindex <
endfrom
; fromindex++) {
/src/lib/libc/gmon/
gmon.c
265
u_long
endfrom
;
local in function:_m_gmon_merge_two
269
endfrom
= (q->fromssize / sizeof(*q->froms));
270
for (fromindex = 0; fromindex <
endfrom
; fromindex++) {
379
int
endfrom
;
local in function:_mcleanup
473
endfrom
= (int)(p->fromssize / sizeof(*p->froms));
474
for (fromindex = 0; fromindex <
endfrom
; fromindex++) {
/src/usr.sbin/kgmon/
kgmon.c
351
int fromindex,
endfrom
, toindex;
local in function:dumpstate
454
endfrom
= kvp->gpm.fromssize / sizeof(*froms);
455
for (fromindex = 0; fromindex <
endfrom
; ++fromindex) {
Completed in 21 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025