Searched refs:tc_dbglvl (Results 1 – 3 of 3) sorted by relevance
257 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()
334 #define tc_dbglvl tc_action.x_dbglvl macro
751 dp->tc_dbglvl = xpp->sp_debug; in si_Sioctl()754 xpp->sp_debug = dp->tc_dbglvl; in si_Sioctl()