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

/xnu-2422.115.4/bsd/dev/dtrace/
H A Dsystrace.h50 typedef struct systrace_sysent { struct
61 extern systrace_sysent_t *systrace_sysent;
H A Dsystrace.c100 systrace_sysent_t *systrace_sysent = NULL; variable
154 sy = (code >= NUM_SYSENT) ? &systrace_sysent[63] : &systrace_sysent[code];
268 sy = (code >= NUM_SYSENT) ? &systrace_sysent[63] : &systrace_sysent[code];
419 systrace_init(sysent, &systrace_sysent);
425 if (systrace_sysent[i].stsy_underlying == NULL)
439 systrace_sysent[i].stsy_entry = DTRACE_IDNONE;
440 systrace_sysent[i].stsy_return = DTRACE_IDNONE;
465 ASSERT(systrace_sysent[sysnu
[all...]

Completed in 23 milliseconds