Searched refs:mach_trap_count (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dsyscall_sw.h91 extern int mach_trap_count;
H A Dsyscall_sw.c229 int mach_trap_count = (sizeof(mach_trap_table) / sizeof(mach_trap_table[0])); variable
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dbsd_i386.c690 if (call_number < 0 || call_number >= mach_trap_count) {
747 if (call_number < 0 || call_number >= mach_trap_count) {
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Dsystrace.c661 extern int mach_trap_count;
815 #define NSYSCALL mach_trap_count

Completed in 34 milliseconds