Searched refs:systrace_sysent (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Dsystrace.h50 typedef struct systrace_sysent { struct
61 extern systrace_sysent_t *systrace_sysent;
H A Dsystrace.c99 systrace_sysent_t *systrace_sysent = NULL; variable
162 sy = (code >= NUM_SYSENT) ? &systrace_sysent[63] : &systrace_sysent[code];
242 sy = (code >= NUM_SYSENT) ? &systrace_sysent[63] : &systrace_sysent[code];
349 systrace_init(sysent, &systrace_sysent);
355 if (systrace_sysent[i].stsy_underlying == NULL)
369 systrace_sysent[i].stsy_entry = DTRACE_IDNONE;
370 systrace_sysent[i].stsy_return = DTRACE_IDNONE;
392 ASSERT(systrace_sysent[sysnu
[all...]

Completed in 12 milliseconds