Home
last modified time | relevance | path

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

/xnu-8792.81.2/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.c1514 struct corehdr *
1521 struct corehdr *coreh; in create_panic_header()
1529 (corename ? (strlen(corename) + 1): 0) + sizeof(struct corehdr)); in create_panic_header()
1568 coreh = (struct corehdr *) &pkt.data[pkt.off]; in create_panic_header()
1574 size_t length_remaining = (sizeof(pkt.data) - pkt.off - offsetof(struct corehdr, th_u) in create_panic_header()
1668 struct corehdr *th = NULL; in kdp_send_crashdump_pkt()
1746 th = (struct corehdr *) &pkt.data[pkt.off]; in kdp_send_crashdump_pkt()