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

/freebsd-9.3-release/usr.bin/csup/
H A Dmux.c122 #define CS_CLOSED 6 macro
373 chan->state = CS_CLOSED;
375 } else if (chan->state == CS_WRCLOSED || chan->state == CS_CLOSED) {
392 while (chan->state != CS_CLOSED)
452 if (chan->state == CS_RDCLOSED || chan->state == CS_CLOSED) {
733 chan->state = CS_CLOSED;
1086 chan->state = CS_CLOSED;

Completed in 92 milliseconds