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

Lines Matching refs:PutHex8

92     request_packet.PutHex8 (request_type | ePacketTypeRequest); // Set the request type
93 request_packet.PutHex8 (m_request_sequence_id++); // Sequence number
320 request_ack_packet.PutHex8 (reply_command | ePacketTypeReply);
321 request_ack_packet.PutHex8 (packet.GetU8(&offset));