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

/xnu-2782.1.97/osfmk/kdp/
H A Dkdp_core.h52 struct corehdr { struct
89 struct corehdr *create_panic_header(unsigned int request, const char *corename, unsigned length, unsigned block);
H A Dkdp_udp.c1429 struct corehdr *
1436 struct corehdr *coreh;
1444 (corename ? (strlen(corename) + 1 ): 0) + sizeof(struct corehdr));
1483 coreh = (struct corehdr *) &pkt.data[pkt.off];
1571 struct corehdr *th = NULL;
1644 th = (struct corehdr *) &pkt.data[pkt.off];

Completed in 17 milliseconds