Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/kdp/
H A Dkdp_internal.h111 kdp_panic(
H A Dkdp_udp.c554 kdp_panic("kdp_reply: no input packet"); in kdp_reply()
559 kdp_panic("kdp_send: packet too large (%d > %u)", pkt.len, KDP_MAXPACKET); in kdp_reply()
632 kdp_panic("kdp_send: no input packet"); in kdp_send()
637 kdp_panic("kdp_send: packet too large (%d > %u)", pkt.len, KDP_MAXPACKET); in kdp_send()
932 kdp_panic("kdp_poll"); in kdp_poll()
1399 kdp_panic("kdp_raise_exception"); in kdp_debugger_loop()
2005 kdp_panic("kdp_panic_dump: unexpected pending input packet"); in kdp_panic_dump()
/xnu-8796.141.3/osfmk/kdp/ml/arm/
H A Dkdp_machdep.c226 kdp_panic(const char * fmt, ...) in kdp_panic() function
/xnu-8796.141.3/osfmk/kdp/ml/x86_64/
H A Dkdp_machdep.c273 kdp_panic( in kdp_panic() function