| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | inputthread.c | 201 return SetNotifyFd(fd, readInputProc, X_NOTIFY_READ, readInputArgs); in InputThreadRegisterDev() 432 SetNotifyFd(inputThreadInfo->readPipe, InputThreadNotifyPipe, X_NOTIFY_READ, NULL); in InputThreadPreInit() 550 return SetNotifyFd(fd, readInputProc, X_NOTIFY_READ, readInputArgs); in InputThreadRegisterDev()
|
| H A D | connection.c | 286 SetNotifyFd(fd, QueueNewConnections, X_NOTIFY_READ, NULL); in CreateWellKnownSockets() 346 SetNotifyFd(ListenTransFds[i], QueueNewConnections, X_NOTIFY_READ, NULL); in ResetWellKnownSockets() 754 if (!SetNotifyFd(trans_conn->fd, ConnMaxNotify, X_NOTIFY_READ, trans_conn)) in ErrorConnMax() 828 SetNotifyFd(int fd, NotifyFdProcPtr notify, int mask, void *data) in SetNotifyFd() function 1039 SetNotifyFd(fd, QueueNewConnections, X_NOTIFY_READ, NULL); in ListenOnOpenFD()
|
| H A D | xdmcp.c | 576 SetNotifyFd(xdmcpSocket, XdmcpSocketNotify, X_NOTIFY_READ, NULL); in xdmcp_reset() 579 SetNotifyFd(xdmcpSocket6, XdmcpSocketNotify, X_NOTIFY_READ, NULL); in xdmcp_reset()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86Events.c | 562 if (!SetNotifyFd(fd, xf86InputHandlerNotify, X_NOTIFY_READ, ih)) { in addInputHandler() 704 SetNotifyFd(ih->fd, xf86InputHandlerNotify, X_NOTIFY_READ, ih); in xf86EnableInputHandler() 718 SetNotifyFd(ih->fd, xf86InputHandlerNotify, X_NOTIFY_READ, ih); in xf86EnableGeneralHandler()
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | InitInput.c | 140 SetNotifyFd(g_fdMessageQueue, xwinDevWindowsHandlerNotify, X_NOTIFY_READ, NULL); in InitInput()
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/ |
| H A D | darwin.c | 369 SetNotifyFd(darwinEventReadFD, DarwinInputHandlerNotify, X_NOTIFY_READ, NULL); in DarwinMouseProc() 438 SetNotifyFd(darwinEventReadFD, DarwinInputHandlerNotify, X_NOTIFY_READ, NULL); in DarwinTabletProc() 466 SetNotifyFd(darwinEventReadFD, DarwinInputHandlerNotify, X_NOTIFY_READ, NULL); in DarwinKeybdProc()
|
| /OK3568_Linux_fs/external/xserver/hw/xnest/ |
| H A D | Init.c | 118 SetNotifyFd(XConnectionNumber(xnestDisplay), xnestNotifyConnection, X_NOTIFY_READ, NULL); in InitInput()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | os.h | 157 extern _X_EXPORT Bool SetNotifyFd(int fd, NotifyFdProcPtr notify_fd, int mask, void *data); 161 (void) SetNotifyFd(fd, NULL, X_NOTIFY_NONE, NULL); in RemoveNotifyFd()
|
| /OK3568_Linux_fs/external/xserver/config/ |
| H A D | dbus-core.c | 159 SetNotifyFd(bus_info.fd, socket_handler, X_NOTIFY_READ, &bus_info); in connect_to_bus()
|
| H A D | udev.c | 444 SetNotifyFd(udev_monitor_get_fd(udev_monitor), socket_handler, X_NOTIFY_READ, NULL); in config_udev_init()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/input/ |
| H A D | dmxcommon.c | 495 SetNotifyFd(XConnectionNumber(dmxScreen->beDisplay), dmxCommonFdNotify, X_NOTIFY_READ, closure); in dmxCommonAddEnabledDevice() 516 SetNotifyFd(XConnectionNumber(priv->display), dmxCommonFdNotify,X_NOTIFY_READ, pDev); in dmxCommonMouOn()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | vblank.c | 647 SetNotifyFd(ms->fd, ms_drm_socket_handler, X_NOTIFY_READ, screen); in ms_vblank_screen_init()
|
| /OK3568_Linux_fs/external/xserver/debian/patches/ |
| H A D | 02_kbsd-input-devd.diff | 435 + SetNotifyFd(sock_devd, socket_handler, X_NOTIFY_READ, NULL);
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | xselinux_hooks.c | 913 SetNotifyFd(netlink_fd, SELinuxNetlinkNotify, X_NOTIFY_READ, NULL); in SELinuxFlaskInit()
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/ |
| H A D | ephyr.c | 1291 SetNotifyFd(hostx_get_fd(), ephyrXcbNotify, X_NOTIFY_READ, NULL); in MouseEnable()
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland.c | 1238 SetNotifyFd(xwl_screen->wayland_fd, socket_handler, X_NOTIFY_READ, xwl_screen); in xwl_screen_init()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | dixfonts.c | 1956 if (!SetNotifyFd(fd, fs_fd_handler, X_NOTIFY_READ, entry)) { in add_fs_fd()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 14315 to clean up, and that new file descriptor is passed to SetNotifyFd, 22857 Update for removal of AddEnabledDevice in be5a513f. Use SetNotifyFd instead. 23026 Use SetNotifyFd instead, with the hope that someday someone will come 23063 xnest: Use SetNotifyFd to receive events 29859 Replace block/wakeup handlers with SetNotifyFd. Much nicer now. 29895 used directly for SetNotifyFd. Thanks to Daniel Martin 29988 Bool SetNotifyFd(int fd, NotifyFdProcPtr notify_fd, int mask, void *data);
|