| /xsrc/external/mit/bdftopcf/dist/ |
| filewr.c | 48 fd = open(name, O_CREAT | O_TRUNC | O_RDWR | O_BINARY | O_CLOEXEC, 0666);
|
| /xsrc/external/mit/xdm/dist/xdm/ |
| daemon.c | 86 (void) open ("/dev/null", O_RDWR);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd/ |
| arm_video.c | 100 if ((fd = open(DEV_MEM, O_RDWR)) >= 0) { 143 if ((IoFd = open("/dev/io", O_RDWR)) == -1) { 177 if ((fd = open("/dev/ttyC0", O_RDWR)) >= 0) {
|
| i386_video.c | 82 if ((fd = open(DEV_MEM, O_RDWR)) >= 0) { 112 if ((fd = open(DEV_APERTURE, O_RDWR)) >= 0) { 261 if ((IoFd = open("/dev/io", O_RDWR)) == -1) {
|
| alpha_video.c | 115 if ((fd = open(DEV_APERTURE, O_RDWR)) >= 0) { 135 if ((fd = open(DEV_MEM, O_RDWR)) >= 0) {
|
| /xsrc/external/mit/libXfont/dist/src/fontfile/ |
| filewr.c | 48 fd = open (name, O_CREAT|O_TRUNC|O_RDWR|O_BINARY|O_CLOEXEC, 0666);
|
| /xsrc/external/mit/libXfont2/dist/src/fontfile/ |
| filewr.c | 49 fd = open (name, O_CREAT|O_TRUNC|O_RDWR|O_BINARY|O_CLOEXEC, 0666);
|
| /xsrc/external/mit/libxshmfence/dist/src/ |
| xshmfence_alloc.c | 82 fd = shm_open(SHM_ANON, O_RDWR|O_CLOEXEC, 0600); 87 fd = open(SHMDIR, O_TMPFILE|O_RDWR|O_CLOEXEC|O_EXCL, 0666);
|
| /xsrc/external/mit/libdrm/dist/tests/tegra/ |
| openclose.c | 44 fd = open(device, O_RDWR);
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/reg_dumper/ |
| statuspage.c | 57 devmem = open("/dev/mem", O_RDWR, 0);
|
| /xsrc/external/mit/xfs/dist/os/ |
| daemon.c | 93 nullfd = open ("/dev/null", O_RDWR);
|
| /xsrc/external/mit/libdrm/dist/tests/nouveau/ |
| threaded.c | 92 fd = open(device, O_RDWR); 94 fd2 = open(device, O_RDWR);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/solaris/ |
| sun_apm.c | 202 if ((fd = open(APM_DEVICE, O_RDWR)) == -1) { 203 if ((fd = open(APM_DEVICE1, O_RDWR)) == -1) {
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/solaris/ |
| sun_apm.c | 205 if ((fd = open(APM_DEVICE, O_RDWR)) == -1) { 206 if ((fd = open(APM_DEVICE1, O_RDWR)) == -1) {
|
| sun_vid.c | 76 if ((apertureDevFD_rw = open(apertureDevName, O_RDWR)) < 0) 82 apertureDevFD_rw = open(apertureDevName, O_RDWR);
|
| /xsrc/external/mit/xdm/dist/xdmshell/ |
| xdmshell.c | 120 ttyfd = open ("/dev/tty", O_RDWR, 0);
|
| /xsrc/external/mit/xf86-video-intel/dist/tools/ |
| backlight_helper.c | 57 fd = open(buf, O_RDWR);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/tools/ |
| backlight_helper.c | 47 fd = open(buf, O_RDWR);
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/bios_reader/ |
| bios_dumper.c | 89 fd = open(argv[1], O_RDWR | O_CREAT | O_TRUNC, DEFFILEMODE);
|
| /xsrc/external/mit/xf86-input-mouse/dist/src/ |
| 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));
|
| /xsrc/external/mit/MesaLib/dist/src/etnaviv/drm/tests/ |
| etnaviv_bo_cache_test.c | 91 fd = open(node, O_RDWR);
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| anon_file.c | 127 fd = shm_open(SHM_ANON, O_CREAT | O_RDWR | O_CLOEXEC, 0600);
|
| /xsrc/external/mit/libdrm/dist/tests/etnaviv/ |
| etnaviv_bo_cache_test.c | 88 fd = open(argv[1], O_RDWR);
|
| /xsrc/external/mit/libdrm/dist/tests/util/ |
| kms.c | 129 fd = open(device->nodes[DRM_NODE_PRIMARY], O_RDWR | O_CLOEXEC);
|
| /xsrc/external/mit/luit/dist/ |
| sys.c | 339 pty = posix_openpt(O_RDWR); 341 pty = open("/dev/ptmx", O_RDWR); 400 pty = open(name, O_RDWR); 434 tty = open(line, O_RDWR
|