Searched refs:sigoff (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Dttydevsw.h52 typedef int tsw_modem_t(struct tty *tp, int sigon, int sigoff);
71 tsw_modem_t *tsw_modem; /* Modem sigon/sigoff. */
162 ttydevsw_modem(struct tty *tp, int sigon, int sigoff) argument
167 return (tp->t_devsw->tsw_modem(tp, sigon, sigoff));
/freebsd-11-stable/sys/dev/nmdm/
H A Dnmdm.c376 nmdm_modem(struct tty *tp, int sigon, int sigoff) argument
381 if (sigon || sigoff) {
384 if (sigoff & SER_DTR)
/freebsd-11-stable/sys/dev/rp/
H A Drp.c918 rpmodem(struct tty *tp, int sigon, int sigoff) argument
924 if (sigon != 0 || sigoff != 0) {
928 if (sigoff & SER_DTR)
932 if (sigoff & SER_RTS)
/freebsd-11-stable/sys/dev/si/
H A Dsi.c977 simodem(struct tty *tp, int sigon, int sigoff) argument
984 DPRINT((pp, DBG_ENTRY|DBG_MODEM, "simodem(%x,%x)\n", sigon, sigoff));
987 if (sigon == 0 && sigoff == 0) {
1003 if (sigoff & SER_DTR)
1007 if (sigoff & SER_RTS)
/freebsd-11-stable/sys/dev/usb/serial/
H A Dusb_serial.c884 ucom_modem(struct tty *tp, int sigon, int sigoff) argument
894 if ((sigon == 0) && (sigoff == 0)) {
919 if (sigoff & SER_DTR) {
925 if (sigoff & SER_RTS) {
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c1710 # define sigoff() /* do nothing */ macro
1720 sigoff();
1723 sigoff(); /* turn off signals while we check caught */
/freebsd-11-stable/sys/dev/digi/
H A Ddigi.c71 static int digimodem(struct tty *tp, int sigon, int sigoff);
603 digimodem(struct tty *tp, int sigon, int sigoff) argument
612 if (sigon == 0 && sigoff == 0) {
634 if (sigoff & SER_DTR)
636 if (sigoff & SER_RTS)
/freebsd-11-stable/sys/dev/cy/
H A Dcy.c1841 cymodem(struct tty *tp, int sigon, int sigoff) argument
1848 if (sigon == 0 && sigoff == 0) {
1881 if (sigoff & SER_DTR)
1885 if (sigoff & SER_RTS)
/freebsd-11-stable/sys/dev/sio/
H A Dsio.c266 static int commodem(struct tty *tp, int sigon, int sigoff);
2129 commodem(struct tty *tp, int sigon, int sigoff) argument
2137 if (sigon != 0 || sigoff != 0) {
2139 if (sigoff & SER_DTR)
2141 if (sigoff & SER_RTS)
/freebsd-11-stable/sys/pc98/cbus/
H A Dsio.c354 static int commodem(struct tty *tp, int sigon, int sigoff);
3211 commodem(struct tty *tp, int sigon, int sigoff) argument
3222 if (sigon != 0 || sigoff != 0) {
3227 if (sigoff & SER_DTR) {
3231 if (sigoff & SER_RTS) {
3255 if (sigoff & SER_DTR)
3257 if (sigoff & SER_RTS)
/freebsd-11-stable/sys/dev/cx/
H A Dif_cx.c1480 static int cx_tmodem (struct tty *tp, int sigon, int sigoff) argument
1489 if (!sigon && !sigoff) {
1501 if (sigoff & SER_DTR)
1505 if (sigoff & SER_RTS)
/freebsd-11-stable/sys/kern/
H A Dtty.c977 int sigoff __unused)

Completed in 138 milliseconds