Home
last modified time | relevance | path

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

/NextBSD/sys/dev/si/
HDsi.h362 #define TCSIPORTS _IOR('S', 107, int) /* Number of ports found */ macro
HDsi.c691 case TCSIPORTS: in si_Sioctl()
/NextBSD/usr.sbin/sicontrol/
HDsicontrol.c399 if (ioctl(ctlfd, TCSIPORTS, &ports) < 0) in nport()