Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/dev/dtrace/
H A Dsystrace.h41 } systrace_sysent_t; typedef
43 extern systrace_sysent_t *systrace_sysent;
44 extern systrace_sysent_t *systrace_sysent32;
H A Dsystrace.c88 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()