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

/darwin-on-arm/xnu/bsd/kern/
H A Dkdebug.c191 #define KDCOPYBUF_COUNT 8192 macro
192 #define KDCOPYBUF_SIZE (KDCOPYBUF_COUNT * sizeof(kd_buf))
2192 if ((tempbuf_count = count) > KDCOPYBUF_COUNT)
2193 tempbuf_count = KDCOPYBUF_COUNT;
2322 if ((tempbuf_count = count) > KDCOPYBUF_COUNT)
2323 tempbuf_count = KDCOPYBUF_COUNT;

Completed in 78 milliseconds