HomeSort by: relevance | last modified time | path
    Searched defs:carrier (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.bin/rump_dhcpclient/
dhcpcd.h 92 int carrier; member in struct:interface
  /src/sys/dev/ic/
cy.c 381 /* wait for carrier if necessary */
739 * on carrier detect changes.
987 * handle carrier changes
991 int carrier; local in function:cy_poll
996 carrier = ((cy->cy_carrier_stat &
1000 printf("cy_poll: carrier change "
1001 "(card %d, port %d, carrier %d)\n",
1002 card, port, carrier);
1005 !(*tp->t_linesw->l_modem)(tp, carrier))
  /src/sys/dev/sbus/
magma.c 585 int carrier; local in function:magma_hard
594 carrier = ISSET(msvr, cd->cd_parmode ? CD1400_MSVR2_DSR : CD1400_MSVR2_CD);
596 if( mtty->mp_carrier != carrier ) {
598 mtty->mp_carrier = carrier;
951 /* tell the tty about the carrier status */
1372 /* set up `carrier detect' interrupts */
  /src/sys/kern/
tty.c 125 * 1) We have carrier.
126 * 2) It's a locally attached terminal, and we are therefore ignoring carrier.
127 * 3) We're using a flow control mechanism that overloads the carrier signal.
404 * Wait for carrier. Also wait for any dialout
1877 * Flag indicates new state of carrier.
1888 * Lost carrier.
1901 * Carrier now on.
1914 * Return argument flag, to turn off device on carrier drop.
2088 int carrier; local in function:ttread
2094 * If we have data, we don't need to check for carrier
    [all...]
  /src/sbin/ifconfig/
ifconfig.c 116 static int carrier(prop_dictionary_t);
604 exit(carrier(env));
1231 carrier(prop_dictionary_t env) function in typeref:typename:int

Completed in 16 milliseconds