Home
last modified time | relevance | path

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

/xnu-10063.141.1/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.c89 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()