Home
last modified time | relevance | path

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

/NextBSD/sys/dev/si/
HDsi.h198 #define IP_RI 0x40 /* RI High */ macro
HDsi.c994 if (x & IP_RI) sigon |= SER_RI; in simodem()
/NextBSD/usr.sbin/sicontrol/
HDsicontrol.c499 sprintf(msg + strlen(msg), ", ri:%s", (ip & IP_RI) ? "on" : "off"); in s_ip()