Searched refs:machtrace_sysent (Results 1 – 1 of 1) sorted by relevance
638 typedef struct machtrace_sysent { struct645 static machtrace_sysent_t *machtrace_sysent = NULL; argument697 sy = &machtrace_sysent[code]; in dtrace_machtrace_syscall()777 machtrace_init(mach_trap_table, &machtrace_sysent); in machtrace_provide()780 if (machtrace_sysent[i].stsy_underlying == NULL) { in machtrace_provide()796 machtrace_sysent[i].stsy_entry = DTRACE_IDNONE; in machtrace_provide()797 machtrace_sysent[i].stsy_return = DTRACE_IDNONE; in machtrace_provide()815 ASSERT(machtrace_sysent[sysnum].stsy_entry == DTRACE_IDNONE); in machtrace_destroy()817 ASSERT(machtrace_sysent[sysnum].stsy_return == DTRACE_IDNONE); in machtrace_destroy()828 int enabled = (machtrace_sysent[sysnum].stsy_entry != DTRACE_IDNONE || in machtrace_enable()[all …]