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

/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dsystrace.h59 } systrace_sysent_t; typedef in typeref:struct:systrace_sysent
61 extern systrace_sysent_t *systrace_sysent;
62 extern systrace_sysent_t *systrace_sysent32;
H A Dsystrace.c102 systrace_sysent_t *systrace_sysent = NULL;
120 systrace_sysent_t *sy;
268 systrace_sysent_t *sy;
347 systrace_init(struct sysent *actual, systrace_sysent_t **interposed)
349 systrace_sysent_t *sysent = *interposed;
353 *interposed = sysent = kmem_zalloc(sizeof (systrace_sysent_t) *
359 systrace_sysent_t *s = &sysent[i];
378 systrace_init(struct sysent *actual, systrace_sysent_t **interposed)
381 systrace_sysent_t *ssysent = *interposed; /* Avoid sysent shadow warning
386 *interposed = ssysent = kmem_zalloc(sizeof (systrace_sysent_t) *
[all...]

Completed in 57 milliseconds