Home
last modified time | relevance | path

Searched refs:IP_RTS (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/dev/si/
HDsi.h197 #define IP_RTS 0x02 /* RTS High */ macro
HDsi.c993 if (x & IP_RTS) sigon |= SER_RTS; in simodem()
/NextBSD/usr.sbin/sicontrol/
HDsicontrol.c388 if (tc.tc_int & IP_RTS) printf(" RTS"); in mstate()
496 sprintf(msg, "rts:%s", (ip & IP_RTS) ? "on" : "off"); in s_ip()