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

/freebsd-10.0-release/crypto/openssh/
H A Dssh-keyscan.c85 u_char c_status; /* State of connection on this file desc. */ member in struct:Connection
339 if (fdcon[s].c_status)
343 fdcon[s].c_status = CS_CON;
363 if (s >= maxfd || fdcon[s].c_status == CS_UNUSED)
368 if (fdcon[s].c_status == CS_KEYS)
370 fdcon[s].c_status = CS_UNUSED;
474 c->c_status = CS_SIZE;
484 if (c->c_status == CS_CON) {
497 switch (c->c_status) {
503 c->c_status
[all...]
/freebsd-10.0-release/sys/arm/xilinx/
H A Duart_dev_cdnc.c512 int c, c_status = 0; local
522 c_status |= UART_STAT_PARERR;
524 c_status |= UART_STAT_FRAMERR;
532 if (c == 0 && (c_status & UART_STAT_FRAMERR) != 0 &&
539 uart_rx_put(sc, c | c_status);
/freebsd-10.0-release/sys/dev/si/
H A Dsi.h107 BYTE c_status; /* cooking status */ member in struct:si_channel
/freebsd-10.0-release/usr.sbin/sicontrol/
H A Dsicontrol.c586 printf("\tc_status 0x%x %s\n", CCB.c_status, s_cstat(CCB.c_status)); /* BYTE c_status - cooking status */

Completed in 77 milliseconds