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

/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dsystrace.c779 typedef struct machtrace_sysent { struct
786 static machtrace_sysent_t *machtrace_sysent = NULL; variable
827 sy = &machtrace_sysent[code];
900 machtrace_init(mach_trap_table, &machtrace_sysent);
904 if (machtrace_sysent[i].stsy_underlying == NULL)
918 machtrace_sysent[i].stsy_entry = DTRACE_IDNONE;
919 machtrace_sysent[i].stsy_return = DTRACE_IDNONE;
937 ASSERT(machtrace_sysent[sysnum].stsy_entry == DTRACE_IDNONE);
939 ASSERT(machtrace_sysent[sysnum].stsy_return == DTRACE_IDNONE);
950 int enabled = (machtrace_sysent[sysnu
[all...]

Completed in 13 milliseconds