Home
last modified time | relevance | path

Searched refs:LOG_DEBUG (Results 1 – 25 of 36) sorted by relevance

12

/xnu-10063.101.15/bsd/net/
H A Dcontent_filter_crypto.c22 CFIL_CRYPTO_LOG(LOG_DEBUG, \
27 CFIL_CRYPTO_LOG(LOG_DEBUG, \
32 CFIL_CRYPTO_LOG(LOG_DEBUG, \
37 CFIL_CRYPTO_LOG(LOG_DEBUG, \
42 CFIL_CRYPTO_LOG(LOG_DEBUG, \
50 CFIL_CRYPTO_LOG(LOG_DEBUG, "%s NE Filter crypto data:", prefix); in cfil_crypto_print_data()
101 CFIL_CRYPTO_LOG(LOG_DEBUG, "Inited client key"); in cfil_crypto_init_client()
164 if (cfil_log_level >= LOG_DEBUG) { in cfil_crypto_sign_data()
166 CFIL_CRYPTO_LOG(LOG_DEBUG, "Signed data: datalen %lu", sizeof(struct cfil_crypto_data)); in cfil_crypto_sign_data()
H A Dnetwork_agent.c626 NETAGENTLOG0(LOG_DEBUG, "Request to get use count"); in netagent_ctl_getopt()
631 NETAGENTLOG0(LOG_DEBUG, "Request to get token count"); in netagent_ctl_getopt()
636 NETAGENTLOG0(LOG_DEBUG, "Request to get token low water mark"); in netagent_ctl_getopt()
666 NETAGENTLOG0(LOG_DEBUG, "Request for registration"); in netagent_ctl_setopt()
671 NETAGENTLOG0(LOG_DEBUG, "Request for update"); in netagent_ctl_setopt()
676 NETAGENTLOG0(LOG_DEBUG, "Request for unregistration"); in netagent_ctl_setopt()
681 NETAGENTLOG0(LOG_DEBUG, "Request for assigning nexus"); in netagent_ctl_setopt()
686 NETAGENTLOG0(LOG_DEBUG, "Request for assigning group members"); in netagent_ctl_setopt()
691 NETAGENTLOG0(LOG_DEBUG, "Request to set use count"); in netagent_ctl_setopt()
696 NETAGENTLOG0(LOG_DEBUG, "Request to add a token"); in netagent_ctl_setopt()
[all …]
H A Dif_bridge.c1813 BRIDGE_LOG(LOG_DEBUG, BR_DBGF_IOCTL, in bridge_ioctl()
2248 BRIDGE_LOG(LOG_DEBUG, BR_DBGF_INPUT, in bridge_iff_input()
2262 BRIDGE_LOG(LOG_DEBUG, BR_DBGF_INPUT, "frame_ptr outside mbuf"); in bridge_iff_input()
2273 BRIDGE_LOG(LOG_DEBUG, BR_DBGF_INPUT, in bridge_iff_input()
2281 BRIDGE_LOG(LOG_DEBUG, BR_DBGF_INPUT, in bridge_iff_input()
2332 BRIDGE_LOG(LOG_DEBUG, BR_DBGF_OUTPUT, in bridge_iff_output()
2361 BRIDGE_LOG(LOG_DEBUG, BR_DBGF_LIFECYCLE, in bridge_iff_event()
2441 BRIDGE_LOG(LOG_DEBUG, BR_DBGF_LIFECYCLE, "%s", ifp->if_xname); in bridge_iff_detached()
2483 BRIDGE_LOG(LOG_DEBUG, BR_DBGF_LIFECYCLE, "%s", ifp->if_xname); in bridge_attach_protocol()
2502 BRIDGE_LOG(LOG_DEBUG, BR_DBGF_LIFECYCLE, "%s", ifp->if_xname); in bridge_detach_protocol()
[all …]
H A Dnat464_utils.c177 clat_log2((LOG_DEBUG, "%s synthesized %s\n", __func__, in nat464_synthesize_ipv6()
243 clat_log2((LOG_DEBUG, "%s desynthesized to %s\n", __func__, in nat464_synthesize_ipv4()
529 clat_log2((LOG_DEBUG, "%s translated to IPv4 (inner) " in nat464_translate_icmp_ip()
556 clat_log2((LOG_DEBUG, "%s translated to IPv6 (inner) " in nat464_translate_icmp_ip()
705 clat_log2((LOG_DEBUG, "%s translated to IPv4 ip_len: %#x " in nat464_translate_64()
755 clat_log2((LOG_DEBUG, "%s translated to IPv6 ip6_plen: %#x " in nat464_translate_46()
982 clat_log2((LOG_DEBUG, "%s translated to ICMPV6 type: %d " in nat464_translate_proto()
1054 clat_log2((LOG_DEBUG, "%s translated to ICMP type: %d " in nat464_translate_proto()
H A Dcontent_filter.c1750 CFIL_LOG(LOG_DEBUG, in cfil_socket_from_sock_id()
4130 CFIL_LOG(LOG_DEBUG, in cfil_data_service_ctl_q()
4215 CFIL_LOG(LOG_DEBUG, in cfil_data_service_ctl_q()
4254 CFIL_LOG(LOG_DEBUG, in cfil_data_service_ctl_q()
5803 if (cfil_log_level >= LOG_DEBUG) { in sysctl_cfil_filter_list()
5951 if (cfil_log_level >= LOG_DEBUG) { in sysctl_cfil_sock_list()
6233 CFIL_LOG(LOG_DEBUG, "CFIL: UDP no active filter"); in cfil_sock_udp_handle_data()
6245 CFIL_LOG(LOG_DEBUG, "CFIL: UDP failed to get control unit"); in cfil_sock_udp_handle_data()
6254 CFIL_LOG(LOG_DEBUG, "CFIL: UDP user space only"); in cfil_sock_udp_handle_data()
6778 CFIL_LOG(LOG_DEBUG, "CFIL: FILTER SHOW: Filter <unit %d, entry count %d> flags <%lx>:", in cfil_filter_show()
[all …]
H A Dnecp.c2125 NECPLOG(LOG_DEBUG, "Created NECP session, control unit %d", control_unit); in necp_create_session()
2157 NECPLOG0(LOG_DEBUG, "Deleted NECP session"); in necp_delete_session()
2277 NECPLOG(LOG_DEBUG, "Policy result type %d, valid %d", type, validated); in necp_policy_result_is_valid()
2535 NECPLOG(LOG_DEBUG, "Policy condition type %d, valid %d", type, validated); in necp_policy_condition_is_valid()
2593 NECPLOG(LOG_DEBUG, "Policy route rule type %d, valid %d", type, validated); in necp_policy_route_rule_is_valid()
3045 NECPLOG0(LOG_DEBUG, "Gathering policies"); in necp_handle_policy_dump_all()
3052 …NECPLOG(LOG_DEBUG, "Failed to allocate tlv_buffer_pointers (%lu bytes)", sizeof(u_int8_t *) * poli… in necp_handle_policy_dump_all()
3058 …NECPLOG(LOG_DEBUG, "Failed to allocate tlv_buffer_lengths (%lu bytes)", sizeof(u_int32_t) * policy… in necp_handle_policy_dump_all()
3075 NECPLOG(LOG_DEBUG, "Policy: process: %s, result: %s", proc_name_string, result_string); in necp_handle_policy_dump_all()
3241 NECPLOG(LOG_DEBUG, "Failed to allocate tlv_buffer (%u bytes)", total_allocated_bytes); in necp_handle_policy_dump_all()
[all …]
H A Dradix.c492 log(LOG_DEBUG, "rn_insert: Going In:\n"), traverse(p); in rn_insert()
512 log(LOG_DEBUG, "rn_insert: Coming Out:\n"), traverse(p); in rn_insert()
/xnu-10063.101.15/bsd/kern/
H A Dsubr_eventhandler.c144 evhlog((LOG_DEBUG, "%s: creating list \"%s\"", __func__, name)); in eventhandler_register_internal()
164 …evhlog((LOG_DEBUG, "%s: adding item %p (function %p to \"%s\"", __func__, (void *)VM_KERNEL_ADDRPE… in eventhandler_register_internal()
206 evhlog((LOG_DEBUG, "%s: removing item %p from \"%s\"", __func__, (void *)VM_KERNEL_ADDRPERM(ep), in eventhandler_deregister()
219 evhlog((LOG_DEBUG, "%s: marking item %p from \"%s\" as dead", __func__, in eventhandler_deregister()
226 evhlog((LOG_DEBUG, "%s: removing all items from \"%s\"", __func__, in eventhandler_deregister()
235 evhlog((LOG_DEBUG, "%s: marking all items from \"%s\" as dead", in eventhandler_deregister()
306 evhlog((LOG_DEBUG, "%s: pruning list \"%s\"", __func__, list->el_name)); in eventhandler_prune_list()
H A Dtracker.c236 …TRACKER_LOG(LOG_DEBUG, "Initialized: hashsize %d hashmask %lX", TRACKERHASHSIZE, g_tracker_db.trac… in tracker_db_init()
425 TRACKER_ENTRY_LOG(LOG_DEBUG, "Matched entry", nextentry, hash_element); in tracker_search_and_insert()
428 TRACKER_LOG(LOG_DEBUG, "Max link count %d (hash 0x%X)", db->max_link_count, hash_element); in tracker_search_and_insert()
436 TRACKER_ENTRY_LOG(LOG_DEBUG, "Updated entry", nextentry, hash_element); in tracker_search_and_insert()
456 TRACKER_LOG(LOG_DEBUG, "Max link count %d (hash 0x%X)", db->max_link_count, hash_element); in tracker_search_and_insert()
472 TRACKER_ENTRY_LOG(LOG_DEBUG, "Added entry", matchentry, hash_element); in tracker_search_and_insert()
473 …TRACKER_LOG(LOG_DEBUG, "Total entries %d (hashmask 0x%lX)", db->tracker_count, db->tracker_hashmas… in tracker_search_and_insert()
488 TRACKER_LOG(LOG_DEBUG, "No tracker attribute of type %d found in parameters", type); in tracker_retrieve_attribute()
749 TRACKER_LOG(LOG_DEBUG, "Dumping domain <%s> len <%zu>", dst_domain_buffer, str_len); in tracker_entry_dump()
756 TRACKER_LOG(LOG_DEBUG, "Dumping domain owner <%s> len <%zu>", dst_domain_owner_buffer, str_len); in tracker_entry_dump()
[all …]
H A Dsocket_flows.c574 SOFLOW_ENTRY_LOG(LOG_DEBUG, db->soflow_db_so, &matchentry, true, "Looking for entry"); in soflow_db_lookup_entry_internal()
594 …SOFLOW_ENTRY_LOG(LOG_DEBUG, db->soflow_db_so, nextentry, nextentry->soflow_debug, "Found entry v6"… in soflow_db_lookup_entry_internal()
599 …SOFLOW_ENTRY_LOG(LOG_DEBUG, db->soflow_db_so, nextentry, nextentry->soflow_debug, "Found entry v4"… in soflow_db_lookup_entry_internal()
606 …SOFLOW_ENTRY_LOG(LOG_DEBUG, db->soflow_db_so, &matchentry, matchentry.soflow_debug, "Entry not fou… in soflow_db_lookup_entry_internal()
632 …SOFLOW_ENTRY_LOG(LOG_DEBUG, db->soflow_db_so, nextentry, nextentry->soflow_debug, "Looking at entr… in soflow_db_lookup_by_feature_context_id()
635 …SOFLOW_ENTRY_LOG(LOG_DEBUG, db->soflow_db_so, nextentry, nextentry->soflow_debug, "Found entry by … in soflow_db_lookup_by_feature_context_id()
641 …SOFLOW_LOG(LOG_DEBUG, db->soflow_db_so, db->soflow_db_debug, "No entry found for featureID %llu <c… in soflow_db_lookup_by_feature_context_id()
669 …SOFLOW_ENTRY_LOG(LOG_DEBUG, db->soflow_db_so, db->soflow_db_only_entry, db->soflow_db_only_entry->… in soflow_db_get_feature_context()
672 …SOFLOW_LOG(LOG_DEBUG, db->soflow_db_so, db->soflow_db_debug, "MISMATCHED only entry for featureID … in soflow_db_get_feature_context()
800 SOFLOW_LOG(LOG_DEBUG, so, true, "Check control type %d", cm->cmsg_type); in soflow_udp_get_address_from_control()
[all …]
/xnu-10063.101.15/bsd/netkey/
H A Dkey.c342 ipseclog((LOG_DEBUG, "%s: state mismatched (TREE=%d SA=%d)\n", \
350 ipseclog((LOG_DEBUG, "%s: direction mismatched (TREE=%d SP=%d), " \
1014 ipseclog((LOG_DEBUG, "key_checkrequest: error %d returned " in key_checkrequest()
1379 ipseclog((LOG_DEBUG, "key_allocsa: " in key_allocsa_extended()
1545 ipseclog((LOG_DEBUG, "key_checksa_present: " in key_checksa_present()
1586 ipseclog((LOG_DEBUG, "key_checksa_present: " in key_checksa_present()
1598 ipseclog((LOG_DEBUG, "key_checksa_present: " in key_checksa_present()
1988 ipseclog((LOG_DEBUG, "key_msg2sp: Invalid msg length.\n")); in key_msg2sp()
2019 ipseclog((LOG_DEBUG, in key_msg2sp()
2031 ipseclog((LOG_DEBUG, "key_msg2sp: " in key_msg2sp()
[all …]
/xnu-10063.101.15/bsd/net/pktsched/
H A Dpktsched_netem.c926 NETEM_LOG(LOG_DEBUG, "| corrupted"); in corruption_event()
974 NETEM_LOG(LOG_DEBUG, "| reorder %dms behind", in latency_event()
980 NETEM_LOG(LOG_DEBUG, "| total delay %dms", delay_ms); in latency_event()
1098 NETEM_LOG(LOG_DEBUG, "┌ begin p %p len %u, now %llu", p->cp_mbuf, in nlc_enqueue()
1103 NETEM_LOG(LOG_DEBUG, "| zero-bw blocked"); in nlc_enqueue()
1108 NETEM_LOG(LOG_DEBUG, "| lost"); in nlc_enqueue()
1113 NETEM_LOG(LOG_DEBUG, "| dup'ed"); in nlc_enqueue()
1130 NETEM_LOG(LOG_DEBUG, "| %p enqueued TTS %llu", in nlc_enqueue()
1140 NETEM_LOG(LOG_DEBUG, "| wakeup output thread"); in nlc_enqueue()
1146 NETEM_LOG(LOG_DEBUG, "└ %p end", p->cp_mbuf); in nlc_enqueue()
[all …]
/xnu-10063.101.15/bsd/netinet6/
H A Dah_output.c202 ipseclog((LOG_DEBUG, "ah4_output: internal error: " in ah4_output()
254 ipseclog((LOG_DEBUG, "ENOBUFS in ah4_output %d\n", in ah4_output()
415 ipseclog((LOG_DEBUG, "ah6_output: first mbuf too short\n")); in ah6_output()
431 ipseclog((LOG_DEBUG, "ah6_output: md is not in chain\n")); in ah6_output()
466 ipseclog((LOG_DEBUG, "ah6_output: internal error: " in ah6_output()
577 ipseclog((LOG_DEBUG, in ah4_finaldst()
588 ipseclog((LOG_DEBUG, "ah4_finaldst: wrong optlen %d\n", in ah4_finaldst()
H A Dah_input.c139 ipseclog((LOG_DEBUG, "IPv4 AH input: can't pullup;" in ah4_input()
175 ipseclog((LOG_DEBUG, in ah4_input()
184 ipseclog((LOG_DEBUG, "IPv4 AH input: " in ah4_input()
244 ipseclog((LOG_DEBUG, "IPv4 AH input: can't pullup\n")); in ah4_input()
277 ipseclog((LOG_DEBUG, "IPv4 AH input: " in ah4_input()
288 ipseclog((LOG_DEBUG, "IPv4 AH input: " in ah4_input()
634 ipseclog((LOG_DEBUG, in ah6_input()
643 ipseclog((LOG_DEBUG, "IPv6 AH input: " in ah6_input()
710 ipseclog((LOG_DEBUG, "IPv6 AH input: " in ah6_input()
H A Desp_input.c246 ipseclog((LOG_DEBUG, in esp4_input_extended()
262 ipseclog((LOG_DEBUG, in esp4_input_extended()
291 ipseclog((LOG_DEBUG, in esp4_input_extended()
299 ipseclog((LOG_DEBUG, "IPv4 ESP input: " in esp4_input_extended()
353 ipseclog((LOG_DEBUG, in esp4_input_extended()
372 ipseclog((LOG_DEBUG, in esp4_input_extended()
379 ipseclog((LOG_DEBUG, in esp4_input_extended()
451 ipseclog((LOG_DEBUG, in esp4_input_extended()
541 ipseclog((LOG_DEBUG, in esp4_input_extended()
802 ipseclog((LOG_DEBUG, in esp4_input_extended()
[all …]
H A Desp_output.c316 ipseclog((LOG_DEBUG, "esp4_output: internal error: " in esp_output()
325 ipseclog((LOG_DEBUG, "esp6_output: internal error: " in esp_output()
382 ipseclog((LOG_DEBUG, "esp%d_output: md is not in chain\n", in esp_output()
683 ipseclog((LOG_DEBUG, "esp%d_output: can't alloc mbuf", in esp_output()
855 ipseclog((LOG_DEBUG, "can't alloc mbuf in esp%d_output", in esp_output()
948 ipseclog((LOG_DEBUG, "esp4_output: first mbuf too short\n")); in esp4_output()
965 ipseclog((LOG_DEBUG, "esp6_output: first mbuf too short\n")); in esp6_output()
H A Dip6_forward.c231 log(LOG_DEBUG, in ip6_forward()
522 log(LOG_DEBUG, in ip6_forward()
H A Desp_core.c1426 ipseclog((LOG_DEBUG, "esp_auth: mbuf length < skip\n")); in esp_auth()
1430 ipseclog((LOG_DEBUG, in esp_auth()
1446 ipseclog((LOG_DEBUG, "esp_auth: NULL SA passed\n")); in esp_auth()
1464 ipseclog((LOG_DEBUG, in esp_auth()
H A Dipsec.h357 case LOG_DEBUG: \
/xnu-10063.101.15/bsd/sys/
H A Dsyslog.h85 #define LOG_DEBUG 7 /* debug-level messages */ macro
104 { "debug", LOG_DEBUG, },
H A Deventhandler.h125 evhlog((LOG_DEBUG, "eventhandler_invoke(\"" __STRING(name) "\")")); \
130 evhlog((LOG_DEBUG, "eventhandler_invoke: executing %p", \
/xnu-10063.101.15/bsd/netinet/
H A Din_arp.c325 log(LOG_DEBUG, in arp_llinfo_addq()
344 log(LOG_DEBUG, "%s: dropping packet (scidx %u)\n", in arp_llinfo_addq()
355 log(LOG_DEBUG, "%s: enqueued packet (scidx %u), qlen now %u\n", in arp_llinfo_addq()
532 log(LOG_DEBUG, "%s: ARP probe(s) needed for %s; " in arp_llreach_reachable()
614 log(LOG_DEBUG, "%s: %s%s for %s\n", if_name(ifp), in arp_llreach_alloc()
737 log(LOG_DEBUG, "%s: draining ARP entries\n", __func__); in in_arpdrain()
749 log(LOG_DEBUG, "%s: found %u, aging %u, sticky %u, killed %u; " in in_arpdrain()
776 log(LOG_DEBUG, "%s: found %u, aging %u, sticky %u, killed %u; " in arp_timeout()
788 log(LOG_DEBUG, "%s: not rescheduling timer\n", __func__); in arp_timeout()
814 log(LOG_DEBUG, "%s: timer scheduled in " in arp_sched_timeout()
[all …]
H A Dtcp_ccdbg.c74 log(LOG_DEBUG, in tcp_ccdbg_control_disconnect()
H A Dflow_divert.c190 case LOG_DEBUG: return OS_LOG_TYPE_DEBUG; in flow_divert_syslog_type_to_oslog_type()
1803 FDLOG(LOG_DEBUG, fd_cb, "mbuf_copym() data_len = %lu", data_len); in flow_divert_send_buffered_data()
1832 FDLOG(LOG_DEBUG, fd_cb, "sent %lu bytes of buffered data", sent); in flow_divert_send_buffered_data()
2861 FDLOG(LOG_DEBUG, fd_cb, "received %lu bytes of data", data_size); in flow_divert_handle_data()
2929 FDLOG(LOG_DEBUG, fd_cb, "received a read notification for %u bytes", ntohl(read_count)); in flow_divert_handle_read_notification()
3513 FDLOG(LOG_DEBUG, fd_cb, "app read bytes, space = %d", space); in flow_divert_rcvd()
4050 FDLOG(LOG_DEBUG, fd_cb, "app wrote %lu bytes", data_size); in flow_divert_data_out()
4659 FDLOG0(LOG_DEBUG, &nil_pcb, "trying ctl_enqueuembuf again"); in flow_divert_kctl_rcvd()
/xnu-10063.101.15/bsd/vfs/
H A Dvfs_fslog.c99 kern_asl_msg(LOG_DEBUG, "messagetracer", in fslog_extmod_msgtracer()

12