Home
last modified time | relevance | path

Searched refs:kdp_panic (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.81.4/osfmk/kdp/
H A Dkdp_internal.h111 kdp_panic(
H A Dkdp_udp.c556 kdp_panic("kdp_reply: no input packet"); in kdp_reply()
561 kdp_panic("kdp_send: packet too large (%u > %d)", pkt.len, KDP_MAXPACKET); in kdp_reply()
634 kdp_panic("kdp_send: no input packet"); in kdp_send()
639 kdp_panic("kdp_send: packet too large (%u > %d)", pkt.len, KDP_MAXPACKET); in kdp_send()
934 kdp_panic("kdp_poll"); in kdp_poll()
1401 kdp_panic("kdp_raise_exception"); in kdp_debugger_loop()
2007 kdp_panic("kdp_panic_dump: unexpected pending input packet"); in kdp_panic_dump()
/xnu-12377.81.4/osfmk/kdp/ml/arm/
H A Dkdp_machdep.c239 kdp_panic(const char * fmt, ...) in kdp_panic() function
/xnu-12377.81.4/osfmk/kdp/ml/x86_64/
H A Dkdp_machdep.c274 kdp_panic( in kdp_panic() function