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

/freebsd-10.3-release/contrib/netbsd-tests/kernel/
H A Dt_sysv.c146 int c_status; local
152 if (wait(&c_status) == -1)
155 child_status = c_status;
209 int c_status; local
318 c_status = child_status;
319 if (c_status < 0)
320 atf_tc_fail("waitpid: %d", -c_status);
321 else if (WIFEXITED(c_status) == 0)
322 atf_tc_fail("child abnormal exit: %d", c_status);
323 else if (WEXITSTATUS(c_status) !
448 int c_status; local
676 int c_status; local
[all...]
/freebsd-10.3-release/crypto/openssh/
H A Dssh-keyscan.c88 u_char c_status; /* State of connection on this file desc. */ member in struct:Connection
407 if (fdcon[s].c_status)
412 fdcon[s].c_status = CS_CON;
432 if (s >= maxfd || fdcon[s].c_status == CS_UNUSED)
437 if (fdcon[s].c_status == CS_KEYS)
439 fdcon[s].c_status = CS_UNUSED;
552 c->c_status = CS_SIZE;
562 if (c->c_status == CS_CON) {
575 switch (c->c_status) {
581 c->c_status
[all...]
/freebsd-10.3-release/sys/arm/xilinx/
H A Duart_dev_cdnc.c517 int c, c_status = 0; local
527 c_status |= UART_STAT_PARERR;
529 c_status |= UART_STAT_FRAMERR;
537 if (c == 0 && (c_status & UART_STAT_FRAMERR) != 0 &&
544 uart_rx_put(sc, c | c_status);
/freebsd-10.3-release/sys/dev/si/
H A Dsi.h107 BYTE c_status; /* cooking status */ member in struct:si_channel
/freebsd-10.3-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 81 milliseconds