Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Ddlil_output.c457 KERNEL_DEBUG(DBG_FNC_DLIL_IFOUT | DBG_FUNC_START, in dlil_output()
483 KERNEL_DEBUG(DBG_FNC_DLIL_IFOUT | DBG_FUNC_END, in dlil_output()
486 KERNEL_DEBUG(DBG_FNC_DLIL_IFOUT | DBG_FUNC_END, 0, 0, 0, 0, 0); in dlil_output()
504 KERNEL_DEBUG(DBG_FNC_DLIL_IFOUT | DBG_FUNC_START, in dlil_output()
566 KERNEL_DEBUG(DBG_FNC_DLIL_IFOUT | DBG_FUNC_END, 0, 0, 0, 0, 0); in dlil_output()
H A Ddlil_var_private.h164 #define DBG_FNC_DLIL_IFOUT DLILDBG_CODE(DBG_DLIL_STATIC, (3 << 8)) macro