Home
last modified time | relevance | path

Searched refs:poller_timeout_fn_t (Results 1 – 2 of 2) sorted by relevance

/openbmc/obmc-console/
H A Dconsole-server.h91 typedef enum poller_ret (*poller_timeout_fn_t)(struct handler *handler, typedef
173 poller_timeout_fn_t timeout_fn;
184 poller_timeout_fn_t timeout_fn, int fd,
H A Dconsole-server.c710 poller_timeout_fn_t timeout_fn, int fd, in console_poller_register()