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

/darwin-on-arm/xnu/osfmk/kdp/
H A Dkdp_core.h94 int kdp_send_crashdump_data(unsigned int request, char *corename,
H A Dkdp_udp.c1531 int kdp_send_crashdump_data(unsigned int request, char *corename, function
1983 kdp_send_crashdump_data(KDP_DATA, corename_str,
1999 kdp_send_crashdump_data(KDP_DATA, corename_str, len,
2008 kdp_send_crashdump_data(KDP_DATA, corename_str, len,
/darwin-on-arm/xnu/osfmk/kdp/ml/arm/
H A Dkdp_arm_common.c155 if ((ret = kdp_send_crashdump_data (KDP_DATA, NULL, sizeof(kernel_segment_command_t) , (caddr_t) &sc)) < 0) {
156 printf ("kdp_send_crashdump_data failed with error %d\n", ret);
167 if ((ret = kdp_send_crashdump_data (KDP_DATA, NULL, (unsigned int)size, (caddr_t)(uintptr_t)start)) < 0) {
168 printf ("kdp_send_crashdump_data failed with error %d\n", ret);
242 if ((ret = kdp_send_crashdump_data (KDP_DATA, NULL, sizeof(kernel_mach_header_t), (caddr_t) &mh) < 0)) {
243 printf ("kdp_send_crashdump_data failed with error %d\n", ret);
288 if ((ret = kdp_send_crashdump_data (KDP_DATA, NULL, tstate_size, tstate)) < 0) {
289 printf ("kdp_send_crashdump_data failed with error %d\n", ret);
/darwin-on-arm/xnu/osfmk/kdp/ml/i386/
H A Dkdp_x86_common.c522 if ((ret = kdp_send_crashdump_data (KDP_DATA, NULL, sizeof(kernel_segment_command_t) , (caddr_t) &sc)) < 0) {
523 printf ("kdp_send_crashdump_data failed with error %d\n", ret);
534 if ((ret = kdp_send_crashdump_data (KDP_DATA, NULL, (unsigned int)size, (caddr_t)(uintptr_t)start)) < 0) {
535 printf ("kdp_send_crashdump_data failed with error %d\n", ret);
609 if ((ret = kdp_send_crashdump_data (KDP_DATA, NULL, sizeof(kernel_mach_header_t), (caddr_t) &mh) < 0)) {
610 printf ("kdp_send_crashdump_data failed with error %d\n", ret);
655 if ((ret = kdp_send_crashdump_data (KDP_DATA, NULL, tstate_size, tstate)) < 0) {
656 printf ("kdp_send_crashdump_data failed with error %d\n", ret);

Completed in 30 milliseconds