Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/sicontrol/
HDsicontrol.c257 if (ioctl(ctlfd, TCSIGDBG_ALL, &tc.tc_dbglvl) < 0) in debug()
267 prlevels(tc.tc_dbglvl); in debug()
271 tc.tc_dbglvl = 0; in debug()
279 tc.tc_dbglvl |= level; in debug()
281 tc.tc_dbglvl &= ~level; in debug()
283 tc.tc_dbglvl = level; in debug()
288 if (ioctl(ctlfd, TCSISDBG_ALL, &tc.tc_dbglvl) < 0) in debug()
/NextBSD/sys/dev/si/
HDsi.h334 #define tc_dbglvl tc_action.x_dbglvl macro
HDsi.c751 dp->tc_dbglvl = xpp->sp_debug; in si_Sioctl()
754 xpp->sp_debug = dp->tc_dbglvl; in si_Sioctl()