Home
last modified time | relevance | path

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

/xnu-10002.61.3/osfmk/kdp/
H A Dkdp_core.h67 char th_data[0]; /* data or error string */ member
73 #define th_msg th_data
H A Dkdp_udp.c1712 memset(th->th_data + length, 'Y', in kdp_send_crashdump_pkt()
1716 …if (!kdp_machine_vm_read((mach_vm_address_t)(uintptr_t)panic_data, (caddr_t) th->th_data, length))… in kdp_send_crashdump_pkt()
1718 memset((caddr_t) th->th_data, 'X', (size_t)length); in kdp_send_crashdump_pkt()
1721 …if (!kdp_machine_vm_read((mach_vm_address_t)(uintptr_t)next_page, (caddr_t) th->th_data + (length … in kdp_send_crashdump_pkt()
1722 memset((caddr_t) th->th_data + (length - resid), 'X', (size_t)resid); in kdp_send_crashdump_pkt()
1728 *(uint64_t *) th->th_data = OSSwapHostToBigInt64((*(uint64_t *) panic_data)); in kdp_send_crashdump_pkt()
1730 *(unsigned int *) th->th_data = htonl(*(unsigned int *) panic_data); in kdp_send_crashdump_pkt()