Home
last modified time | relevance | path

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

/NextBSD/sys/dev/si/
HDsi.h359 #define TCSISTATE _IOWR('S', 105, struct si_tcsi) /* get current state of RTS macro
HDsi.c775 case TCSISTATE: in si_Sioctl()
/NextBSD/usr.sbin/sicontrol/
HDsicontrol.c383 if (ioctl(ctlfd, TCSISTATE, &tc) < 0) in mstate()