Searched refs:cspoll (Results 1 - 10 of 10) sorted by relevance

/ast/src/cmd/3d/
H A Dcs_3d.h42 #define cspoll _3d_cspoll macro
/ast/src/lib/libcs/
H A Dcspoll.c44 cspoll(Cs_t* state, Cspoll_t* fds, int num, int ms) function
206 return cspoll(&cs, fds, num, ms);
H A Dcs.h261 #define cspoll _cs_poll macro
300 extern int cspoll(Cs_t*, Cspoll_t*, int, int);
H A DMakefile25 csping.c cspipe.c cspoll.c csport.c csread.c csrecv.c \
H A Dcsclient.c114 while (cspoll(cs, fds, elementsof(fds), timeout) > 0)
H A Dmsguser.c337 switch (cspoll(&cs, &ack, 1, msg_info.timeout))
H A Dcss.c704 if ((state.fdpending = cspoll(&cs, state.fdpoll, state.fdpolling, to)) < 0)
/ast/src/cmd/cs/vcs_src/
H A Dmnt_vcs.c54 if (cspoll(&ack, 1, -1) != 1)
H A Difs_network.c59 rtn = cspoll( &fds, 1, timeout );
/ast/src/cmd/coshell/
H A Dcommand.c81 while (cspoll(fds, n, 0) > 0)

Completed in 37 milliseconds