Home
last modified time | relevance | path

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

1234

/xnu-10063.141.1/osfmk/kern/
H A Dext_paniclog.c64 os_log(OS_LOG_DEFAULT, "EXT_PANICLOG: Initializing list\n"); in ext_paniclog_init()
80 os_log_error(OS_LOG_DEFAULT, "EXT_PANICLOG_: Input len %d greater than max allowed %d\n", in ext_paniclog_handle_alloc_with_uuid()
400 …os_log(OS_LOG_DEFAULT, "EXT_PANICLOG_TEST: Creating handle %d with UUID: %s\n", (i + 1), uuid_stri… in ext_paniclog_create_multiple_handles()
404 os_log(OS_LOG_DEFAULT, "EXT_PANICLOG_TEST: Handle %d is NULL\n", (i + 1)); in ext_paniclog_create_multiple_handles()
412 os_log(OS_LOG_DEFAULT, "EXT_PANICLOG_TEST: Used len of buffer: %d\n", handle->used_len); in ext_paniclog_create_multiple_handles()
413 …os_log(OS_LOG_DEFAULT, "EXT_PANICLOG_TEST: Data in buffer: %s\n", (char *)ext_paniclog_get_buffer(… in ext_paniclog_create_multiple_handles()
434 os_log(OS_LOG_DEFAULT, "EXT_PANICLOG_TEST: panic with data UUID: %s", uuid_string); in ext_paniclog_multiple_handles_panic_test()
459 os_log(OS_LOG_DEFAULT, "EXT_PANICLOG_TEST: Create handles failed\n"); in ext_paniclog_multiple_handles_test()
464 os_log(OS_LOG_DEFAULT, "EXT_PANICLOG_TEST: Bytes copied: %d\n", bytes_copied); in ext_paniclog_multiple_handles_test()
468 os_log(OS_LOG_DEFAULT, "EXT_PANICLOG_TEST: *****************************************"); in ext_paniclog_multiple_handles_test()
[all …]
H A Dclock.c773 os_log(OS_LOG_DEFAULT, "%s wall %lu s %d u computed with %llu abs\n", in clock_set_calendar_microtime()
775 os_log(OS_LOG_DEFAULT, "%s requested %lu s %d u\n", in clock_set_calendar_microtime()
831 os_log(OS_LOG_DEFAULT, "%s mach bef PESet %llu mach aft %llu \n", __func__, now_b, now_a); in clock_set_calendar_microtime()
919 os_log(OS_LOG_DEFAULT, "%s adjustment %lld\n", __func__, adjustment); in clock_update_calendar()
961 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()
964 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()
967 …os_log(OS_LOG_DEFAULT, "%s bintime.sec %ld bintime.frac %llu bintime_secs %lu bintime_microsecs %d… in print_all_clock_variables_internal()
970 …os_log(OS_LOG_DEFAULT, "%s bootime.sec %ld bootime.frac %llu bootime_secs %lu bootime_microsecs %d… in print_all_clock_variables_internal()
979 …os_log(OS_LOG_DEFAULT, "%s basesleep.sec %ld basesleep.frac %llu basesleep_secs %lu basesleep_micr… in print_all_clock_variables_internal()
1000 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 …]
H A Darcade.c151 os_log(OS_LOG_DEFAULT, "arcade: received register request"); in arcade_register_new_upcall()
322 os_log(OS_LOG_DEFAULT, "arcade: subscription validation upcall returned %#x", kr); in arcade_ast()
348 os_log(OS_LOG_DEFAULT, "arcade: unable to make subscription upcall, error %#x", kr); in arcade_ast()
/xnu-10063.141.1/bsd/net/
H A Dkctl_test.c75 os_log(OS_LOG_DEFAULT, "kctl_test_connect: ref %p id %u port %u", in kctl_test_connect()
80 os_log(OS_LOG_DEFAULT, "kctl_test_connect; ctl_getenqueuespace failed %d", error); in kctl_test_connect()
83 os_log(OS_LOG_DEFAULT, "kctl_test_connect: ctl_getenqueuespace %ld", space); in kctl_test_connect()
95 os_log(OS_LOG_DEFAULT, "kctl_test_disconnect: ref %p", kctlref); in kctl_test_disconnect()
99 os_log(OS_LOG_DEFAULT, "kctl_test_disconnect; ctl_getenqueuespace failed %d", error); in kctl_test_disconnect()
102 os_log(OS_LOG_DEFAULT, "kctl_test_disconnect: ctl_getenqueuespace %ld", space); in kctl_test_disconnect()
116 os_log(OS_LOG_DEFAULT, "kctl_test_send: ctl_enqueuembuf() failed %d", error); in kctl_test_send()
131 os_log(OS_LOG_DEFAULT, "kctl_test_setopt: ref %p", kctlref); in kctl_test_setopt()
155 os_log(OS_LOG_DEFAULT, "kctl_test_getopt: ref %p", kctlref); in kctl_test_getopt()
195 os_log(OS_LOG_DEFAULT, "kctl_test_send_list: ctl_enqueuembuf_list() error %d unsent packets %u", in kctl_test_send_list()
[all …]
H A Dif_ipsec.c393 os_log_error(OS_LOG_DEFAULT, "ipsec_register_control - ctl_register failed: %d\n", result); in ipsec_register_control()
400 …os_log_error(OS_LOG_DEFAULT, "ipsec_register_control - proto_register_plumber(PF_INET, IFNET_FAMIL… in ipsec_register_control()
411 …os_log_error(OS_LOG_DEFAULT, "ipsec_register_control - proto_register_plumber(PF_INET6, IFNET_FAMI… in ipsec_register_control()
518 os_log_error(OS_LOG_DEFAULT, "%s: failed to register domain provider\n", __func__); in ipsec_register_nexus()
613 …os_log_error(OS_LOG_DEFAULT, "%s: %s cannot find channel %s\n", __func__, pcb->ipsec_if_xname, uui… in ipsec_kpipe_ring_init()
658 os_log_info(OS_LOG_DEFAULT, "%s: data path stopped for %s\n", __func__, if_name(pcb->ipsec_ifp)); in ipsec_kpipe_sync_tx()
732 os_log_error(OS_LOG_DEFAULT, "ipsec_encrypt_mbuf: ipsec4_output error %d\n", error); in ipsec_encrypt_mbuf()
743 os_log_error(OS_LOG_DEFAULT, "ipsec_encrypt_mbuf: ipsec6_splithdr returned NULL\n"); in ipsec_encrypt_mbuf()
764 os_log_error(OS_LOG_DEFAULT, "ipsec_encrypt_mbuf: ipsec6_output error %d\n", error); in ipsec_encrypt_mbuf()
771 …os_log_error(OS_LOG_DEFAULT, "ipsec_encrypt_mbuf: Received unknown packet version %d\n", ip_versio… in ipsec_encrypt_mbuf()
[all …]
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_utun.c394 os_log_info(OS_LOG_DEFAULT, "%s: data path stopped for %s\n", in utun_netif_sync_tx()
480 …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()
506 …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()
509 …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()
516 …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()
521 …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()
560 os_log_info(OS_LOG_DEFAULT, "%s: data path stopped for %s\n", in utun_netif_tx_doorbell()
572 os_log_error(OS_LOG_DEFAULT, "%s, tx refill failed %d\n", __func__, rc); in utun_netif_tx_doorbell()
585 …os_log_error(OS_LOG_DEFAULT, "utun_netif_tx_doorbell: ifnet_disable_output returned error %d\n", e… in utun_netif_tx_doorbell()
620 os_log_info(OS_LOG_DEFAULT, "%s: data path stopped for %s\n", in utun_netif_sync_rx()
[all …]
H A Dif_ports_used.c292 os_log(OS_LOG_DEFAULT, in if_ports_used_update_wakeuuid()
302 os_log_info(OS_LOG_DEFAULT, in if_ports_used_update_wakeuuid()
343 os_log(OS_LOG_DEFAULT, "%s: current wakeuuid %s", in if_ports_used_update_wakeuuid()
405 os_log(OS_LOG_DEFAULT, "%s: wakeuuid not set not adding " in net_port_info_add_entry()
419 os_log(OS_LOG_DEFAULT, "%s: zalloc() failed for " in net_port_info_add_entry()
446 os_log(OS_LOG_DEFAULT, "%s: num %u for " in net_port_info_add_entry()
459 os_log(OS_LOG_DEFAULT, "%s: already added " in net_port_info_add_entry()
710 os_log(OS_LOG_DEFAULT, "%s: ifindex %u too big", __func__, ifindex); in if_ports_used_add_inpcb()
745 os_log(OS_LOG_DEFAULT, "%s: unexpected protocol %u for inp %p", __func__, in if_ports_used_add_inpcb()
820 os_log(OS_LOG_DEFAULT, "%s: ifindex %u too big", __func__, ifindex); in if_ports_used_add_flow_entry()
[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()
396 os_log(OS_LOG_DEFAULT, "%s: mbuf_copydata failed %d", __func__, err); in rvi_ctl_send()
475 os_log(OS_LOG_DEFAULT, "%s: ifnet_softc is NULL for ifp %p", __func__, ifp); in rvi_set_bpf_tap()
532 os_log(OS_LOG_DEFAULT, "%s mbuf_pullup failed", __func__); in rvi_bpf_tap()
H A Dbpf.c314 os_log(OS_LOG_DEFAULT, "bpf_copy_uio_to_mbuf_packet: len %d error %d", in bpf_copy_uio_to_mbuf_packet()
357 os_log(OS_LOG_DEFAULT, "%s %s %s hdrcmplt=%s", func, ifname, type, in bpf_log_bcast()
469 os_log(OS_LOG_DEFAULT, "bpfwrite: len %d if %s less than copy_len %d", in bpf_movein()
475 os_log(OS_LOG_DEFAULT, "bpfwrite: bad len %d if %s", in bpf_movein()
481 os_log(OS_LOG_DEFAULT, "bpfwrite: len %u - hlen %u too big if %s write_size_max %u", in bpf_movein()
485 os_log(OS_LOG_DEFAULT, "bpfwrite: len %u - hlen %u too big if %s mtu %u", in bpf_movein()
495 os_log(OS_LOG_DEFAULT, in bpf_movein()
506 os_log(OS_LOG_DEFAULT, in bpf_movein()
530 os_log(OS_LOG_DEFAULT, in bpf_movein()
577 os_log(OS_LOG_DEFAULT, "bpf_movein_batch uiomove error %d", error); in bpf_movein_batch()
[all …]
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)",
/xnu-10063.141.1/bsd/netinet/
H A Din_rmx.c207 os_log_debug(OS_LOG_DEFAULT, "%s: unable to insert " in in_addroute()
244 os_log_debug(OS_LOG_DEFAULT, "%s: route to %s->%s->%s inserted, " in in_addroute()
250 os_log_debug(OS_LOG_DEFAULT, "%s: route to %s->%s->%s inserted, " in in_addroute()
256 os_log_debug(OS_LOG_DEFAULT, "%s: unable to insert route to %s->%s->%s, " in in_addroute()
279 os_log_debug(OS_LOG_DEFAULT, "%s: route to %s->%s->%s deleted, " in in_deleteroute()
303 os_log_debug(OS_LOG_DEFAULT, "%s: route to %s->%s->%s validated, " in in_validate()
411 os_log_debug(OS_LOG_DEFAULT, "%s: deleting route to %s->%s->%s, " in in_clsroute()
435 os_log_error(OS_LOG_DEFAULT, "%s: error deleting route to " in in_clsroute()
449 os_log_debug(OS_LOG_DEFAULT, "%s: route to %s->%s->%s invalidated, " in in_clsroute()
506 os_log_debug(OS_LOG_DEFAULT, "%s: deleting route to " in in_rtqkill()
[all …]
H A Digmp.c382 os_log(OS_LOG_DEFAULT,
610 os_log_debug(OS_LOG_DEFAULT, "%s: called for ifp %s\n", in igmp_domifattach()
634 os_log_info(OS_LOG_DEFAULT, "%s: allocated igmp_ifinfo for ifp %s\n", in igmp_domifattach()
667 os_log_info(OS_LOG_DEFAULT, "%s: reattached igmp_ifinfo for ifp %s\n", in igmp_domifreattach()
681 os_log_info(OS_LOG_DEFAULT, "%s: called for ifp %s\n", __func__, in igmp_domifdetach()
849 os_log_info(OS_LOG_DEFAULT, "%s: freeing igmp_ifinfo for ifp %s\n", in igi_remref()
888 os_log_debug(OS_LOG_DEFAULT, in igmp_input_v1_query()
901 os_log_debug(OS_LOG_DEFAULT, "%s: process v1 query on ifp %s\n", __func__, in igmp_input_v1_query()
986 os_log_debug(OS_LOG_DEFAULT, "%s: ignore v2 query on IGIF_LOOPBACK " in igmp_input_v2_query()
1009 os_log_debug(OS_LOG_DEFAULT, "%s: process v2 general query on ifp %s\n", in igmp_input_v2_query()
[all …]
H A Dtcp_log.c243 os_log(OS_LOG_DEFAULT, in tcp_log_rtt_info()
280 os_log(OS_LOG_DEFAULT, in tcp_log_rt_rtt()
321 os_log(OS_LOG_DEFAULT, in tcp_log_rtt_change()
358 os_log(OS_LOG_DEFAULT, in tcp_log_keepalive()
437 os_log(OS_LOG_DEFAULT, TCP_LOG_CONNECT_FMT, in tcp_log_connection()
450 os_log(OS_LOG_DEFAULT, TCP_LOG_CONNECT_FMT "\n" TCP_LOG_CONN_Q_FMT, in tcp_log_connection()
505 os_log(OS_LOG_DEFAULT, TCP_LOG_LISTEN_FMT, in tcp_log_listen()
650 os_log(OS_LOG_DEFAULT, TCP_LOG_CONNECTION_SUMMARY_FMT, in tcp_log_connection_summary()
674 os_log(OS_LOG_DEFAULT, TCP_LOG_CONNECTION_SUMMARY_FMT, in tcp_log_connection_summary()
809 os_log(OS_LOG_DEFAULT, TCP_LOG_DROP_PCB_FMT, in tcp_log_drop_pcb()
[all …]
H A Dtcp_cache.c377 os_log_error(OS_LOG_DEFAULT, "%s could not allocate cache", __func__); in tcp_getcache_with_lock()
731 os_log_error(OS_LOG_DEFAULT, "%s could not allocate heuristic", __func__); in tcp_getheuristic_with_lock()
782 os_log(OS_LOG_DEFAULT, "%s: Resetting TFO-data loss to 0 from %u on heur %lx\n", in tcp_heuristic_reset_counters()
790 os_log(OS_LOG_DEFAULT, "%s: Resetting TFO-req loss to 0 from %u on heur %lx\n", in tcp_heuristic_reset_counters()
798 os_log(OS_LOG_DEFAULT, "%s: Resetting TFO-data RST to 0 from %u on heur %lx\n", in tcp_heuristic_reset_counters()
806 os_log(OS_LOG_DEFAULT, "%s: Resetting TFO-req RST to 0 from %u on heur %lx\n", in tcp_heuristic_reset_counters()
814 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()
902 os_log(OS_LOG_DEFAULT, "%s disable TFO until %u now %u on %lx\n", __func__, in __tcp_heuristic_tfo_middlebox_common()
978 os_log(OS_LOG_DEFAULT, "%s disable ECN until %u now %u on %lx for SYN-loss\n", in tcp_heuristic_inc_counters()
998 os_log(OS_LOG_DEFAULT, "%s disable MPTCP until %u now %u on %lx\n", in tcp_heuristic_inc_counters()
[all …]
H A Dudp_log.c250 os_log(OS_LOG_DEFAULT, UDP_LOG_BIND_FMT, in udp_log_bind()
315 os_log(OS_LOG_DEFAULT, UDP_LOG_CONNECT_FMT, in udp_log_connection()
407 os_log(OS_LOG_DEFAULT, UDP_LOG_CONNECTION_SUMMARY_FMT, in udp_log_connection_summary()
422 os_log(OS_LOG_DEFAULT, UDP_LOG_CONNECTION_SUMMARY_FMT, in udp_log_connection_summary()
/xnu-10063.141.1/bsd/netinet6/
H A Din6_rmx.c254 os_log_debug(OS_LOG_DEFAULT, "%s: unable to insert " in in6_addroute()
323 os_log_debug(OS_LOG_DEFAULT, "%s: route to %s->%s->%s inserted, " in in6_addroute()
329 os_log_debug(OS_LOG_DEFAULT, "%s: route to %s->%s->%s inserted, " in in6_addroute()
335 os_log_debug(OS_LOG_DEFAULT, "%s: unable to insert route to %s->%s->%s, " in in6_addroute()
363 os_log_debug(OS_LOG_DEFAULT, "%s: route to %s->%s->%s deleted, " in in6_deleteroute()
389 os_log_debug(OS_LOG_DEFAULT, "%s: route to %s->%s->%s validated, " in in6_validate()
496 os_log_debug(OS_LOG_DEFAULT, "%s: deleting route to %s->%s->%s, " in in6_clsroute()
523 os_log_error(OS_LOG_DEFAULT, "%s: error deleting route to " in in6_clsroute()
537 os_log_debug(OS_LOG_DEFAULT, "%s: route to %s->%s->%s invalidated, " in in6_clsroute()
598 os_log_debug(OS_LOG_DEFAULT, "%s: deleting route to " in in6_rtqkill()
[all …]
H A Dmld6.c589 os_log_debug(OS_LOG_DEFAULT, "%s: called for ifp %s\n", __func__, in mld_domifattach()
614 os_log_info(OS_LOG_DEFAULT, "%s: allocated mld_ifinfo for ifp %s\n", in mld_domifattach()
648 os_log_info(OS_LOG_DEFAULT, "%s: reattached mld_ifinfo for ifp %s\n", in mld_domifreattach()
662 os_log_info(OS_LOG_DEFAULT, "%s: called for ifp %s\n", __func__, in mld_domifdetach()
839 os_log(OS_LOG_DEFAULT, "%s: freeing mld_ifinfo for ifp %s\n", in mli_remref()
867 os_log_info(OS_LOG_DEFAULT, "%s: ignore v1 query on ifp %s\n", in mld_v1_input_query()
877 os_log_info(OS_LOG_DEFAULT, "%s: ignore v1 query src %s on ifp %s\n", in mld_v1_input_query()
927 os_log_debug(OS_LOG_DEFAULT, "%s: process v1 general query on ifp %s\n", in mld_v1_input_query()
956 os_log_debug(OS_LOG_DEFAULT, "%s: process v1 query %s on " in mld_v1_input_query()
1054 os_log_info(OS_LOG_DEFAULT, "%s: ignore v2 query on ifp %s\n", in mld_v2_input_query()
[all …]
/xnu-10063.141.1/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-10063.141.1/iokit/Kernel/
H A DIOExtensiblePaniclog.cpp50 os_log_error(OS_LOG_DEFAULT, "EXT_PANICLOG: Super init failed\n"); in OSDefineMetaClassAndStructors()
63 os_log_error(OS_LOG_DEFAULT, "EXT_PANICLOG: instance is NULL\n"); in createWithUUID()
68 os_log_error(OS_LOG_DEFAULT, "EXT_PANICLOG: init failed\n"); in createWithUUID()
76 os_log(OS_LOG_DEFAULT, "EXT_PANICLOG: Handle alloc failed\n"); in createWithUUID()
/xnu-10063.141.1/pexpert/i386/
H A Dpe_kprintf.c153 os_log_with_args(OS_LOG_DEFAULT, OS_LOG_TYPE_DEFAULT, fmt, listp2, caller); in kprintf()
193 os_log_with_args(OS_LOG_DEFAULT, OS_LOG_TYPE_DEFAULT, fmt, listp2, caller); in kprintf()
202 os_log_with_args(OS_LOG_DEFAULT, OS_LOG_TYPE_DEFAULT, fmt, listp, caller); in kprintf()
/xnu-10063.141.1/osfmk/corpses/
H A Dcorpse.c231 os_log(OS_LOG_DEFAULT, "%s[%d] Corpse failure, too many faults %d\n", in task_crashinfo_get_ref()
237 os_log(OS_LOG_DEFAULT, "%s[%d] Corpse failure, too many %d\n", in task_crashinfo_get_ref()
246 os_log(OS_LOG_DEFAULT, "%s[%d] Corpse allowed %d of %d\n", in task_crashinfo_get_ref()
279 os_log(OS_LOG_DEFAULT, "Corpse released, count at %d\n", newgate.corpses); in task_crashinfo_release_ref()
389 os_log(OS_LOG_DEFAULT, "Memory pressure corpse purge for pid %d.\n", task_pid(task)); in task_purge_all_corpses()
610 os_log(OS_LOG_DEFAULT, "Lightweight corpse enqueued for %s\n", procname); in task_enqueue_exception_with_corpse()
636 os_log(OS_LOG_DEFAULT, "Full corpse enqueued for %s\n", procname); in task_enqueue_exception_with_corpse()
692 os_log(OS_LOG_DEFAULT, "corpse for pid %d disabled via SPI\n", task_pid(task)); in task_generate_corpse_internal()
/xnu-10063.141.1/bsd/kern/
H A Dkern_ktrace.c250 os_log(OS_LOG_DEFAULT, "ktrace: promoting background tool"); in ktrace_promote_background()
455 os_log(OS_LOG_DEFAULT, "ktrace: manually invalidating owning process"); in ktrace_set_invalid_owning_pid()
486 os_log(OS_LOG_DEFAULT, "ktrace: manually setting owning process"); in ktrace_set_owning_pid()
524 os_log(OS_LOG_DEFAULT, "ktrace: changing state from %d to %d, owned by " in ktrace_set_owning_proc()
H A Duipc_mbuf2.c1425 os_log_error(OS_LOG_DEFAULT, "%s: m_getpacket failed", __func__); in do_m_tag_test()
1454 os_log_error(OS_LOG_DEFAULT, in do_m_tag_test()
1468 os_log_error(OS_LOG_DEFAULT, in do_m_tag_test()
1474 os_log(OS_LOG_DEFAULT, in do_m_tag_test()
1480 os_log_error(OS_LOG_DEFAULT, in do_m_tag_test()
1486 os_log(OS_LOG_DEFAULT, in do_m_tag_test()
1497 os_log_error(OS_LOG_DEFAULT, in do_m_tag_test()
1548 os_log_error(OS_LOG_DEFAULT, in do_test_m_tag_unlink()
1554 os_log_error(OS_LOG_DEFAULT, in do_test_m_tag_unlink()
1563 os_log_error(OS_LOG_DEFAULT, in do_test_m_tag_unlink()
[all …]
/xnu-10063.141.1/pexpert/arm/
H A Dpe_kprintf.c146 os_log_with_args(OS_LOG_DEFAULT, OS_LOG_TYPE_DEFAULT, fmt, listp2, caller); in kprintf()
150 os_log_with_args(OS_LOG_DEFAULT, OS_LOG_TYPE_DEFAULT, fmt, listp, caller); in kprintf()

1234