Home
last modified time | relevance | path

Searched refs:systrace_sysent (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/dtrace/
H A Dsystrace.c90 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()
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()
168 (void *)systrace_sysent[sysnum].stsy_underlying, in systrace_enable()
189 (void *)systrace_sysent[sysnum].stsy_underlying); in systrace_disable()
199 systrace_sysent[sysnum].stsy_entry = DTRACE_IDNONE; in systrace_disable()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dsystrace.h38 typedef struct systrace_sysent { struct
44 extern systrace_sysent_t *systrace_sysent; argument
/illumos-gate/usr/src/uts/common/os/
H A Dsysent.c1093 systrace_sysent_t *systrace_sysent; variable
1108 systrace_sysent_t *sy = &systrace_sysent[curthread->t_sysnum]; in dtrace_systrace_syscall()
1190 if (systrace_sysent == NULL) in dtrace_systrace_rtt()
1193 sy = &systrace_sysent[curthread->t_sysnum]; in dtrace_systrace_rtt()