Home
last modified time | relevance | path

Searched refs:CP_DEBUG (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.81.4/bsd/sys/ !
H A Dcprotect.h57 #define CP_DEBUG(x, a, b, c, d, e) do {} while (0); macro
64 #undef CP_DEBUG
65 #define CP_DEBUG KERNEL_DEBUG_CONSTANT
/xnu-11215.81.4/bsd/vfs/ !
H A Dvfs_bio.c1554CP_DEBUG((CPDBG_OFFSET_IO | DBG_FUNC_NONE), (uint32_t) f_offset, (uint32_t) bp->b_lblkno, (uint32_… in buf_strategy()