Searched refs:corehdr (Results 1 – 2 of 2) sorted by relevance
60 struct corehdr { struct117 struct corehdr *create_panic_header(unsigned int request, const char *corename, unsigned length, un…
1516 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()