Lines Matching refs:syscount
868 struct syscount *scp; in worker_thread()
1063 scp = Cp->syscount[ow_syscall]; in worker_thread()
1411 scp = Cp->syscount[ow_syscall]; in worker_thread()
1587 struct syscount *scp; in per_proc_init()
1595 sizeof (struct syscount), NULL); in per_proc_init()
1605 sizeof (struct syscount)); in per_proc_init()
1614 scp = (struct syscount *)(Cp + 1); in per_proc_init()
1616 Cp->syscount[i] = scp; in per_proc_init()
1679 sizeof (struct syscount)); in child_to_file()
1765 * sizeof (struct syscount); in file_to_parent()
1767 struct syscount *sscp; in file_to_parent()
1780 sscp = (struct syscount *)(ncp + 1); in file_to_parent()
1791 ncp->syscount[i] = sscp; in file_to_parent()
1804 struct syscount *scp = Cp->syscount[i]; in file_to_parent()
1805 struct syscount *nscp = ncp->syscount[i]; in file_to_parent()
2166 struct syscount *scp = Cp->syscount[i]; in report()