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

/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dsystrace.c347 systrace_init(struct sysent *actual, systrace_sysent_t **interposed) function
376 #define systrace_init _systrace_init /* Avoid name clash with Darwin automagic conf symbol */ macro
378 systrace_init(struct sysent *actual, systrace_sysent_t **interposed) function
423 systrace_init(sysent, &systrace_sysent);
425 systrace_init(sysent32, &systrace_sysent32);
452 #undef systrace_init macro
1099 void systrace_init( void );
1101 void systrace_init( void ) function
1107 printf("systrace_init: failed to allocate a major number!\n");
1117 panic("systrace_init
[all...]

Completed in 14 milliseconds