Searched refs:do_poll (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/scripts/
H A Dmultifollow.sh121 typeset do_poll=true
125 if ${do_poll} ; then
131 do_poll=true
135 # todo: investigate why we have to use "do_poll" at all - AFAIK it
140 do_poll=false
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmextern.h52 extern void do_poll();
H A Dtmhandler.c221 * do_poll - poll device
226 do_poll(fdp,nfds) function
240 fatal("do_poll: poll failed: %s", strerror(errno));
246 log("do_poll: cannot find fd %d in pmtab",
259 fatal("ttymon[%d]: do_poll: POLLERR on fd %d",
H A Dttymon.c132 do_poll(Pollp, nfds);

Completed in 46 milliseconds