Home | History | Annotate | Download | only in common

Lines Matching refs:handler

111  * Wakeup handler.
238 * Os wakeup handler.
290 * signal handler for the SIGIO signal.
553 /* Input handler registration */
599 * Set the handler for the console's fd. Replaces (and returns) the previous
600 * handler or NULL, whichever appropriate.
606 static IHPtr handler = NULL;
607 IHPtr old_handler = handler;
612 handler = xf86AddGeneralHandler(xf86Info.consoleFd, proc, data);
635 xf86RemoveInputHandler(pointer handler)
640 if (!handler)
643 ih = handler;
654 xf86RemoveGeneralHandler(pointer handler)
659 if (!handler)
662 ih = handler;
673 handler)
677 if (!handler)
680 ih = handler;
687 xf86DisableGeneralHandler(pointer handler)
691 if (!handler)
694 ih = handler;
701 xf86EnableInputHandler(pointer handler)
705 if (!handler)
708 ih = handler;
715 xf86EnableGeneralHandler(pointer handler)
719 if (!handler)
722 ih = handler;