Home
last modified time | relevance | path

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

/NextBSD/sys/dev/si/
HDsi.h376 #define TCSISDBG_ALL _IOW('S', 118, int) /* set global debug level */ macro
HDsi.c697 case TCSISDBG_ALL: in si_Sioctl()
/NextBSD/usr.sbin/sicontrol/
HDsicontrol.c288 if (ioctl(ctlfd, TCSISDBG_ALL, &tc.tc_dbglvl) < 0) in debug()