HomeSort by: relevance | last modified time | path
    Searched refs:xf86ProcessActionEvent (Results 1 - 10 of 10) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/hw/xfree86/xkb/
xkbVT.c 54 xf86ProcessActionEvent(ACTION_SWITCHSCREEN, (void *) &scrnnum);
57 xf86ProcessActionEvent(ACTION_SWITCHSCREEN_PREV, NULL);
59 xf86ProcessActionEvent(ACTION_SWITCHSCREEN_NEXT, NULL);
xkbPrivate.c 30 xf86ProcessActionEvent(ACTION_PREV_MODE, NULL);
32 xf86ProcessActionEvent(ACTION_NEXT_MODE, NULL);
xkbKillSrv.c 51 xf86ProcessActionEvent(ACTION_TERMINATE, NULL);
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dixmods/
xkbVT.c 54 xf86ProcessActionEvent(ACTION_SWITCHSCREEN,(void *) &scrnnum);
57 xf86ProcessActionEvent(ACTION_SWITCHSCREEN_PREV,NULL);
59 xf86ProcessActionEvent(ACTION_SWITCHSCREEN_NEXT,NULL);
xkbPrivate.c 29 xf86ProcessActionEvent(ACTION_PREV_MODE, NULL);
31 xf86ProcessActionEvent(ACTION_NEXT_MODE, NULL);
xkbKillSrv.c 51 xf86ProcessActionEvent(ACTION_TERMINATE, NULL);
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86.h 218 extern _X_EXPORT void xf86ProcessActionEvent(ActionEvent action, void *arg);
xf86Events.c 156 xf86ProcessActionEvent(ActionEvent action, void *arg)
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86Events.c 177 xf86ProcessActionEvent(ActionEvent action, void *arg)
xf86.h 202 extern _X_EXPORT void xf86ProcessActionEvent(ActionEvent action, void *arg);

Completed in 9 milliseconds