Lines Matching refs:WriteBytes
36 int WriteBytes(const void *Data, size_t Size) { in WriteBytes() function in LLIChildTarget
37 return RPC.WriteBytes(Data, Size) ? Size : -1; in WriteBytes()
176 int rc = WriteBytes(&MsgType, 4); in sendChildActive()
182 rc = WriteBytes(&DataSize, 4); in sendChildActive()
189 int rc = WriteBytes(&MsgType, 4); in sendAllocationResult()
195 rc = WriteBytes(&DataSize, 4); in sendAllocationResult()
199 rc = WriteBytes(&Addr, 8); in sendAllocationResult()
206 int rc = WriteBytes(&MsgType, 4); in sendLoadStatus()
212 rc = WriteBytes(&DataSize, 4); in sendLoadStatus()
216 rc = WriteBytes(&Status, 4); in sendLoadStatus()
223 int rc = WriteBytes(&MsgType, 4); in sendExecutionComplete()
230 rc = WriteBytes(&DataSize, 4); in sendExecutionComplete()
234 rc = WriteBytes(&Result, 4); in sendExecutionComplete()