Searched refs:sigoff (Results 1 – 6 of 6) sorted by relevance
/freebsd/usr.sbin/pkg/ |
H A D | ecc.c | 209 size_t compsz, datasz, sigoff; in ecc_extract_signature() local 223 sigoff = 0; in ecc_extract_signature() 243 if (sigoff + datasz > rawlen) in ecc_extract_signature() 248 memset(&rawsig[sigoff], 0, compsz - datasz); in ecc_extract_signature() 249 sigoff += compsz - datasz; in ecc_extract_signature() 252 memcpy(&rawsig[sigoff], sigdata, datasz); in ecc_extract_signature() 253 sigoff += datasz; in ecc_extract_signature() 257 rc = (sigoff == rawlen) ? 0 : 1; in ecc_extract_signature()
|
/freebsd/sys/sys/ |
H A 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/sys/dev/nmdm/ |
H A D | nmdm.c | 377 nmdm_modem(struct tty *tp, int sigon, int sigoff) in nmdm_modem() argument 382 if (sigon || sigoff) { in nmdm_modem() 385 if (sigoff & SER_DTR) in nmdm_modem()
|
/freebsd/sys/dev/usb/serial/ |
H A D | usb_serial.c | 997 ucom_modem(struct tty *tp, int sigon, int sigoff) in ucom_modem() argument 1007 if ((sigon == 0) && (sigoff == 0)) { in ucom_modem() 1031 if (sigoff & SER_DTR) { in ucom_modem() 1037 if (sigoff & SER_RTS) { in ucom_modem()
|
/freebsd/crypto/heimdal/appl/telnet/telnetd/ |
H A 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/sys/kern/ |
H A D | tty.c | 1005 int sigoff __unused) in ttydevsw_defmodem()
|