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

/freebsd-10.1-release/crypto/openssh/
H A Dssh-keyscan.c86 u_char c_status; /* State of connection on this file desc. */ member in struct:Connection
343 if (fdcon[s].c_status)
347 fdcon[s].c_status = CS_CON;
367 if (s >= maxfd || fdcon[s].c_status == CS_UNUSED)
372 if (fdcon[s].c_status == CS_KEYS)
374 fdcon[s].c_status = CS_UNUSED;
478 c->c_status = CS_SIZE;
488 if (c->c_status == CS_CON) {
501 switch (c->c_status) {
507 c->c_status
[all...]
/freebsd-10.1-release/sys/arm/xilinx/
H A Duart_dev_cdnc.c516 int c, c_status = 0; local
526 c_status |= UART_STAT_PARERR;
528 c_status |= UART_STAT_FRAMERR;
536 if (c == 0 && (c_status & UART_STAT_FRAMERR) != 0 &&
543 uart_rx_put(sc, c | c_status);
/freebsd-10.1-release/sys/dev/si/
H A Dsi.h107 BYTE c_status; /* cooking status */ member in struct:si_channel
/freebsd-10.1-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 124 milliseconds