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.c188 Cp = callst; in main()
202 Cp->plev = 0; in main()
258 if (Cp->plev) in main()
268 ++Cp->plev; in main()
270 --Cp->plev; in main()
274 expand(Cp->argp, Ap-Cp->argp-1); in main()
279 Cp = NULL; in main()
302 if (Cp != NULL) in main()
679 if (Cp) { in puttok()
910 if (Cp) { in error3()
[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()
1074 accumulate(&Cp->usrtotal, in worker_thread()
1423 accumulate(&Cp->usrtotal, in worker_thread()
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()
1608 c_basetime = Cp->basetime; in per_proc_init()
1613 Cp->basetime = c_basetime; in per_proc_init()
1622 Cp->syscount[i] = scp; in per_proc_init()
1794 Cp->usrtotal.tv_sec++; in file_to_parent()
[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 */