Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/net/
H A Ddlil_output.c451 KERNEL_DEBUG(DBG_FNC_DLIL_IFOUT | DBG_FUNC_START, in dlil_output()
471 KERNEL_DEBUG(DBG_FNC_DLIL_IFOUT | DBG_FUNC_END, in dlil_output()
474 KERNEL_DEBUG(DBG_FNC_DLIL_IFOUT | DBG_FUNC_END, 0, 0, 0, 0, 0); in dlil_output()
490 KERNEL_DEBUG(DBG_FNC_DLIL_IFOUT | DBG_FUNC_START, in dlil_output()
544 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