Home
last modified time | relevance | path

Searched refs:sigon (Results 1 - 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/serial/
H A Dusb_serial.c73 extern int ucom_modem(struct ucom_softc *sc, int sigon, int sigoff);
625 ucom_modem(struct ucom_softc *sc, int sigon, int sigoff) in ucom_modem() argument
634 if ((sigon == 0) && (sigoff == 0)) { in ucom_modem()
636 sigon |= SER_DTR; in ucom_modem()
639 sigon |= SER_RTS; in ucom_modem()
642 sigon |= SER_CTS; in ucom_modem()
645 sigon |= SER_DCD; in ucom_modem()
648 sigon |= SER_DSR; in ucom_modem()
651 sigon |= SER_RI; in ucom_modem()
653 return (sigon); in ucom_modem()
[all...]
/third_party/ltp/lib/
H A Dtlibio.c784 sigon(); in lio_write_buffer()
843 sigon(); in lio_write_buffer()
921 sigon(); in lio_write_buffer()
1364 sigon(); in lio_read_buffer()
1423 sigon(); in lio_read_buffer()
1499 sigon(); in lio_read_buffer()
1807 sigon();
1867 sigon();
1898 /* note: don't do the sigon() for CRAY in this case. why? -- roehrich 6/11/97 */
1914 sigon();
[all...]

Completed in 4 milliseconds