Home | History | Annotate | Download | only in MacOSX-Kernel

Lines Matching full:kdp_error

696         uint32_t kdp_error = reply_packet.GetU32 (&offset);
709 if (kdp_error)
710 error.SetErrorStringWithFormat ("kdp read memory failed (error %u)", kdp_error);
743 uint32_t kdp_error = reply_packet.GetU32 (&offset);
744 if (kdp_error)
745 error.SetErrorStringWithFormat ("kdp write memory failed (error %u)", kdp_error);
776 uint32_t kdp_error = reply_packet.GetU32 (&offset);
777 if (kdp_error && (command_byte != KDP_DUMPINFO))
778 error.SetErrorStringWithFormat ("request packet 0x%8.8x failed (error %u)", command_byte, kdp_error);
1334 uint32_t kdp_error = reply_packet.GetU32 (&offset);
1350 if (kdp_error)
1351 error.SetErrorStringWithFormat("failed to read kdp registers for cpu %u flavor %u (error %u)", cpu, flavor, kdp_error);
1381 uint32_t kdp_error = reply_packet.GetU32 (&offset);
1382 if (kdp_error == 0)
1384 error.SetErrorStringWithFormat("failed to read kdp registers for cpu %u flavor %u (error %u)", cpu, flavor, kdp_error);
1426 uint32_t kdp_error = reply_packet.GetU32 (&offset);
1427 if (kdp_error == 0)