Searched refs:O_ASYNC (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/ |
| H A D | dmxsigio.c | 54 #ifndef O_ASYNC 56 # define O_ASYNC FASYNC macro 58 # define O_ASYNC 0 macro 150 flags |= O_ASYNC|O_NONBLOCK; 180 flags &= ~(O_ASYNC|O_NONBLOCK);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/shared/ |
| H A D | sigio.c | 149 #ifdef O_ASYNC 150 if (fcntl(fd, F_SETFL, fcntl(fd, F_GETFL) | O_ASYNC) == -1) { 151 xf86Msg(X_WARNING, "fcntl(%d, O_ASYNC): %s\n", 241 #ifdef O_ASYNC 242 fcntl(fd, F_SETFL, fcntl(fd, F_GETFL) & ~O_ASYNC);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/shared/ |
| H A D | sigio.c | 193 #ifdef O_ASYNC 194 if (fcntl(fd, F_SETFL, fcntl(fd, F_GETFL) | O_ASYNC) == -1) { 195 xf86Msg(X_WARNING, "fcntl(%d, O_ASYNC): %s\n", 274 #ifdef O_ASYNC 275 fcntl(fd, F_SETFL, fcntl(fd, F_GETFL) & ~O_ASYNC);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/netbsd/x68k/ |
| H A D | x68kKbd.c | 140 fcntl(x68kKbdPriv.fd, F_SETFL, O_NONBLOCK|O_ASYNC) == -1 ||
|
| H A D | x68kMouse.c | 159 fcntl(x68kMousePriv.fd, F_SETFL, O_NONBLOCK | O_ASYNC) == -1
|
Completed in 5 milliseconds