Home
last modified time | relevance | path

Searched refs:OS_LOG_DEFAULT (Results 1 – 25 of 76) sorted by relevance

1234

/xnu-8020.140.41/bsd/netinet/
H A Din_rmx.c205 os_log_debug(OS_LOG_DEFAULT, "%s: unable to insert " in in_addroute()
242 os_log_debug(OS_LOG_DEFAULT, "%s: route to %s->%s->%s inserted, " in in_addroute()
248 os_log_debug(OS_LOG_DEFAULT, "%s: route to %s->%s->%s inserted, " in in_addroute()
254 os_log_debug(OS_LOG_DEFAULT, "%s: unable to insert route to %s->%s->%s, " in in_addroute()
277 os_log_debug(OS_LOG_DEFAULT, "%s: route to %s->%s->%s deleted, " in in_deleteroute()
301 os_log_debug(OS_LOG_DEFAULT, "%s: route to %s->%s->%s validated, " in in_validate()
409 os_log_debug(OS_LOG_DEFAULT, "%s: deleting route to %s->%s->%s, " in in_clsroute()
436 os_log_error(OS_LOG_DEFAULT, "%s: error deleting route to " in in_clsroute()
450 os_log_debug(OS_LOG_DEFAULT, "%s: route to %s->%s->%s invalidated, " in in_clsroute()
507 os_log_debug(OS_LOG_DEFAULT, "%s: deleting route to " in in_rtqkill()
[all …]
H A Dtcp_log.c244 os_log(OS_LOG_DEFAULT, in tcp_log_rtt_info()
281 os_log(OS_LOG_DEFAULT, in tcp_log_rt_rtt()
322 os_log(OS_LOG_DEFAULT, in tcp_log_rtt_change()
359 os_log(OS_LOG_DEFAULT, in tcp_log_keepalive()
431 os_log(OS_LOG_DEFAULT, TCP_LOG_CONNECT_FMT, in tcp_log_connection()
434 os_log_info(OS_LOG_DEFAULT, TCP_LOG_CONNECT_FMT, in tcp_log_connection()
449 os_log(OS_LOG_DEFAULT, TCP_LOG_CONNECT_FMT "\n" TCP_LOG_CONN_Q_FMT, in tcp_log_connection()
452 os_log_info(OS_LOG_DEFAULT, TCP_LOG_CONNECT_FMT "\n" TCP_LOG_CONN_Q_FMT, in tcp_log_connection()
509 os_log(OS_LOG_DEFAULT, TCP_LOG_LISTEN_FMT, in tcp_log_listen()
512 os_log_info(OS_LOG_DEFAULT, TCP_LOG_LISTEN_FMT, in tcp_log_listen()
[all …]
H A Dtcp_cache.c373 os_log_error(OS_LOG_DEFAULT, "%s could not allocate cache", __func__); in tcp_getcache_with_lock()
735 os_log_error(OS_LOG_DEFAULT, "%s could not allocate cache", __func__); in tcp_getheuristic_with_lock()
786 os_log(OS_LOG_DEFAULT, "%s: Resetting TFO-data loss to 0 from %u on heur %lx\n", in tcp_heuristic_reset_counters()
794 os_log(OS_LOG_DEFAULT, "%s: Resetting TFO-req loss to 0 from %u on heur %lx\n", in tcp_heuristic_reset_counters()
802 os_log(OS_LOG_DEFAULT, "%s: Resetting TFO-data RST to 0 from %u on heur %lx\n", in tcp_heuristic_reset_counters()
810 os_log(OS_LOG_DEFAULT, "%s: Resetting TFO-req RST to 0 from %u on heur %lx\n", in tcp_heuristic_reset_counters()
818 os_log(OS_LOG_DEFAULT, "%s: Resetting ECN-loss to 0 from %u and synrst from %u on heur %lx\n", in tcp_heuristic_reset_counters()
906 os_log(OS_LOG_DEFAULT, "%s disable TFO until %u now %u on %lx\n", __func__, in __tcp_heuristic_tfo_middlebox_common()
982 os_log(OS_LOG_DEFAULT, "%s disable ECN until %u now %u on %lx for SYN-loss\n", in tcp_heuristic_inc_counters()
1002 os_log(OS_LOG_DEFAULT, "%s disable MPTCP until %u now %u on %lx\n", in tcp_heuristic_inc_counters()
[all …]
/xnu-8020.140.41/bsd/netinet6/
H A Din6_rmx.c252 os_log_debug(OS_LOG_DEFAULT, "%s: unable to insert " in in6_addroute()
321 os_log_debug(OS_LOG_DEFAULT, "%s: route to %s->%s->%s inserted, " in in6_addroute()
327 os_log_debug(OS_LOG_DEFAULT, "%s: route to %s->%s->%s inserted, " in in6_addroute()
333 os_log_debug(OS_LOG_DEFAULT, "%s: unable to insert route to %s->%s->%s, " in in6_addroute()
361 os_log_debug(OS_LOG_DEFAULT, "%s: route to %s->%s->%s deleted, " in in6_deleteroute()
387 os_log_debug(OS_LOG_DEFAULT, "%s: route to %s->%s->%s validated, " in in6_validate()
494 os_log_debug(OS_LOG_DEFAULT, "%s: deleting route to %s->%s->%s, " in in6_clsroute()
521 os_log_error(OS_LOG_DEFAULT, "%s: error deleting route to " in in6_clsroute()
535 os_log_debug(OS_LOG_DEFAULT, "%s: route to %s->%s->%s invalidated, " in in6_clsroute()
596 os_log_debug(OS_LOG_DEFAULT, "%s: deleting route to " in in6_rtqkill()
[all …]
H A Din6_src.c198 os_log(OS_LOG_DEFAULT, "%s:%d " fmt,\
316 os_log(OS_LOG_DEFAULT, "%s out src %s dst %s ifp %s", in in6_selectsrc_core()
634 os_log(OS_LOG_DEFAULT, "%s out src %s dst %s dst_scope %d best_scope %d", in in6_selectsrc_core()
922 os_log(OS_LOG_DEFAULT, "%s src %s dst %s ifscope %d " in selectroute()
1048 os_log(OS_LOG_DEFAULT, "%s %s->%s ifscope %d->%d ifa_if %s " in selectroute()
1055 os_log(OS_LOG_DEFAULT, "%s %s->%s ifscope %d->%d ifa_if %s", in selectroute()
1086 os_log(OS_LOG_DEFAULT, "%s %s->%s ifscope %d ifa_if %s", in selectroute()
1090 os_log(OS_LOG_DEFAULT, "%s %s->%s ifscope %d ifa_if NULL", in selectroute()
1265 os_log(OS_LOG_DEFAULT, in selectroute()
1273 os_log(OS_LOG_DEFAULT, in selectroute()
[all …]
/xnu-8020.140.41/bsd/net/
H A Drestricted_in_port.c228 os_log(OS_LOG_DEFAULT,
254 os_log(OS_LOG_DEFAULT,
338 os_log(OS_LOG_DEFAULT,
355 os_log(OS_LOG_DEFAULT,
432 os_log(OS_LOG_DEFAULT, in current_task_can_use_restricted_in_port()
466 os_log(OS_LOG_DEFAULT, in current_task_can_use_restricted_in_port()
478 os_log(OS_LOG_DEFAULT, in current_task_can_use_restricted_in_port()
484 os_log(OS_LOG_DEFAULT, in current_task_can_use_restricted_in_port()
489 os_log(OS_LOG_DEFAULT, in current_task_can_use_restricted_in_port()
494 os_log(OS_LOG_DEFAULT, in current_task_can_use_restricted_in_port()
[all …]
H A Dif_ipsec.c387 os_log_error(OS_LOG_DEFAULT, "ipsec_register_control - ctl_register failed: %d\n", result); in ipsec_register_control()
394 …os_log_error(OS_LOG_DEFAULT, "ipsec_register_control - proto_register_plumber(PF_INET, IFNET_FAMIL… in ipsec_register_control()
405 …os_log_error(OS_LOG_DEFAULT, "ipsec_register_control - proto_register_plumber(PF_INET6, IFNET_FAMI… in ipsec_register_control()
512 os_log_error(OS_LOG_DEFAULT, "%s: failed to register domain provider\n", __func__); in ipsec_register_nexus()
607 …os_log_error(OS_LOG_DEFAULT, "%s: %s cannot find channel %s\n", __func__, pcb->ipsec_if_xname, uui… in ipsec_kpipe_ring_init()
652 os_log_info(OS_LOG_DEFAULT, "%s: data path stopped for %s\n", __func__, if_name(pcb->ipsec_ifp)); in ipsec_kpipe_sync_tx()
726 os_log_error(OS_LOG_DEFAULT, "ipsec_encrypt_mbuf: ipsec4_output error %d\n", error); in ipsec_encrypt_mbuf()
737 os_log_error(OS_LOG_DEFAULT, "ipsec_encrypt_mbuf: ipsec6_splithdr returned NULL\n"); in ipsec_encrypt_mbuf()
758 os_log_error(OS_LOG_DEFAULT, "ipsec_encrypt_mbuf: ipsec6_output error %d\n", error); in ipsec_encrypt_mbuf()
765 …os_log_error(OS_LOG_DEFAULT, "ipsec_encrypt_mbuf: Received unknown packet version %d\n", ip_versio… in ipsec_encrypt_mbuf()
[all …]
H A Dif_ports_used.c278 os_log(OS_LOG_DEFAULT, in if_ports_used_update_wakeuuid()
288 os_log_info(OS_LOG_DEFAULT, in if_ports_used_update_wakeuuid()
321 os_log(OS_LOG_DEFAULT, "%s: current wakeuuid %s", in if_ports_used_update_wakeuuid()
383 os_log(OS_LOG_DEFAULT, "%s: wakeuuid not set not adding " in net_port_info_add_entry()
397 os_log(OS_LOG_DEFAULT, "%s: zalloc() failed for " in net_port_info_add_entry()
424 os_log(OS_LOG_DEFAULT, "%s: num %u for " in net_port_info_add_entry()
437 os_log(OS_LOG_DEFAULT, "%s: already added " in net_port_info_add_entry()
688 os_log(OS_LOG_DEFAULT, "%s: ifindex %u too big", __func__, ifindex); in if_ports_used_add_inpcb()
723 os_log(OS_LOG_DEFAULT, "%s: unexpected protocol %u for inp %p", __func__, in if_ports_used_add_inpcb()
798 os_log(OS_LOG_DEFAULT, "%s: ifindex %u too big", __func__, ifindex); in if_ports_used_add_flow_entry()
[all …]
H A Dif_utun.c392 os_log_info(OS_LOG_DEFAULT, "%s: data path stopped for %s\n", in utun_netif_sync_tx()
478 …os_log_error(OS_LOG_DEFAULT, "utun_netif_sync_tx %s: unknown ip version %u vhl %u tx_offset %u len… in utun_netif_sync_tx()
504 …os_log_error(OS_LOG_DEFAULT, "utun_netif_sync_tx %s - utun_output error %d\n", pcb->utun_ifp->if_x… in utun_netif_sync_tx()
507 …os_log_error(OS_LOG_DEFAULT, "utun_netif_sync_tx %s - mbuf_copyback(%zu) error %d\n", pcb->utun_if… in utun_netif_sync_tx()
514 …os_log_error(OS_LOG_DEFAULT, "utun_netif_sync_tx %s - mbuf_gethdr error %d\n", pcb->utun_ifp->if_x… in utun_netif_sync_tx()
519 …os_log_error(OS_LOG_DEFAULT, "utun_netif_sync_tx %s - 0 length packet\n", pcb->utun_ifp->if_xname); in utun_netif_sync_tx()
558 os_log_info(OS_LOG_DEFAULT, "%s: data path stopped for %s\n", in utun_netif_tx_doorbell()
570 os_log_error(OS_LOG_DEFAULT, "%s, tx refill failed %d\n", __func__, rc); in utun_netif_tx_doorbell()
583 …os_log_error(OS_LOG_DEFAULT, "utun_netif_tx_doorbell: ifnet_disable_output returned error %d\n", e… in utun_netif_tx_doorbell()
618 os_log_info(OS_LOG_DEFAULT, "%s: data path stopped for %s\n", in utun_netif_sync_rx()
[all …]
H A Dremote_vif.c120 os_log(OS_LOG_DEFAULT, "rvi_start failed: rvi_register_control failure"); in rvi_init()
172 os_log(OS_LOG_DEFAULT, "%s: ifnet_allocate for %s%d failed - %d", in rvi_create_if()
181 os_log(OS_LOG_DEFAULT, "%s: ifnet_attach for %s%d failed - %d", in rvi_create_if()
205 os_log(OS_LOG_DEFAULT, "%s: ifnet_detach for %s%d failed - %d", in rvi_destroy_if()
320 os_log(OS_LOG_DEFAULT, "%s: failure to create virtual interface %d", in rvi_ctl_connect()
395 os_log(OS_LOG_DEFAULT, "%s: mbuf_copydata failed %d", __func__, err); in rvi_ctl_send()
474 os_log(OS_LOG_DEFAULT, "%s: ifnet_softc is NULL for ifp %p", __func__, ifp); in rvi_set_bpf_tap()
531 os_log(OS_LOG_DEFAULT, "%s mbuf_pullup failed", __func__); in rvi_bpf_tap()
H A Dmulti_layer_pkt_log.c66 os_log(OS_LOG_DEFAULT, "%s:%d set net_mpklog_enabled to %d",
89 os_log(OS_LOG_DEFAULT, "%s:%d set net_mpklog_type to %u (%s)",
H A Dif_low_power_mode.c101 os_log_info(OS_LOG_DEFAULT, in if_low_power_evhdlr_callback()
186 os_log(OS_LOG_DEFAULT, in if_set_low_power()
H A Dbpf.c1500 os_log_info(OS_LOG_DEFAULT, in bpf_setup()
1507 os_log_info(OS_LOG_DEFAULT, in bpf_setup()
1531 os_log_info(OS_LOG_DEFAULT, in bpf_setup()
1538 os_log_info(OS_LOG_DEFAULT, in bpf_setup()
1549 os_log_info(OS_LOG_DEFAULT, in bpf_setup()
1560 os_log_info(OS_LOG_DEFAULT, in bpf_setup()
1589 os_log_info(OS_LOG_DEFAULT, in bpf_setup()
1724 os_log_info(OS_LOG_DEFAULT, in bpfioctl()
1730 os_log_info(OS_LOG_DEFAULT, in bpfioctl()
2132 os_log_info(OS_LOG_DEFAULT, in bpfioctl()
[all …]
H A Dif_mib.c204 os_log(OS_LOG_DEFAULT, "%s: IFDATA_SUPPLEMENTAL SYSCTL_OUT(MIN(%lu, %lu) failed with error %d", in make_ifmibdata()
/xnu-8020.140.41/libkern/coreanalytics/
H A Dcoreanalytics_shim.cpp55 …os_log_with_startup_serial(OS_LOG_DEFAULT, "No service matching %s", kCoreAnalyticsMatchingClassNa… in core_analytics_family_match()
60 os_log_with_startup_serial(OS_LOG_DEFAULT, "Unable to match CoreAnalyticsHub"); in core_analytics_family_match()
173 …os_log_with_startup_serial(OS_LOG_DEFAULT, "Dropping attempt to send a CoreAnalytics event before … in core_analytics_send_event_lazy()
179 os_log_with_startup_serial(OS_LOG_DEFAULT, "Unable to serialize CoreAnalytics event: %d", ret); in core_analytics_send_event_lazy()
188 …os_log_with_startup_serial(OS_LOG_DEFAULT, "Unable to send CoreAnalytics event. Delaying for %llu … in core_analytics_send_event_lazy()
191 os_log_with_startup_serial(OS_LOG_DEFAULT, "Unable to send CoreAnalytics event. Giving up."); in core_analytics_send_event_lazy()
207 os_log_with_startup_serial(OS_LOG_DEFAULT, "Registered CoreAnalyticsHub functions with xnu."); in core_analytics_hub_register()
/xnu-8020.140.41/osfmk/kern/
H A Dclock.c769 os_log(OS_LOG_DEFAULT, "%s wall %lu s %d u computed with %llu abs\n", in clock_set_calendar_microtime()
771 os_log(OS_LOG_DEFAULT, "%s requested %lu s %d u\n", in clock_set_calendar_microtime()
827 os_log(OS_LOG_DEFAULT, "%s mach bef PESet %llu mach aft %llu \n", __func__, now_b, now_a); in clock_set_calendar_microtime()
915 os_log(OS_LOG_DEFAULT, "%s adjustment %lld\n", __func__, adjustment); in clock_update_calendar()
957 os_log(OS_LOG_DEFAULT, "%s s_scale_ns %llu s_adj_nsx %lld tick_scale_x %llu offset_count %llu\n", in print_all_clock_variables_internal()
960 os_log(OS_LOG_DEFAULT, "%s offset.sec %ld offset.frac %llu offset_secs %lu offset_microsecs %d\n", in print_all_clock_variables_internal()
963 …os_log(OS_LOG_DEFAULT, "%s bintime.sec %ld bintime.frac %llu bintime_secs %lu bintime_microsecs %d… in print_all_clock_variables_internal()
966 …os_log(OS_LOG_DEFAULT, "%s bootime.sec %ld bootime.frac %llu bootime_secs %lu bootime_microsecs %d… in print_all_clock_variables_internal()
975 …os_log(OS_LOG_DEFAULT, "%s basesleep.sec %ld basesleep.frac %llu basesleep_secs %lu basesleep_micr… in print_all_clock_variables_internal()
996 os_log(OS_LOG_DEFAULT, "%s PMU %lu s %d u \n", func, (unsigned long)*pmu_secs, *pmu_usec); in print_all_clock_variables()
[all …]
/xnu-8020.140.41/pexpert/i386/
H A Dpe_kprintf.c152 os_log_with_args(OS_LOG_DEFAULT, OS_LOG_TYPE_DEFAULT, fmt, listp2, caller); in kprintf()
192 os_log_with_args(OS_LOG_DEFAULT, OS_LOG_TYPE_DEFAULT, fmt, listp2, caller); in kprintf()
201 os_log_with_args(OS_LOG_DEFAULT, OS_LOG_TYPE_DEFAULT, fmt, listp, caller); in kprintf()
/xnu-8020.140.41/osfmk/i386/
H A Dx86_hypercall.c72 os_log_error(OS_LOG_DEFAULT, "%s: invalid hcall register size, %zu bytes (expect %zu bytes)\n", in hvg_hcall_trigger_dump()
136 os_log_error(OS_LOG_DEFAULT, "%s: hcall failed, ret %d\n", in hvg_hcall_set_coredump_data()
/xnu-8020.140.41/osfmk/corpses/
H A Dcorpse.c223 os_log(OS_LOG_DEFAULT, "%s[%d] Corpse failure, too many faults %d\n", in task_crashinfo_get_ref()
229 os_log(OS_LOG_DEFAULT, "%s[%d] Corpse failure, too many %d\n", in task_crashinfo_get_ref()
238 os_log(OS_LOG_DEFAULT, "%s[%d] Corpse allowed %d of %d\n", in task_crashinfo_get_ref()
271 os_log(OS_LOG_DEFAULT, "Corpse released, count at %d\n", newgate.corpses); in task_crashinfo_release_ref()
559 os_log(OS_LOG_DEFAULT, "corpse for pid %d disabled via SPI\n", task_pid(task)); in task_generate_corpse_internal()
/xnu-8020.140.41/pexpert/arm/
H A Dpe_kprintf.c145 os_log_with_args(OS_LOG_DEFAULT, OS_LOG_TYPE_DEFAULT, fmt, listp2, caller); in kprintf()
149 os_log_with_args(OS_LOG_DEFAULT, OS_LOG_TYPE_DEFAULT, fmt, listp, caller); in kprintf()
/xnu-8020.140.41/bsd/kern/
H A Dkern_memorystatus_freeze.c1167 …os_log_with_startup_serial(OS_LOG_DEFAULT, "memorystatus_freezer_reset_state -- sync: failed to al… in memorystatus_freezer_reset_state()
1269 …os_log_with_startup_serial(OS_LOG_DEFAULT, "memorystatus: Skipping kill of frozen process %s (%d) … in kill_all_frozen_processes()
1336 …os_log_with_startup_serial(OS_LOG_DEFAULT, "memorystatus: Disabling freezer. Will kill all frozen … in memorystatus_disable_freeze()
1353 …os_log_with_startup_serial(OS_LOG_DEFAULT, "memorystatus_disable_freeze -- sync: failed to allocat… in memorystatus_disable_freeze()
1359 os_log_with_startup_serial(OS_LOG_DEFAULT, "memorystatus: Killed all frozen processes.\n"); in memorystatus_disable_freeze()
1379 os_log_with_startup_serial(OS_LOG_DEFAULT, "memorystatus: No frozen processes to kill.\n"); in memorystatus_disable_freeze()
1415 …os_log_with_startup_serial(OS_LOG_DEFAULT, "memorystatus: Failed attempt to set vm.freeze_enabled …
1432 …os_log_with_startup_serial(OS_LOG_DEFAULT, "memorystatus: scheduling new freezer interval at %llu … in schedule_interval_reset()
1966 …os_log_with_startup_serial(OS_LOG_DEFAULT, "memorystatus: %sfreezing (%s) pid %d [%s] done, memory… in memorystatus_freeze_process()
2418 os_log_with_startup_serial(OS_LOG_DEFAULT, "memorystatus_demote_frozen_process(%s) pid %d [%s]\n", in memorystatus_demote_frozen_process()
[all …]
H A Dkern_ntptime.c337 …os_log(OS_LOG_DEFAULT, "%s: BEFORE modes %u offset %ld freq %ld status %d constant %ld time_adjtim… in ntp_adjtime()
441 …os_log(OS_LOG_DEFAULT, "%s: AFTER modes %u offset %lld freq %lld status %d constant %ld time_adjti… in ntp_adjtime()
586 os_log(OS_LOG_DEFAULT, "%s:AFTER offset %lld (%lld) freq %lld status %d " in ntp_update_second()
690 …os_log(OS_LOG_DEFAULT, "%s:AFTER offset %lld freq %lld status %d constant %ld time_adjtime %lld\n", in kern_adjtime()
H A Dkern_memorystatus.c1563 …os_log_with_startup_serial(OS_LOG_DEFAULT, "Invalid value (%d) for entitled_max_task_pmem. Setting… in memorystatus_init()
2478 …os_log(OS_LOG_DEFAULT, "memorystatus: Ignore assertion driven idle priority. Process not previousl… in memorystatus_update()
2834 os_log(OS_LOG_DEFAULT, "memorystatus: assertion priority %d overrides priority %d for %s:%d\n", in memorystatus_update_idle_priority_locked()
3398 os_log(OS_LOG_DEFAULT, "memorystatus: sending suspended process %s (pid %d) SIGKILL", in memorystatus_on_terminate()
4347 …os_log(OS_LOG_DEFAULT, "memorystatus_on_ledger_footprint_exceeded: failed to warn the current task… in memorystatus_on_ledger_footprint_exceeded()
4399 …os_log_with_startup_serial(OS_LOG_DEFAULT, "EXC_RESOURCE -> %s[%d] exceeded mem limit: %s%s %d MB … in memorystatus_log_exception()
4556 …os_log_with_startup_serial(OS_LOG_DEFAULT, "%lu.%03d memorystatus: killing_specific_process pid %d… in memorystatus_kill_specific_process()
4762 …os_log(OS_LOG_DEFAULT, "memorystatus_allowed_vm_map_fork: corpse for pid %d blocked by jetsam).\n"… in memorystatus_allowed_vm_map_fork()
5085 os_log_error(OS_LOG_DEFAULT, "memorystatus: WARNING freezer snapshot buffer is full, count %zu", in memorystatus_update_jetsam_snapshot_entry_locked()
5115 … os_log_error(OS_LOG_DEFAULT, "memorystatus: WARNING freezer snapshot buffer is full, count %zu", in memorystatus_update_jetsam_snapshot_entry_locked()
[all …]
/xnu-8020.140.41/bsd/skywalk/lib/
H A Dnet_filter_event.c86 os_log(OS_LOG_DEFAULT, "net_filter_event: new state (0x%x) %s", in net_filter_event_callback()
/xnu-8020.140.41/bsd/net/classq/
H A Dclassq_fq_codel.c140 os_log_error(OS_LOG_DEFAULT, "%s: dequeue stall num: %d, " in fq_detect_dequeue_stall()
594 os_log_info(OS_LOG_DEFAULT, "%s: dequeue num overflow, " in fq_getq_flow()
613 os_log_error(OS_LOG_DEFAULT, in fq_getq_flow()

1234