Searched refs:machdep_call_count (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dmachdep_call.c64 int machdep_call_count = variable
H A Dmachdep_call.h69 extern int machdep_call_count;
H A Dbsd_i386.c329 int args[machdep_call_count];
343 if (trapno < 0 || trapno >= machdep_call_count) {
417 if (trapno < 0 || trapno >= machdep_call_count) {

Completed in 82 milliseconds