Searched refs:csspoll (Results 1 - 9 of 9) sorted by relevance
/ast/src/lib/libcs/ |
H A D | css.h | 42 #define CSS_RECURSIVE (1<<3) /* allow recursive csspoll() */ 124 extern Cssfd_t* csspoll(unsigned long, unsigned long);
|
H A D | csserve.c | 194 csspoll(CS_NEVER, 0);
|
H A D | css.c | 599 csspoll(unsigned long ms, unsigned long flags) function 753 messagef((state.main->id, NiL, -4, "csspoll: pending=%d polling=%d z=%I*d wakeup=%I*d remain=%I*d", state.fdpending, state.fdpolling, sizeof(z), z, sizeof(css->disc->wakeup), css->disc->wakeup, sizeof(css->wakeup_remain), css->wakeup_remain)); 795 messagef((state.main->id, NiL, -9, "csspoll: pending=%d polling=%d next=%d fd=%d status=%06o", state.fdpending, state.fdpolling, state.fdnext, fd, pp->status)); 928 messagef((state.main->id, NiL, -9, "csspoll: status=%06o fd=%d actionf=%p", status, fd, ip->actionf));
|
/ast/src/cmd/cs/ |
H A D | 6263.c | 105 csspoll(CS_NEVER, 0);
|
H A D | css.c | 224 csspoll(CS_NEVER, 0);
|
H A D | tst.c | 156 csspoll(CS_NEVER, 0);
|
H A D | mbb.c | 422 csspoll(CS_NEVER, 0);
|
/ast/src/cmd/coshell/ |
H A D | event.c | 1162 csspoll(CS_NEVER, 0);
|
/ast/src/cmd/at/ |
H A D | atd.c | 1512 csspoll(CS_NEVER, 0);
|
Completed in 24 milliseconds