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

/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dsystrace.h50 typedef struct systrace_sysent { struct
61 extern systrace_sysent_t *systrace_sysent;
H A Dsystrace.c102 systrace_sysent_t *systrace_sysent = NULL; variable
158 sy = (code >= NUM_SYSENT) ? &systrace_sysent[63] : &systrace_sysent[code];
272 sy = (code >= NUM_SYSENT) ? &systrace_sysent[63] : &systrace_sysent[code];
423 systrace_init(sysent, &systrace_sysent);
429 if (systrace_sysent[i].stsy_underlying == NULL)
443 systrace_sysent[i].stsy_entry = DTRACE_IDNONE;
444 systrace_sysent[i].stsy_return = DTRACE_IDNONE;
469 ASSERT(systrace_sysent[sysnu
[all...]

Completed in 14 milliseconds