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

/xnu-2782.1.97/osfmk/i386/
H A Dmachdep_call.c69 int machdep_call_count = variable
H A Dmachdep_call.h70 extern int machdep_call_count;
H A Dbsd_i386.c246 int args[machdep_call_count];
263 if (trapno < 0 || trapno >= machdep_call_count) {
340 if (trapno < 0 || trapno >= machdep_call_count) {

Completed in 37 milliseconds