Searched refs:recv (Results 1 - 13 of 13) sorted by relevance

/gem5/src/dev/ps2/
H A Dkeyboard.hh68 bool recv(const std::vector<uint8_t> &data) override;
H A Dmouse.hh73 bool recv(const std::vector<uint8_t> &data) override;
H A Ddevice.hh107 virtual bool recv(const std::vector<uint8_t> &data) = 0;
H A Dtouchkit.hh69 bool recv(const std::vector<uint8_t> &data) override;
H A Ddevice.cc101 if (recv(inBuffer))
H A Dkeyboard.cc77 PS2Keyboard::recv(const std::vector<uint8_t> &data) function in class:PS2Keyboard
H A Dmouse.cc58 PS2Mouse::recv(const std::vector<uint8_t> &data) function in class:PS2Mouse
H A Dtouchkit.cc80 PS2TouchKit::recv(const std::vector<uint8_t> &data) function in class:PS2TouchKit
/gem5/src/dev/net/
H A Dtcp_iface.cc285 ret = ::recv(sock, buf, length, MSG_WAITALL );
288 inform("recv(): %s", strerror(errno));
290 panic("recv() failed: %s", strerror(errno));
292 inform("recv(): Connection closed");
294 panic("recv() failed");
/gem5/ext/testlib/
H A Dsandbox.py165 self._exception = self._pconn.recv()
/gem5/src/base/
H A Dremote_gdb.hh185 void recv(std::vector<char> &bp);
H A Dremote_gdb.cc460 recv(data);
534 BaseRemoteGDB::recv(std::vector<char>& bp) function in class:BaseRemoteGDB
581 DPRINTF(GDBRecv, "recv: %s\n", bp.data());
/gem5/src/dev/virtio/
H A Dfs9p.cc555 ret = ::recv(fdSocket, (void *)data, len, 0);

Completed in 19 milliseconds