Searched refs:xf86SigIOFuncs (Results 1 – 1 of 1) sorted by relevance
85 static Xf86SigIOFunc xf86SigIOFuncs[MAX_FUNCS]; variable135 if (xf86SigIOFuncs[i].f && xf86SigIOFuncs[i].fd == xf86SigIOFds[f].fd) in xf86SIGIO()136 (*xf86SigIOFuncs[i].f) (xf86SigIOFuncs[i].fd, in xf86SIGIO()137 xf86SigIOFuncs[i].closure); in xf86SIGIO()192 if (!xf86SigIOFuncs[i].f) { in xf86InstallSIGIOHandler()232 xf86SigIOFuncs[i].fd = fd; in xf86InstallSIGIOHandler()233 xf86SigIOFuncs[i].closure = closure; in xf86InstallSIGIOHandler()234 xf86SigIOFuncs[i].f = f; in xf86InstallSIGIOHandler()242 else if (xf86SigIOFuncs[i].fd == fd) { in xf86InstallSIGIOHandler()243 xf86SigIOFuncs[i].closure = closure; in xf86InstallSIGIOHandler()[all …]