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

/darwin-on-arm/xnu/osfmk/profiling/
H A Dprofile-internal.h261 FILE *diag_stream; /* stdio stream to write diagnostics to */ member in struct:profile_vars
266 void *diag_stream; /* stdio stream to write diagnostics to */ member in struct:profile_vars
/darwin-on-arm/xnu/osfmk/profiling/i386/
H A Dprofile-asm.s165 * Use _profile_printf to write diagnostics; add diag_stream to hold stream to write to.
475 LCL(diag_stream) = LCL(stream)+4 /* stdio stream to write diagnostics to */
476 LCL(fwrite_func) = LCL(diag_stream)+4 /* function like fwrite to output bytes */

Completed in 27 milliseconds