Home
last modified time | relevance | path

Searched refs:Cp (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/cmd/sgs/m4/common/
H A Dm4.c183 if (Cp++ == NULL) in main()
184 Cp = callst; in main()
186 Cp->argp = Ap; in main()
198 Cp->plev = 0; in main()
251 } else if (Cp == NULL) { in main()
254 if (Cp->plev) in main()
264 ++Cp->plev; in main()
266 --Cp->plev; in main()
268 if (Cp->plev == 0) { in main()
270 expand(Cp->argp, Ap-Cp->argp-1); in main()
[all …]
H A Dm4ext.c55 struct call *Cp = NULL; /* position */ variable
H A Dm4.h150 extern struct call *Cp;
/titanic_41/usr/src/cmd/truss/
H A Dmain.c267 Cp = NULL; in main()
1063 scp = Cp->syscount[ow_syscall]; in worker_thread()
1069 accumulate(&Cp->usrtotal, in worker_thread()
1411 scp = Cp->syscount[ow_syscall]; in worker_thread()
1417 accumulate(&Cp->usrtotal, in worker_thread()
1541 Cp->basetime = Psp->pr_lwp.pr_tstamp; in setup_basetime()
1549 ((hrtime_t)Cp->basetime.tv_sec * NANOSEC + in setup_basetime()
1550 Cp->basetime.tv_nsec); in setup_basetime()
1593 if (Cp == NULL) { in per_proc_init()
1596 Cp = (struct counts *)pmem; in per_proc_init()
[all …]
H A Dramdata.c100 struct counts *Cp; /* for counting: malloc() or shared memory */ variable
H A Dactions.c237 Cp->sigcount[sig]++; in signalled()
285 Cp->fltcount[flt]++; in faulted()
586 scp = Cp->syscount[what]; in sysexit()
596 accumulate(&Cp->usrtotal, &Lsp->pr_utime, &pri->usrlast); in sysexit()
H A Dramdata.h215 extern struct counts *Cp; /* for counting: malloc() or shared memory */