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