Searched refs:IoFd (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd/
H A Darm_video.c135 static int IoFd = -1; variable in typeref:typename:int
140 if (IoFd >= 0)
143 if ((IoFd = open("/dev/io", O_RDWR)) == -1) {
154 if (IoFd < 0)
157 close(IoFd);
158 IoFd = -1;
H A Di386_video.c253 static int IoFd = -1; variable in typeref:typename:int
258 if (IoFd >= 0)
261 if ((IoFd = open("/dev/io", O_RDWR)) == -1) {
272 if (IoFd < 0)
275 close(IoFd);
276 IoFd = -1;
/xsrc/external/mit/xf86-input-vmmouse/dist/tools/
H A Dvmmouse_iopl.c93 static int IoFd = -1; variable in typeref:typename:int
98 if (IoFd >= 0)
101 if ((IoFd = open("/dev/io", O_RDWR)) == -1)
110 if (IoFd < 0)
113 close(IoFd);
114 IoFd = -1;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bsd/
H A Darm_video.c451 static int IoFd = -1; variable in typeref:typename:int
456 if (IoFd >= 0)
459 if ((IoFd = open("/dev/io", O_RDWR)) == -1)
471 if (IoFd < 0)
474 close(IoFd);
475 IoFd = -1;
H A Di386_video.c417 static int IoFd = -1; variable in typeref:typename:int
422 if (IoFd >= 0)
425 if ((IoFd = open("/dev/io", O_RDWR)) == -1)
437 if (IoFd < 0)
440 close(IoFd);
441 IoFd = -1;

Completed in 5 milliseconds