| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/iris/drm/ |
| H A D | iris_drm_winsys.c | 25 #include <fcntl.h> 33 return iris_screen_create(fcntl(fd, F_DUPFD_CLOEXEC, 3), config);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/v3d/drm/ |
| H A D | v3d_drm_winsys.c | 25 #include <fcntl.h> 34 return v3d_screen_create(fcntl(fd, F_DUPFD_CLOEXEC, 3), NULL);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/panfrost/drm/ |
| H A D | panfrost_drm_winsys.c | 26 #include <fcntl.h> 35 return panfrost_create_screen(fcntl(fd, F_DUPFD_CLOEXEC, 3), NULL); 41 return panfrost_create_screen(fcntl(ro->gpu_fd, F_DUPFD_CLOEXEC, 3), ro);
|
| /xsrc/external/mit/xf86-video-intel/dist/src/ |
| H A D | fd.c | 31 #include <fcntl.h> 42 newfd = fcntl(fd, 68 flags = fcntl(fd, F_GETFD); 71 fcntl(fd, F_SETFD, flags); 85 flags = fcntl(fd, F_GETFL); 88 fcntl(fd, F_SETFL, flags);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/ |
| H A D | fd.c | 31 #include <fcntl.h> 42 newfd = fcntl(fd, 68 flags = fcntl(fd, F_GETFD); 71 fcntl(fd, F_SETFD, flags); 85 flags = fcntl(fd, F_GETFL); 88 fcntl(fd, F_SETFL, flags);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/tegra/drm/ |
| H A D | tegra_drm_winsys.c | 24 #include <fcntl.h> 40 fd = fcntl(fd, F_DUPFD_CLOEXEC, 0);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/crocus/drm/ |
| H A D | crocus_drm_winsys.c | 25 #include <fcntl.h>
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bsd/ |
| H A D | bsd_kmod.c | 6 #include <fcntl.h>
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd/ |
| H A D | bsd_kmod.c | 6 #include <fcntl.h>
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/vc4/drm/ |
| H A D | vc4_drm_winsys.c | 25 #include <fcntl.h> 49 return vc4_screen_create(fcntl(fd, F_DUPFD_CLOEXEC, 3), NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/vc4/drm/ |
| H A D | vc4_drm_winsys.c | 25 #include <fcntl.h> 64 return vc4_screen_create(fcntl(ro->gpu_fd, F_DUPFD_CLOEXEC, 3), ro);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/iris/drm/ |
| H A D | iris_drm_winsys.c | 25 #include <fcntl.h>
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/tegra/drm/ |
| H A D | tegra_drm_winsys.c | 24 #include <fcntl.h>
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/v3d/drm/ |
| H A D | v3d_drm_winsys.c | 25 #include <fcntl.h>
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | os_socket.c | 12 #include <fcntl.h> 70 int old = fcntl(s, F_GETFL, 0); 76 fcntl(s, F_SETFL, old & ~O_NONBLOCK); 78 fcntl(s, F_SETFL, old | O_NONBLOCK);
|
| H A D | os_file.c | 10 #include <fcntl.h> 54 int newfd = fcntl(fd, F_DUPFD_CLOEXEC, minfd); 62 newfd = fcntl(fd, F_DUPFD, minfd); 67 long flags = fcntl(newfd, F_GETFD); 73 if (fcntl(newfd, F_SETFD, flags | FD_CLOEXEC) == -1) { 82 #include <fcntl.h>
|
| H A D | anon_file.c | 34 #include <fcntl.h> 56 flags = fcntl(fd, F_GETFD); 60 if (fcntl(fd, F_SETFD, flags | FD_CLOEXEC) == -1)
|
| /xsrc/external/mit/libxshmfence/dist/src/ |
| H A D | xshmfence_alloc.c | 29 #include <fcntl.h> 100 flags = fcntl(fd, F_GETFD); 103 fcntl(fd, F_SETFD, &flags);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/ |
| H A D | dmxsigio.c | 48 #include <fcntl.h> 148 fcntl(fd, F_SETOWN, getpid()); 149 flags = fcntl(fd, F_GETFL); 151 fcntl(fd, F_SETFL, flags); 179 flags = fcntl(fd, F_GETFL); 181 fcntl(fd, F_SETFL, flags);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/lima/drm/ |
| H A D | lima_drm_winsys.c | 25 #include <fcntl.h> 100 int dup_fd = fcntl(fd, F_DUPFD_CLOEXEC, 3); 123 return lima_screen_create(fcntl(ro->gpu_fd, F_DUPFD_CLOEXEC, 3), ro);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ |
| H A D | lima_fence.c | 25 #include <fcntl.h> 49 *fence = lima_fence_create(fcntl(fd, F_DUPFD_CLOEXEC, 3)); 86 return fcntl(fence->fd, F_DUPFD_CLOEXEC, 3);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_network.c | 16 # include <fcntl.h> 183 int old = fcntl(s, F_GETFL, 0); 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 | 16 # include <fcntl.h> 183 int old = fcntl(s, F_GETFL, 0); 189 fcntl(s, F_SETFL, old & ~O_NONBLOCK); 191 fcntl(s, F_SETFL, old | O_NONBLOCK);
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/isa/ |
| H A D | ir3-disasm.c | 24 #include <fcntl.h>
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/ |
| H A D | quartzStartup.c | 36 #include <fcntl.h> 109 fcntl(darwinEventReadFD, F_SETFL, O_NONBLOCK);
|