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

Lines Matching refs:CommandType

79 	uint8_t     request;	// Either: CommandType | ePacketTypeRequest, or CommandType | ePacketTypeReply
87 CommunicationKDP::MakeRequestPacketHeader (CommandType request_type,
99 CommunicationKDP::SendRequestAndGetReply (const CommandType command,
406 const CommandType command = KDP_CONNECT;
435 const CommandType command = KDP_REATTACH;
475 const CommandType command = KDP_VERSION;
502 const CommandType command = KDP_IMAGEPATH;
612 const CommandType command = KDP_HOSTINFO;
647 const CommandType command = KDP_KERNELVERSION;
665 const CommandType command = KDP_DISCONNECT;
686 const CommandType command = use_64 ? KDP_READMEM64 : KDP_READMEM;
731 const CommandType command = use_64 ? KDP_WRITEMEM64 : KDP_WRITEMEM;
769 const CommandType command = (CommandType)command_byte;
856 const CommandType command = ExtractCommand (first_packet_byte);
1324 const CommandType command = KDP_READREGS;
1370 const CommandType command = KDP_WRITEREGS;
1398 const CommandType command = KDP_RESUMECPUS;
1415 const CommandType command = set ? (use_64 ? KDP_BREAKPOINT_SET64 : KDP_BREAKPOINT_SET ):
1437 const CommandType command = KDP_SUSPEND;