Home
last modified time | relevance | path

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

/xnu-11215/bsd/dev/dtrace/scripts/
H A Dsched.d55 cpu_info = *((_processor_info_t *)`dtrace_zero); /* ` */ /* XXX */
H A Ddarwin.d217 pr_start = *((timestruc_t *)`dtrace_zero); /* ` */
/xnu-11215/bsd/dev/dtrace/
H A Ddtrace.c212 const char dtrace_zero[256] = { 0 }; /* zero-filled memory */ variable