Home
last modified time | relevance | path

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

/xnu-10063.101.15/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.c1714 memset(th->th_data + length, 'Y', in kdp_send_crashdump_pkt()
1718 …if (!kdp_machine_vm_read((mach_vm_address_t)(uintptr_t)panic_data, (caddr_t) th->th_data, length))… in kdp_send_crashdump_pkt()
1720 memset((caddr_t) th->th_data, 'X', (size_t)length); in kdp_send_crashdump_pkt()
1723 …if (!kdp_machine_vm_read((mach_vm_address_t)(uintptr_t)next_page, (caddr_t) th->th_data + (length … in kdp_send_crashdump_pkt()
1724 memset((caddr_t) th->th_data + (length - resid), 'X', (size_t)resid); in kdp_send_crashdump_pkt()
1730 *(uint64_t *) th->th_data = OSSwapHostToBigInt64((*(uint64_t *) panic_data)); in kdp_send_crashdump_pkt()
1732 *(unsigned int *) th->th_data = htonl(*(unsigned int *) panic_data); in kdp_send_crashdump_pkt()