Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dsystrace.h44 } systrace_sysent_t; typedef
46 extern systrace_sysent_t *systrace_sysent;
47 extern systrace_sysent_t *systrace_sysent32;
/titanic_44/usr/src/uts/common/dtrace/
H A Dsystrace.c52 systrace_init(struct sysent *actual, systrace_sysent_t **interposed) in systrace_init()
54 systrace_sysent_t *sysent = *interposed; in systrace_init()
58 *interposed = sysent = kmem_zalloc(sizeof (systrace_sysent_t) * in systrace_init()
64 systrace_sysent_t *s = &sysent[i]; in systrace_init()
/titanic_44/usr/src/uts/common/os/
H A Dsysent.c1094 systrace_sysent_t *systrace_sysent;
1109 systrace_sysent_t *sy = &systrace_sysent[curthread->t_sysnum]; in dtrace_systrace_syscall()
1143 systrace_sysent_t *systrace_sysent32;
1150 systrace_sysent_t *sy = &systrace_sysent32[curthread->t_sysnum]; in dtrace_systrace_syscall32()
1187 systrace_sysent_t *sy; in dtrace_systrace_rtt()