Searched refs:systrace_sysent (Results 1 – 3 of 3) sorted by relevance
90 systrace_init(sysent, &systrace_sysent); in systrace_provide()96 if (systrace_sysent[i].stsy_underlying == NULL) in systrace_provide()110 systrace_sysent[i].stsy_entry = DTRACE_IDNONE; in systrace_provide()111 systrace_sysent[i].stsy_return = DTRACE_IDNONE; in systrace_provide()130 ASSERT(systrace_sysent[sysnum].stsy_entry == DTRACE_IDNONE); in systrace_destroy()135 ASSERT(systrace_sysent[sysnum].stsy_return == DTRACE_IDNONE); in systrace_destroy()147 int enabled = (systrace_sysent[sysnum].stsy_entry != DTRACE_IDNONE || in systrace_enable()148 systrace_sysent[sysnum].stsy_return != DTRACE_IDNONE); in systrace_enable()151 systrace_sysent[sysnum].stsy_entry = id; in systrace_enable()156 systrace_sysent[sysnum].stsy_return = id; in systrace_enable()[all …]
40 typedef struct systrace_sysent { struct46 extern systrace_sysent_t *systrace_sysent; argument
1094 systrace_sysent_t *systrace_sysent; variable1109 systrace_sysent_t *sy = &systrace_sysent[curthread->t_sysnum]; in dtrace_systrace_syscall()1191 if (systrace_sysent == NULL) in dtrace_systrace_rtt()1194 sy = &systrace_sysent[curthread->t_sysnum]; in dtrace_systrace_rtt()