| /xsrc/external/mit/xf86-video-intel/dist/src/ |
| H A D | fd.c | 87 flags |= O_NONBLOCK;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/ |
| H A D | fd.c | 87 flags |= O_NONBLOCK;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/ |
| H A D | dmxsigio.c | 61 #ifndef O_NONBLOCK 62 #define O_NONBLOCK FNONBLK macro 150 flags |= O_ASYNC|O_NONBLOCK; 180 flags &= ~(O_ASYNC|O_NONBLOCK);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/hurd/ |
| H A D | hurd_init.c | 74 if( ( fd = open( "/dev/kbd" , O_RDONLY|O_NONBLOCK ) ) < 0 )
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/hurd/ |
| H A D | hurd_init.c | 75 if ((fd = open("/dev/kbd", O_RDONLY | O_NONBLOCK)) < 0) {
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | os_socket.c | 76 fcntl(s, F_SETFL, old & ~O_NONBLOCK); 78 fcntl(s, F_SETFL, old | O_NONBLOCK);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_network.c | 189 fcntl(s, F_SETFL, old & ~O_NONBLOCK); 191 fcntl(s, F_SETFL, old | O_NONBLOCK);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_network.c | 189 fcntl(s, F_SETFL, old & ~O_NONBLOCK); 191 fcntl(s, F_SETFL, old | O_NONBLOCK);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/ |
| H A D | quartzStartup.c | 109 fcntl(darwinEventReadFD, F_SETFL, O_NONBLOCK);
|
| /xsrc/external/mit/xf86-input-mouse/dist/src/ |
| H A D | lnx_mouse.c | 71 SYSCALL (fd = open(*pdev, O_RDWR | O_NONBLOCK | O_EXCL)); 157 SYSCALL (fd = open(dev, O_RDWR | O_NONBLOCK | O_EXCL));
|
| H A D | hurd_mouse.c | 190 SYSCALL (fd = open(path, O_RDWR | O_NONBLOCK | O_EXCL));
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/ |
| H A D | quartzStartup.c | 124 fcntl(darwinEventReadFD, F_SETFL, O_NONBLOCK);
|
| /xsrc/external/mit/xorg-server/dist/config/ |
| H A D | wscons.c | 113 fd = open(WSCONS_KBD_DEVICE, O_RDWR | O_NONBLOCK | O_EXCL); 240 fd = open(devname, O_RDWR | O_NONBLOCK | O_EXCL); 242 fd = open_device(devname, O_RDWR | O_NONBLOCK | O_EXCL);
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| H A D | spiceqxl_uinput.c | 119 uinput_fd = open(uinput_filename, O_RDONLY | O_NONBLOCK, 0666);
|
| H A D | spiceqxl_smartcard.c | 114 flags |= O_NONBLOCK;
|
| H A D | spiceqxl_vdagent.c | 118 if (fcntl(virtio_client_fd, F_SETFL, flags | O_NONBLOCK | O_CLOEXEC) == -1) {
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/ |
| H A D | xf86_OSlib.h | 377 #if !defined(O_NDELAY) && defined(O_NONBLOCK) 378 # define O_NDELAY O_NONBLOCK 379 #endif /* !O_NDELAY && O_NONBLOCK */
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/ |
| H A D | xf86_OSlib.h | 332 #if !defined(O_NDELAY) && defined(O_NONBLOCK) 333 #define O_NDELAY O_NONBLOCK 334 #endif /* !O_NDELAY && O_NONBLOCK */
|
| /xsrc/external/mit/luit/dist/ |
| H A D | luit.c | 496 fcntl(0, F_SETFL, val | O_NONBLOCK); 500 fcntl(pty, F_SETFL, val | O_NONBLOCK); 520 fcntl(0, F_SETFL, val & ~O_NONBLOCK); 524 fcntl(pty, F_SETFL, val & ~O_NONBLOCK);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/linux/ |
| H A D | ms.c | 117 port = open (pi->path, O_RDWR | O_NONBLOCK);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/solaris/ |
| H A D | sun_bell.c | 69 audioFD = open(AUDIO_DEVICE, O_WRONLY | O_NONBLOCK);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/solaris/ |
| H A D | sun_bell.c | 69 audioFD = open(AUDIO_DEVICE, O_WRONLY | O_NONBLOCK);
|
| /xsrc/external/mit/xorg-server/dist/os/ |
| H A D | inputthread.c | 426 fcntl(inputThreadInfo->readPipe, F_SETFL, O_NONBLOCK); 437 fcntl(hotplugPipeRead, F_SETFL, O_NONBLOCK);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86Init.c | 873 #ifndef O_NONBLOCK 875 #define O_NONBLOCK FNDELAY macro 877 #define O_NONBLOCK O_NDELAY macro 880 #ifdef O_NONBLOCK 888 fcntl(fileno(stderr), F_SETFL, status | O_NONBLOCK);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86Init.c | 774 #ifndef O_NONBLOCK 776 #define O_NONBLOCK FNDELAY macro 778 #define O_NONBLOCK O_NDELAY macro 781 #ifdef O_NONBLOCK 788 fcntl(fileno(stderr), F_SETFL, status | O_NONBLOCK);
|