Searched refs:IP_DN_DBG_LOG (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.61.12/bsd/netinet/ |
| H A D | ip_dummynet.c | 248 #define IP_DN_DBG_LOG(fmt, ...) os_log_error(OS_LOG_DEFAULT, "ip_dn_debug %s:%d : " fmt "\n", __fun… macro 251 #define IP_DN_DBG_LOG(fmt, ...) do {} while (0) macro 586 IP_DN_DBG_LOG("Would overflow: available=%ld", bp_end - bp0); in cp_pipe_to_64_user() 2467 IP_DN_DBG_LOG("Asked to copy set_32: available=%ld, required=%lu", in dn_copy_set_32() 2470 IP_DN_DBG_LOG("Insufficient space to copy: available=%ld, required=%lu", in dn_copy_set_32() 2501 IP_DN_DBG_LOG("Advancing bp_inner old=0x%llx new=0x%llx end=0x%llx available=%lu", in dn_copy_set_32() 2532 IP_DN_DBG_LOG("Asked to copy set_64: available=%ld", bp_end - bp_inner); in dn_copy_set_64() 2534 IP_DN_DBG_LOG("Insufficient space to copy: available=%ld, required=%lu", in dn_copy_set_64() 2543 IP_DN_DBG_LOG("Iter=%d to copied=%d available=%ld", in dn_copy_set_64() 2572 IP_DN_DBG_LOG("Advancing bp_inner old=0x%llx new=0x%llx end=0x%llx available=%lu", in dn_copy_set_64() [all …]
|