| /freebsd-10-stable/sys/sys/ |
| D | ttydevsw.h | 52 typedef int tsw_modem_t(struct tty *tp, int sigon, int sigoff); 162 ttydevsw_modem(struct tty *tp, int sigon, int sigoff) in ttydevsw_modem() argument 167 return (tp->t_devsw->tsw_modem(tp, sigon, sigoff)); in ttydevsw_modem()
|
| /freebsd-10-stable/sys/dev/nmdm/ |
| D | nmdm.c | 376 nmdm_modem(struct tty *tp, int sigon, int sigoff) in nmdm_modem() argument 381 if (sigon || sigoff) { in nmdm_modem() 384 if (sigoff & SER_DTR) in nmdm_modem()
|
| /freebsd-10-stable/sys/dev/si/ |
| D | si.c | 978 simodem(struct tty *tp, int sigon, int sigoff) in simodem() argument 985 DPRINT((pp, DBG_ENTRY|DBG_MODEM, "simodem(%x,%x)\n", sigon, sigoff)); in simodem() 988 if (sigon == 0 && sigoff == 0) { in simodem() 1004 if (sigoff & SER_DTR) in simodem() 1008 if (sigoff & SER_RTS) in simodem()
|
| /freebsd-10-stable/sys/dev/rp/ |
| D | rp.c | 970 rpmodem(struct tty *tp, int sigon, int sigoff) in rpmodem() argument 976 if (sigon != 0 || sigoff != 0) { in rpmodem() 980 if (sigoff & SER_DTR) in rpmodem() 984 if (sigoff & SER_RTS) in rpmodem()
|
| /freebsd-10-stable/sys/dev/usb/serial/ |
| D | usb_serial.c | 885 ucom_modem(struct tty *tp, int sigon, int sigoff) in ucom_modem() argument 895 if ((sigon == 0) && (sigoff == 0)) { in ucom_modem() 920 if (sigoff & SER_DTR) { in ucom_modem() 926 if (sigoff & SER_RTS) { in ucom_modem()
|
| /freebsd-10-stable/sys/dev/digi/ |
| D | digi.c | 71 static int digimodem(struct tty *tp, int sigon, int sigoff); 603 digimodem(struct tty *tp, int sigon, int sigoff) in digimodem() argument 612 if (sigon == 0 && sigoff == 0) { in digimodem() 634 if (sigoff & SER_DTR) in digimodem() 636 if (sigoff & SER_RTS) in digimodem()
|
| /freebsd-10-stable/crypto/heimdal/appl/telnet/telnetd/ |
| D | sys_term.c | 1710 # define sigoff() /* do nothing */ macro 1720 sigoff(); in utmp_sig_wait() 1723 sigoff(); /* turn off signals while we check caught */ in utmp_sig_wait()
|
| /freebsd-10-stable/sys/dev/sio/ |
| D | sio.c | 266 static int commodem(struct tty *tp, int sigon, int sigoff); 2129 commodem(struct tty *tp, int sigon, int sigoff) in commodem() argument 2137 if (sigon != 0 || sigoff != 0) { in commodem() 2139 if (sigoff & SER_DTR) in commodem() 2141 if (sigoff & SER_RTS) in commodem()
|
| /freebsd-10-stable/sys/dev/cy/ |
| D | cy.c | 1841 cymodem(struct tty *tp, int sigon, int sigoff) in cymodem() argument 1848 if (sigon == 0 && sigoff == 0) { in cymodem() 1881 if (sigoff & SER_DTR) in cymodem() 1885 if (sigoff & SER_RTS) in cymodem()
|
| /freebsd-10-stable/sys/pc98/cbus/ |
| D | sio.c | 354 static int commodem(struct tty *tp, int sigon, int sigoff); 3211 commodem(struct tty *tp, int sigon, int sigoff) in commodem() argument 3222 if (sigon != 0 || sigoff != 0) { in commodem() 3227 if (sigoff & SER_DTR) { in commodem() 3231 if (sigoff & SER_RTS) { in commodem() 3255 if (sigoff & SER_DTR) in commodem() 3257 if (sigoff & SER_RTS) in commodem()
|
| /freebsd-10-stable/sys/netinet/ |
| D | tcp_output.c | 1242 int sigoff = to.to_signature - opt; in tcp_output() local 1244 (u_char *)(th + 1) + sigoff, IPSEC_DIR_OUTBOUND); in tcp_output()
|
| /freebsd-10-stable/sys/dev/cx/ |
| D | if_cx.c | 1495 static int cx_tmodem (struct tty *tp, int sigon, int sigoff) in cx_tmodem() argument 1504 if (!sigon && !sigoff) { in cx_tmodem() 1516 if (sigoff & SER_DTR) in cx_tmodem() 1520 if (sigoff & SER_RTS) in cx_tmodem()
|
| /freebsd-10-stable/sys/kern/ |
| D | tty.c | 950 int sigoff __unused) in ttydevsw_defmodem()
|