Searched refs:write_memory (Results 1 – 2 of 2) sorted by relevance
1754 debug_nub_write_memory_reply write_memory; in debug_nub_thread() member1806 replyPort = message.write_memory.reply_port; in debug_nub_thread()1807 void *address = message.write_memory.address; in debug_nub_thread()1808 int32 size = message.write_memory.size; in debug_nub_thread()1809 const char *data = message.write_memory.data; in debug_nub_thread()1825 reply.write_memory.error = result; in debug_nub_thread()1832 reply.write_memory.size = bytesWritten; in debug_nub_thread()
447 debug_nub_write_memory write_memory; member