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…
1514 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()