Home
last modified time | relevance | path

Searched refs:kdebug_kdcopybuf_count (Results 1 – 4 of 4) sorted by relevance

/xnu-8796.121.2/bsd/kern/
H A Dkdebug_common.c658 if ((tempbuf_count = count) > kd_ctrl_page->kdebug_kdcopybuf_count) { in kernel_debug_read()
659 tempbuf_count = kd_ctrl_page->kdebug_kdcopybuf_count; in kernel_debug_read()
976 if ((tempbuf_count = count) > kd_ctrl_page->kdebug_kdcopybuf_count) { in kernel_debug_read()
977 tempbuf_count = kd_ctrl_page->kdebug_kdcopybuf_count; in kernel_debug_read()
H A Dkdebug_triage.c34 .kdebug_kdcopybuf_count = TRIAGE_KDCOPYBUF_COUNT,
H A Dkdebug.c293 .kdebug_kdcopybuf_count = TRACE_KDCOPYBUF_COUNT,
/xnu-8796.121.2/bsd/sys/
H A Dkdebug_common.h117 uint32_t kdebug_kdcopybuf_count; member