Searched refs:cspoll (Results 1 - 10 of 10) sorted by relevance
/ast/src/cmd/3d/ |
H A D | cs_3d.h | 42 #define cspoll _3d_cspoll macro
|
/ast/src/lib/libcs/ |
H A D | cspoll.c | 44 cspoll(Cs_t* state, Cspoll_t* fds, int num, int ms) function 206 return cspoll(&cs, fds, num, ms);
|
H A D | cs.h | 261 #define cspoll _cs_poll macro 300 extern int cspoll(Cs_t*, Cspoll_t*, int, int);
|
H A D | Makefile | 25 csping.c cspipe.c cspoll.c csport.c csread.c csrecv.c \
|
H A D | csclient.c | 114 while (cspoll(cs, fds, elementsof(fds), timeout) > 0)
|
H A D | msguser.c | 337 switch (cspoll(&cs, &ack, 1, msg_info.timeout))
|
H A D | css.c | 704 if ((state.fdpending = cspoll(&cs, state.fdpoll, state.fdpolling, to)) < 0)
|
/ast/src/cmd/cs/vcs_src/ |
H A D | mnt_vcs.c | 54 if (cspoll(&ack, 1, -1) != 1)
|
H A D | ifs_network.c | 59 rtn = cspoll( &fds, 1, timeout );
|
/ast/src/cmd/coshell/ |
H A D | command.c | 81 while (cspoll(fds, n, 0) > 0)
|
Completed in 37 milliseconds