Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/dev/dtrace/
H A Dsystrace.c368 systrace_sysent_t *ssysent = *interposed; /* Avoid sysent shadow warning in systrace_init() local
372 if (ssysent == NULL) { 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()