Home
last modified time | relevance | path

Searched defs:poller (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/sys/
H A Dcons.h96 #define CONS_DRIVER(name, probe, init, initfini, term, getc, checkc, putc, dbctl, poller) \ argument
/dragonfly/contrib/less/
H A Dos.c115 struct pollfd poller[2] = { { fd, POLLIN, 0 }, { tty, POLLIN, 0 } }; in check_poll() local