Home
last modified time | relevance | path

Searched refs:POLLER_OK (Results 1 – 4 of 4) sorted by relevance

/openbmc/obmc-console/
H A Dsocket-handler.c256 return POLLER_OK; in client_timeout()
265 return POLLER_OK; in client_timeout()
280 return POLLER_OK; in client_poll()
299 return POLLER_OK; in client_poll()
316 return POLLER_OK; in socket_poll()
321 return POLLER_OK; in socket_poll()
346 return POLLER_OK; in socket_poll()
H A Dconsole-server.h81 POLLER_OK = 0, enumerator
H A Dtty-handler.c185 return POLLER_OK; in tty_poll()
H A Dconsole-server.c796 prc = POLLER_OK; in call_pollers()
809 if ((prc == POLLER_OK) && poller->timeout_fn && in call_pollers()