Searched refs:systrace_sysent_t (Results 1 – 2 of 2) sorted by relevance
41 } systrace_sysent_t; typedef43 extern systrace_sysent_t *systrace_sysent;44 extern systrace_sysent_t *systrace_sysent32;
89 systrace_sysent_t *systrace_sysent = NULL;107 systrace_sysent_t *sy; in dtrace_systrace_syscall()284 systrace_sysent_t *sy; in dtrace_systrace_syscall_return()366 systrace_init(const struct sysent *actual, systrace_sysent_t **interposed) in systrace_init()368 systrace_sysent_t *ssysent = *interposed; /* Avoid sysent shadow warning in systrace_init()373 *interposed = ssysent = kmem_zalloc(sizeof(systrace_sysent_t) * in systrace_init()380 systrace_sysent_t *s = &ssysent[i]; in systrace_init()