Home
last modified time | relevance | path

Searched refs:corehdr (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.81.4/osfmk/kdp/
H A Dkdp_core.h60 struct corehdr { struct
117 struct corehdr *create_panic_header(unsigned int request, const char *corename, unsigned length, un…
H A Dkdp_udp.c1516 struct corehdr *
1523 struct corehdr *coreh; in create_panic_header()
1531 (corename ? (strlen(corename) + 1): 0) + sizeof(struct corehdr)); in create_panic_header()
1570 coreh = (struct corehdr *) &pkt.data[pkt.off]; in create_panic_header()
1576 size_t length_remaining = (sizeof(pkt.data) - pkt.off - offsetof(struct corehdr, th_u) in create_panic_header()
1670 struct corehdr *th = NULL; in kdp_send_crashdump_pkt()
1748 th = (struct corehdr *) &pkt.data[pkt.off]; in kdp_send_crashdump_pkt()