Home
last modified time | relevance | path

Searched refs:syscount (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/truss/
H A Dramdata.h186 struct syscount { struct
195 struct syscount *syscount[PRMAXSYS+1]; argument
H A Dmain.c874 struct syscount *scp; in worker_thread()
1069 scp = Cp->syscount[ow_syscall]; in worker_thread()
1418 scp = Cp->syscount[ow_syscall]; in worker_thread()
1594 struct syscount *scp; in per_proc_init()
1602 sizeof (struct syscount), NULL); in per_proc_init()
1612 sizeof (struct syscount)); in per_proc_init()
1621 scp = (struct syscount *)(Cp + 1); in per_proc_init()
1623 Cp->syscount[i] = scp; in per_proc_init()
1686 sizeof (struct syscount)); in child_to_file()
1772 * sizeof (struct syscount); in file_to_parent()
[all …]
H A Dactions.c517 struct syscount *scp; in sysexit()
587 scp = Cp->syscount[what]; in sysexit()