Home
last modified time | relevance | path

Searched defs:poll (Results 1 – 4 of 4) sorted by last modified time

/original-bsd/usr.bin/telnet/
H A Dsys_bsd.c960 process_rings(netin, netout, netex, ttyin, ttyout, poll) in process_rings() argument
/original-bsd/sys/tahoe/stand/vdformat/
H A Dio.c26 poll(wait) in poll() function
/original-bsd/sys/pmax/dev/
H A Ddtop.c118 #define DTOP_RX_AVAIL(poll) (*(poll) & 1) argument
119 #define DTOP_TX_AVAIL(poll) (*(poll) & 2) argument
128 poll_reg_t poll; member
470 register poll_reg_t poll; local
/original-bsd/sys/hp300/stand/
H A Dhpib.c97 register int (*poll)(); local