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

/macosx-10.5.8/xnu-1228.15.4/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.c99 systrace_sysent_t *systrace_sysent = NULL;
116 systrace_sysent_t *sy;
238 systrace_sysent_t *sy;
308 systrace_init(struct sysent *actual, systrace_sysent_t **interposed)
310 systrace_sysent_t *sysent = *interposed;
314 *interposed = sysent = kmem_zalloc(sizeof (systrace_sysent_t) *
320 systrace_sysent_t *s = &sysent[i];
821 typedef systrace_sysent_t machtrace_sysent_t;

Completed in 65 milliseconds