Home
last modified time | relevance | path

Searched refs:KDBG_WRAPPED (Results 1 – 6 of 6) sorted by relevance

/xnu-10063.141.1/bsd/kern/
H A Dkdebug_common.c295 kd_ctrl_page->kdc_live_flags |= KDBG_WRAPPED; in allocate_storage_unit()
362 kd_ctrl_page->kdc_live_flags |= KDBG_WRAPPED; in allocate_storage_unit()
436 bool wrapped = ctl->kdc_live_flags & KDBG_WRAPPED; in kdebug_disable_wrap()
437 ctl->kdc_live_flags &= ~KDBG_WRAPPED; in kdebug_disable_wrap()
667 kd_ctrl_page->kdc_live_flags &= ~KDBG_WRAPPED; in kernel_debug_read()
H A Dkdebug.c1299 kd_control_trace.kdc_live_flags &= ~KDBG_WRAPPED; in kdbg_reinit()
1559 kd_control_trace.kdc_live_flags &= ~(KDBG_NOWRAP | KDBG_WRAPPED); in kdbg_clear()
/xnu-10063.141.1/tools/lldbmacros/
H A Dxnudefines.py43 KDBG_WRAPPED = 0x00000008 variable
H A Dktrace.py560 if (ctrl.kdc_live_flags & xnudefines.KDBG_WRAPPED) != 0:
/xnu-10063.141.1/bsd/sys/
H A Dkdebug_private.h348 KDBG_WRAPPED = 0x0008,
/xnu-10063.141.1/tests/ktrace/
H A Dkdebug_tests.c341 } while (!(buf_info.flags & KDBG_WRAPPED) && --current_secs > 0);
343 T_ASSERT_TRUE(buf_info.flags & KDBG_WRAPPED,