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.c873 struct syscount *scp; in worker_thread()
1417 scp = Cp->syscount[ow_syscall]; in worker_thread()
1593 struct syscount *scp; in per_proc_init()
1611 sizeof (struct syscount)); in per_proc_init()
1622 Cp->syscount[i] = scp; in per_proc_init()
1685 sizeof (struct syscount)); in child_to_file()
1773 struct syscount *sscp; in file_to_parent()
1797 ncp->syscount[i] = sscp; in file_to_parent()
1810 struct syscount *scp = Cp->syscount[i]; in file_to_parent()
1811 struct syscount *nscp = ncp->syscount[i]; in file_to_parent()
[all …]
H A Dactions.c516 struct syscount *scp; in sysexit()
586 scp = Cp->syscount[what]; in sysexit()