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

/darwin-on-arm/xnu/osfmk/profiling/
H A Dprofile-internal.h263 size_t (*fwrite_func)(const void *, size_t, size_t, FILE *); member in struct:profile_vars
265 void *stream; /* pointer passed to fwrite_func */
268 size_t (*fwrite_func)(const void *, size_t, size_t, void *); member in struct:profile_vars
/darwin-on-arm/xnu/osfmk/profiling/i386/
H A Dprofile-md.c673 if ((*pv->fwrite_func)((void *)&arc,
725 if ((*pv->fwrite_func)((void *)&prof_st,
756 if ((*pv->fwrite_func)((void *)&prof_st,
H A Dprofile-asm.s476 LCL(fwrite_func) = LCL(diag_stream)+4 /* function like fwrite to output bytes */
477 LCL(page_size) = LCL(fwrite_func)+4 /* page size in bytes */

Completed in 26 milliseconds