Searched refs:syscalls_mach (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A Dtask_info.h160 integer_t syscalls_mach; /* number of mach system calls */ member in struct:task_events_info
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dtask.h192 integer_t syscalls_mach; /* mach system call counter */ member in struct:task
H A Dtask.c367 new_task->syscalls_mach = 0;
1443 events_info->syscalls_mach = task->syscalls_mach;
H A Dbsd_kern.c564 ptinfo->pti_syscalls_mach = task->syscalls_mach;
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dgenassym.c186 DECLARE("TASK_SYSCALLS_MACH", offsetof(struct task *, syscalls_mach));
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dgenassym.c761 DECLARE("TASK_SYSCALLS_MACH", offsetof(struct task *, syscalls_mach));

Completed in 88 milliseconds