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;
88 systrace_sysent_t *systrace_sysent = NULL;106 systrace_sysent_t *sy; in dtrace_systrace_syscall()300 systrace_sysent_t *sy; in dtrace_systrace_syscall_return()382 systrace_init(const struct sysent *actual, systrace_sysent_t **interposed) in systrace_init()384 systrace_sysent_t *ssysent = *interposed; /* Avoid sysent shadow warning in systrace_init()389 *interposed = ssysent = kmem_zalloc(sizeof(systrace_sysent_t) * in systrace_init()396 systrace_sysent_t *s = &ssysent[i]; in systrace_init()