Searched refs:xf86SigIOFuncs (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/shared/
H A Dsigio.c84 static Xf86SigIOFunc xf86SigIOFuncs[MAX_FUNCS]; variable in typeref:typename:Xf86SigIOFunc[]
107 if (xf86SigIOFuncs[i].f && FD_ISSET (xf86SigIOFuncs[i].fd, &ready))
109 (*xf86SigIOFuncs[i].f)(xf86SigIOFuncs[i].fd,
110 xf86SigIOFuncs[i].closure);
144 if (!xf86SigIOFuncs[i].f)
181 xf86SigIOFuncs[i].fd = fd;
182 xf86SigIOFuncs[i].closure = closure;
183 xf86SigIOFuncs[
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/shared/
H A Dsigio.c85 static Xf86SigIOFunc xf86SigIOFuncs[MAX_FUNCS]; variable in typeref:typename:Xf86SigIOFunc[]
135 if (xf86SigIOFuncs[i].f && xf86SigIOFuncs[i].fd == xf86SigIOFds[f].fd)
136 (*xf86SigIOFuncs[i].f) (xf86SigIOFuncs[i].fd,
137 xf86SigIOFuncs[i].closure);
189 if (!xf86SigIOFuncs[i].f) {
229 xf86SigIOFuncs[i].fd = fd;
230 xf86SigIOFuncs[i].closure = closure;
231 xf86SigIOFuncs[
[all...]

Completed in 4 milliseconds