Searched refs:sigstate (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xf86-video-nv/dist/src/
H A Dg80_dac.c143 int sigstate; local in function:G80DacLoadDetect
154 sigstate = xf86BlockSIGIO();
156 xf86UnblockSIGIO(sigstate);
/xsrc/external/mit/xf86-input-ws/dist/src/
H A Demumb.c202 int sigstate; local in function:wsmbEmuTimer
205 sigstate = xf86BlockSIGIO();
217 xf86UnblockSIGIO(sigstate);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Events.c257 int sigstate = xf86BlockSIGIO(); local in function:xf86Wakeup
266 xf86UnblockSIGIO(sigstate);
379 int i, j, nevents, sigstate; local in function:xf86ReleaseKeys
401 sigstate = xf86BlockSIGIO ();
405 xf86UnblockSIGIO(sigstate);
H A Dxf86Cursor.c471 int sigstate; local in function:xf86WarpCursor
472 sigstate = xf86BlockSIGIO ();
476 xf86UnblockSIGIO (sigstate);
/xsrc/external/mit/xf86-input-mouse/dist/src/
H A Dmouse.c2045 int sigstate; local in function:buttonTimer
2054 sigstate = xf86BlockSIGIO ();
2069 xf86UnblockSIGIO (sigstate);
/xsrc/external/mit/xf86-input-synaptics/dist/src/
H A Dsynaptics.c1429 int sigstate; local in function:timerFunc
1431 sigstate = xf86BlockSIGIO();
1441 xf86UnblockSIGIO(sigstate);
/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dglint_driver.c3604 int sigstate = xf86BlockSIGIO(); local in function:GLINTBlockHandler
3612 xf86UnblockSIGIO(sigstate);
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_driver.c9332 int sigstate; local in function:SISMergedPointerMoved
9397 sigstate = xf86BlockSIGIO();
9413 xf86UnblockSIGIO(sigstate);

Completed in 30 milliseconds