Searched refs:kdp_send_crashdump_data (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/osfmk/kdp/
H A Dkdp_core.h94 int kdp_send_crashdump_data(unsigned int request, char *corename,
H A Dkdp_udp.c1633 int kdp_send_crashdump_data(unsigned int request, char *corename, function
2064 kdp_send_crashdump_data(KDP_DATA, corename_str,
2080 kdp_send_crashdump_data(KDP_DATA, corename_str, len,
2089 kdp_send_crashdump_data(KDP_DATA, corename_str, len,
/xnu-2422.115.4/osfmk/kdp/ml/i386/
H A Dkdp_x86_common.c537 if ((ret = kdp_send_crashdump_data (KDP_DATA, NULL, sizeof(kernel_segment_command_t) , (caddr_t) &sc)) < 0) {
538 printf ("kdp_send_crashdump_data failed with error %d\n", ret);
549 if ((ret = kdp_send_crashdump_data (KDP_DATA, NULL, (unsigned int)size, (caddr_t)(uintptr_t)start)) < 0) {
550 printf ("kdp_send_crashdump_data failed with error %d\n", ret);
624 if ((ret = kdp_send_crashdump_data (KDP_DATA, NULL, sizeof(kernel_mach_header_t), (caddr_t) &mh) < 0)) {
625 printf ("kdp_send_crashdump_data failed with error %d\n", ret);
670 if ((ret = kdp_send_crashdump_data (KDP_DATA, NULL, tstate_size, tstate)) < 0) {
671 printf ("kdp_send_crashdump_data failed with error %d\n", ret);

Completed in 25 milliseconds