| /xnu-12377.61.12/bsd/skywalk/core/ |
| H A D | skywalk.c | 923 panic_plain("\nbroken: " #t " using " \ 930 panic_plain("\nbroken: " #t " using " \ 939 panic_plain("\nbroken: " #t " using sk_memcmp_mask_" #l \ 946 panic_plain("\nbroken: " #t " using sk_memcmp_mask_" #l \ 956 panic_plain("\nbroken: " #t " using sk_memcmp_mask_" #l \ 963 panic_plain("\nbroken: " #t " using sk_memcmp_mask_" #l \ 974 panic_plain("\nbroken: " #t " using " \ 981 panic_plain("\nbroken: " #t " using " \ 1379 panic_plain("\ninput registers clobbered: " #t "\n"); \ 1384 panic_plain("\nbroken: " #t "\n"); \
|
| /xnu-12377.61.12/osfmk/kern/ |
| H A D | panic_call.h | 56 #define panic_plain(ex, ...) (panic)(ex, ## __VA_ARGS__) macro
|
| H A D | timeout.c | 308 panic_plain("%s %s (start: %llu, end: %llu)%s", prefix, duration, start_mt, end_mt, cpi); in kern_timeout_try_panic()
|
| H A D | debug.c | 760 panic_plain("%s:%d Assertion failed: %s", file, line, expression); in Assert()
|
| /xnu-12377.61.12/osfmk/arm64/ |
| H A D | sleh.c | 548 panic_plain("Unhandled implementation specific error\n"); in arm64_implementation_specific_error() 562 panic_plain("Kernel integrity, violation in frame 0x%016lx.", far); in kernel_integrity_error_handler() 564 panic_plain("Kernel integrity, bad syscall."); in kernel_integrity_error_handler() 566 panic_plain("Kernel integrity, not locked."); in kernel_integrity_error_handler() 568 panic_plain("Kernel integrity, already locked."); in kernel_integrity_error_handler() 570 panic_plain("Kernel integrity, software request."); in kernel_integrity_error_handler() 572 panic_plain("Kernel integrity, encountered invalid TTE/PTE while " in kernel_integrity_error_handler() 575 panic_plain("Kernel integrity, violation in mapping 0x%016lx.", in kernel_integrity_error_handler() 578 panic_plain("Kernel integrity, violation in system register %d.", in kernel_integrity_error_handler() 581 panic_plain("Kernel integrity, unknown (esr=0x%08llx).", esr); in kernel_integrity_error_handler() [all …]
|
| /xnu-12377.61.12/bsd/net/ |
| H A D | nwk_wq.c | 57 panic_plain("%s: couldn't create network work queue thread", __func__); in nwk_wq_init()
|
| H A D | dlil_input.c | 212 panic_plain("%s: couldn't create main input thread", __func__); in dlil_create_input_thread() 215 panic_plain("%s: couldn't create %s input thread", __func__, in dlil_create_input_thread() 455 panic_plain("%s: invalid total packet count %u " in dlil_input_async() 460 panic_plain("%s: invalid total packet size %u " in dlil_input_async() 555 panic_plain("%s: invalid total packet count %u " in dlil_input_sync() 560 panic_plain("%s: invalid total packet size %u " in dlil_input_sync()
|
| H A D | dlil_ctl.c | 199 panic_plain("%s: couldn't create if_dt_tcall", __func__); in dlil_if_acquire()
|
| H A D | dlil.c | 1188 panic_plain("%s: invalid mbuf %p\n", __func__, m); \ 1610 panic_plain("%s: couldn't create detacher thread", __func__); in dlil_init() 2154 panic_plain("%s: invalid input packet chain for %s, " in ifnet_input_common() 2167 panic_plain("%s: input packet count mismatch for %s, " in ifnet_input_common() 4808 panic_plain("%s: ifp=%p couldn't initialize transmit queue; " in dlil_ifclassq_setup() 4852 panic_plain("%s: flags mismatch (embryonic not set) ifp=%p", in ifnet_attach() 5032 panic_plain("%s: ifp=%p couldn't get an input thread; " in ifnet_attach() 5058 panic_plain("%s: " in ifnet_attach() 5098 panic_plain("%s: ifp=%p couldn't get a poll thread; " in ifnet_attach() 7641 panic_plain("\n%s: broken in_cksum_mbuf_ref() " in dlil_verify_sum16() [all …]
|
| /xnu-12377.61.12/bsd/skywalk/namespace/ |
| H A D | flowidns.c | 158 panic_plain("failed to allocate flowid node\n"); in flowidns_allocate_flowid() 213 panic_plain("flowid 0x%x not found in domain %d\n", flowid, in flowidns_release_flowid()
|
| /xnu-12377.61.12/bsd/skywalk/mem/ |
| H A D | skmem_slab.c | 246 panic_plain("\"%s\": boff counter " in skmem_slab_alloc_locked() 254 panic_plain("\"%s\": boff_total counter " in skmem_slab_alloc_locked() 273 panic_plain("\"%s\": failed to allocate " in skmem_slab_alloc_locked()
|
| H A D | skmem_region.c | 1237 panic_plain("\"%s\": failed to " in __sized_by() 1283 panic_plain("\"%s\": skr 0x%p unable to satisfy " in __sized_by() 1809 panic_plain("\"%s\": skr 0x%p sg 0x%p (idx %u) unable " in sksegment_freelist_remove()
|
| /xnu-12377.61.12/bsd/netinet/ |
| H A D | ip_var.h | 306 panic_plain("\n%s: Unaligned IP header %p\n", \
|
| /xnu-12377.61.12/bsd/netinet6/ |
| H A D | ip6_var.h | 426 panic_plain("\n%s: Unaligned IPv6 header %p\n", \
|
| /xnu-12377.61.12/bsd/sys/ |
| H A D | mbuf.h | 1075 panic_plain("Failed mbuf validity check: mbuf %p len %d " \ 1565 panic_plain("\n%s: mbuf %p data ptr %p is not " \ 1572 panic_plain("\n%s: mbuf %p data ptr %p is not " \
|
| /xnu-12377.61.12/osfmk/arm64/sptm/pmap/ |
| H A D | pmap_data.c | 1560 panic_plain("%s: duplicate pve entry ptep=%p pmap=%p, pvh=%p, " in pmap_remove_pv() 1750 panic_plain("%s: out of PTD entries and for some reason didn't " in ptd_alloc_unlinked()
|
| /xnu-12377.61.12/osfmk/arm/pmap/ |
| H A D | pmap_data.c | 2548 panic_plain("%s: duplicate pve entry ptep=%p pmap=%p, pvh=%p, " in pmap_remove_pv() 2733 panic_plain("%s: out of PTD entries and for some reason didn't " in ptd_alloc_unlinked() 3042 panic_plain("%s: Attempted to allocate a pmap ledger before verifying " in pmap_ledger_alloc_internal()
|
| H A D | pmap.c | 787 panic_plain("%s: Current thread's pmap doesn't match up with TTBR0 " in current_pmap() 1500 panic_plain("%s: invalid XPRR index, ptep=%p, new_perm=%u, expected_perm=%u", in pmap_set_pte_xprr_perm() 1509 panic_plain("%s: physical aperture or static region PTE is invalid, " in pmap_set_pte_xprr_perm() 1515 panic_plain("%s: physical aperture or static region PTE has hint bit " in pmap_set_pte_xprr_perm() 1590 panic_plain("%s: start or end not page aligned, " in pmap_set_range_xprr_perm() 1604 panic_plain("%s: address not in static region or physical aperture, " in pmap_set_range_xprr_perm() 1610 panic_plain("%s: invalid XPRR index, " in pmap_set_range_xprr_perm() 1636 panic_plain("%s: physical aperture or static region tte is NULL, " in pmap_set_range_xprr_perm() 1644 panic_plain("%s: tte=0x%llx is not a table type entry, " in pmap_set_range_xprr_perm() 4992 panic_plain("%s: duplicate pve entry ptep=%p pmap=%p, pvh=%p, "
|
| /xnu-12377.61.12/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_mit.c | 259 panic_plain("%s: can't create thread", mit->mit_name); in nx_netif_mit_init()
|
| H A D | nx_netif_compat.c | 455 panic_plain("%s: ifp=%p couldn't get a poll " in nx_netif_compat_na_activate()
|
| /xnu-12377.61.12/bsd/net/pktsched/ |
| H A D | pktsched_netem.c | 1340 panic_plain("%s can't create thread", ne->netem_name); in netem_create()
|
| /xnu-12377.61.12/bsd/kern/ |
| H A D | tracker.c | 266 panic_plain("%s: Can't create Tracker GC thread", __func__); in tracker_db_init()
|
| H A D | kern_sig.c | 2082 panic_plain("unexpected SIGKILL of %s %s (no reason provided)", in psignal_internal() 2087 …panic_plain("unexpected SIGKILL of %s %s with reason -- namespace %d code 0x%llx description %." L… in psignal_internal()
|
| H A D | socket_flows.c | 204 panic_plain("%s: Can't create SOFLOW GC thread", __func__); in soflow_init()
|
| H A D | uipc_mbuf.c | 701 panic_plain("Invalid attempt to modify guarded module-private " in m_scratch_init() 4826 panic_plain("Invalid attempt to access guarded module-private " in m_scratch_get()
|