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

/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkdebug.c230 #define KDCOPYBUF_COUNT 8192 macro
231 #define KDCOPYBUF_SIZE (KDCOPYBUF_COUNT * sizeof(kd_buf))
2645 if ((tempbuf_count = count) > KDCOPYBUF_COUNT)
2646 tempbuf_count = KDCOPYBUF_COUNT;
2793 if ((tempbuf_count = count) > KDCOPYBUF_COUNT)
2794 tempbuf_count = KDCOPYBUF_COUNT;

Completed in 166 milliseconds