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

/freebsd-9.3-release/usr.bin/csup/
H A Dmux.c116 #define CS_UNUSED 0 macro
408 if (chan->state == CS_UNUSED) {
519 if (chan->state != CS_UNUSED) {
589 chan->state = CS_UNUSED;
732 if (chan->state != CS_UNUSED) {
940 if (chan->state != CS_UNUSED) {
/freebsd-9.3-release/crypto/openssh/
H A Dssh-keyscan.c87 #define CS_UNUSED 0 /* File descriptor unused */ macro
367 if (s >= maxfd || fdcon[s].c_status == CS_UNUSED)
374 fdcon[s].c_status = CS_UNUSED;

Completed in 99 milliseconds