Lines Matching defs:ON
26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
71 #define ON ((void *)1)
339 * When serial console, Windows CE already powered on it.
487 txcom_cnpollc(dev_t dev, int on)
586 txcom_break(struct txcom_softc *sc, int on)
591 on ? TX39_UARTTXHOLD_BREAK : 0);
595 txcom_modem(struct txcom_softc *sc, int on)
606 (void *)on);
613 if (on) {
839 * Turn on DTR. We must always do this, even if carrier is not
894 * processes waiting for carrier on the non-dialout node.
1155 DPRINTF("DCD %s\n", modem ? "ON" : "OFF");
1171 DPRINTF("CTS %s\n", clear ? "ON" : "OFF");