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

/darwin-on-arm/xnu/bsd/kern/
H A Dkdebug.c2163 uint32_t tempbuf_count; local
2192 if ((tempbuf_count = count) > KDCOPYBUF_COUNT)
2193 tempbuf_count = KDCOPYBUF_COUNT;
2200 while (tempbuf_count) {
2284 tempbuf_count--;
2322 if ((tempbuf_count = count) > KDCOPYBUF_COUNT)
2323 tempbuf_count = KDCOPYBUF_COUNT;

Completed in 29 milliseconds