OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rawarc
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libc/gmon/
gmon.c
382
struct
rawarc
rawarc
;
local in function:_mcleanup
489
rawarc
.raw_frompc = frompc;
490
rawarc
.raw_selfpc = p->tos[toindex].selfpc;
491
rawarc
.raw_count = p->tos[toindex].count;
492
(void)write(fd, &
rawarc
, sizeof
rawarc
);
/src/sys/sys/
gmon.h
112
struct
rawarc
{
struct
/src/usr.sbin/kgmon/
kgmon.c
344
struct
rawarc
rawarc
;
local in function:dumpstate
467
rawarc
.raw_frompc = frompc;
468
rawarc
.raw_selfpc = (u_long)tos[toindex].selfpc;
469
rawarc
.raw_count = tos[toindex].count;
470
if (fwrite(&
rawarc
, sizeof(
rawarc
), 1,fp) != 1){
Completed in 13 milliseconds
Indexes created Thu Sep 25 16:09:42 GMT 2025