Searched refs:drain_console (Results 1 – 4 of 4) sorted by relevance
57 drain_console(int fd, void *closure) in drain_console() function272 xf86SetConsoleHandler(drain_console, NULL); in xf86OpenConsole()
276 def drain_console(self): member in ConsoleBase
532 console.drain_console()
84393 Fix drain_console unregistration84400 trying to unregister drain_console without success due to105910 condition between drain_console() and the driver's ReadInput (Bug 29969).105914 removes the drain_console call. It's the driver's responsibility to restore105928 The drain_console() function will race with new keyboard events being added105932 Only use the drain_console() when AllowEmptyInput is off which is the best105937 disable drain_console().106138 The drain_console() function will race with new keyboard events being added106142 Only use the drain_console() when AllowEmptyInput is off which is the best106147 disable drain_console().