Searched refs:DBG_FNC_SOSHUTDOWN (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.81.4/bsd/kern/ |
| H A D | uipc_socket.c | 258 #define DBG_FNC_SOSHUTDOWN NETDBG_CODE(DBG_NETSOCK, (9 << 8)) macro 4438 KERNEL_DEBUG(DBG_FNC_SOSHUTDOWN | DBG_FUNC_START, how, 0, 0, 0, 0); in soshutdown() 4458 KERNEL_DEBUG(DBG_FNC_SOSHUTDOWN | DBG_FUNC_END, how, error, 0, 0, 0); in soshutdown() 4488 KERNEL_DEBUG(DBG_FNC_SOSHUTDOWN, how, 1, 0, 0, 0); in soshutdownlock_final()
|