Searched refs:revent (Results 1 - 11 of 11) sorted by relevance

/gem5/src/dev/net/
H A Dethertap.hh91 virtual void recvReal(int revent) = 0;
167 void recvReal(int revent) override;
190 void recvReal(int revent) override;
H A Dethertap.cc84 process(int revent) override
90 tap->recvReal(revent);
238 void process(int revent) override { listener->accept(); }
346 EtherTapStub::recvReal(int revent) argument
348 if (revent & POLLERR) {
353 if (!(revent & POLLIN))
430 EtherTap::recvReal(int revent) argument
432 if (revent & POLLERR)
435 if (!(revent & POLLIN))
/gem5/src/dev/serial/
H A Dterminal.hh74 void process(int revent);
87 void process(int revent);
H A Dterminal.cc91 Terminal::ListenEvent::process(int revent) argument
105 Terminal::DataEvent::process(int revent) argument
112 if (revent & POLLIN)
114 else if (revent & POLLNVAL)
/gem5/src/base/
H A Dpollevent.hh59 virtual void process(int revent) = 0;
H A Dremote_gdb.hh149 void incomingData(int revent);
150 void connectWrapper(int revent) { connect(); } argument
152 template <void (BaseRemoteGDB::*F)(int revent)>
163 void process(int revent) { (gdb->*F)(revent); } argument
H A Dremote_gdb.cc497 BaseRemoteGDB::incomingData(int revent) argument
504 if (revent & POLLIN) {
507 } else if (revent & POLLNVAL) {
/gem5/src/base/vnc/
H A Dvncserver.hh151 void process(int revent);
165 void process(int revent);
H A Dvncserver.cc96 VncServer::ListenEvent::process(int revent) argument
110 VncServer::DataEvent::process(int revent) argument
112 if (revent & POLLIN)
114 else if (revent & POLLNVAL)
/gem5/src/dev/virtio/
H A Dfs9p.hh320 void process(int revent);
373 void process(int revent);
H A Dfs9p.cc435 VirtIO9PDiod::DiodDataEvent::process(int revent) argument
571 VirtIO9PSocket::SocketDataEvent::process(int revent) argument

Completed in 22 milliseconds