Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4.c187 if (Cp++ == NULL) in main()
188 Cp = callst; in main()
190 Cp->argp = Ap; in main()
202 Cp->plev = 0; in main()
255 } else if (Cp == NULL) { in main()
258 if (Cp->plev) in main()
268 ++Cp->plev; in main()
270 --Cp->plev; in main()
272 if (Cp->plev == 0) { in main()
274 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;
/illumos-gate/usr/src/cmd/truss/
H A Dmain.c269 Cp = NULL; in main()
1068 scp = Cp->syscount[ow_syscall]; in worker_thread()
1074 accumulate(&Cp->usrtotal, in worker_thread()
1417 scp = Cp->syscount[ow_syscall]; in worker_thread()
1423 accumulate(&Cp->usrtotal, in worker_thread()
1547 Cp->basetime = Psp->pr_lwp.pr_tstamp; in setup_basetime()
1555 ((hrtime_t)Cp->basetime.tv_sec * NANOSEC + in setup_basetime()
1556 Cp->basetime.tv_nsec); in setup_basetime()
1599 if (Cp == NULL) { in per_proc_init()
1602 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 */