Home
last modified time | relevance | path

Searched refs:RemoveNotifyFd (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/external/xserver/os/
H A Dinputthread.c261 RemoveNotifyFd(fd); in InputThreadUnregisterDev()
514 RemoveNotifyFd(inputThreadInfo->readPipe); in InputThreadFini()
555 RemoveNotifyFd(fd); in InputThreadUnregisterDev()
H A Dconnection.c328 RemoveNotifyFd(ListenTransFds[i]); in ResetWellKnownSockets()
368 RemoveNotifyFd(ListenTransFds[i]); in CloseWellKnownConnections()
747 RemoveNotifyFd(trans_conn->fd); in ConnMaxNotify()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Events.c618 RemoveNotifyFd(ih->fd); in removeInputHandler()
676 RemoveNotifyFd(ih->fd); in xf86DisableInputHandler()
690 RemoveNotifyFd(ih->fd); in xf86DisableGeneralHandler()
/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A Ddarwin.c375 RemoveNotifyFd(darwinEventReadFD); in DarwinMouseProc()
444 RemoveNotifyFd(darwinEventReadFD); in DarwinTabletProc()
471 RemoveNotifyFd(darwinEventReadFD); in DarwinKeybdProc()
/OK3568_Linux_fs/external/xserver/config/
H A Ddbus-core.c86 RemoveNotifyFd(bus_info.fd); in teardown()
H A Dudev.c459 RemoveNotifyFd(udev_monitor_get_fd(udev_monitor)); in config_udev_fini()
/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Ddmxcommon.c502 RemoveNotifyFd(XConnectionNumber(dmxScreen->beDisplay)); in dmxCommonRemoveEnabledDevice()
535 RemoveNotifyFd(XConnectionNumber(priv->display)); in dmxCommonMouOff()
/OK3568_Linux_fs/external/xserver/include/
H A Dos.h159 static inline void RemoveNotifyFd(int fd) in RemoveNotifyFd() function
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dvblank.c667 RemoveNotifyFd(ms->fd); in ms_vblank_close_screen()
/OK3568_Linux_fs/external/xserver/debian/patches/
H A D02_kbsd-input-devd.diff446 + RemoveNotifyFd(sock_devd);
/OK3568_Linux_fs/external/xserver/Xext/
H A Dxselinux_hooks.c841 RemoveNotifyFd(netlink_fd); in SELinuxFlaskReset()
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyr.c1299 RemoveNotifyFd(hostx_get_fd()); in MouseDisable()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland.c251 RemoveNotifyFd(xwl_screen->wayland_fd); in xwl_close_screen()
/OK3568_Linux_fs/external/xserver/dix/
H A Ddixfonts.c1976 RemoveNotifyFd(fd); in remove_fs_fd()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog21154 initializing the value of bus_info.fd, we avoid calling RemoveNotifyFd
29997 void RemoveNotifyFd(int fd);
29999 RemoveNotifyFd may be called from the notify function.