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

/xnu-2782.1.97/osfmk/kdp/
H A Dkdp_core.h59 char th_data[0]; /* data or error string */ member in struct:corehdr
65 #define th_msg th_data
H A Dkdp_udp.c1609 memset(th->th_data + length, 'Y',
1613 if (!kdp_machine_vm_read((mach_vm_address_t)(uintptr_t)panic_data, (caddr_t) th->th_data, length)) {
1615 memset((caddr_t) th->th_data, 'X', (size_t)length);
1618 if (!kdp_machine_vm_read((mach_vm_address_t)(uintptr_t)next_page, (caddr_t) th->th_data + (length - resid), resid)) {
1619 memset((caddr_t) th->th_data + (length - resid), 'X', (size_t)resid);
1626 *(uint64_t *) th->th_data = OSSwapHostToBigInt64((*(uint64_t *) panic_data));
1628 *(unsigned int *) th->th_data = htonl(*(unsigned int *) panic_data);

Completed in 21 milliseconds