Searched refs:int10 (Results 1 - 25 of 30) sorted by relevance

12

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/vbe/
H A DMakefile.am10 -I$(srcdir)/../int10
H A DMakefile.in412 -I$(srcdir)/../int10
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/int10/
H A Dxf86int10module.c2 * XFree86 int10 module
16 # define MOD_NAME int10
H A DMakefile.am25 $(srcdir)/../os-support/linux/int10/vm86/linux_vm86.c \
26 $(srcdir)/../os-support/linux/int10/linux.c
H A DMakefile.in36 subdir = hw/xfree86/int10
70 $(srcdir)/../os-support/linux/int10/vm86/linux_vm86.c \
71 $(srcdir)/../os-support/linux/int10/linux.c xf86x86emu.c \
444 @INT10_VM86_TRUE@ $(srcdir)/../os-support/linux/int10/vm86/linux_vm86.c \
445 @INT10_VM86_TRUE@ $(srcdir)/../os-support/linux/int10/linux.c
467 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign hw/xfree86/int10/Makefile'; \
469 $(AUTOMAKE) --foreign hw/xfree86/int10/Makefile
555 linux_vm86.lo: $(srcdir)/../os-support/linux/int10/vm86/linux_vm86.c
556 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT linux_vm86.lo -MD -MP -MF $(DEPDIR)/linux_vm86.Tpo -c -o linux_vm86.lo `test -f '$(srcdir)/../os-support/linux/int10/vm86/linux_vm86.c' || echo '$(srcdir)/'`$(srcdir)/../os-support/linux/int10/vm8
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/
H A Dxf86int10module.c2 * XFree86 int10 module
16 #define MOD_NAME int10
H A DMakefile.am29 $(srcdir)/../os-support/linux/int10/vm86/linux_vm86.c \
30 $(srcdir)/../os-support/linux/int10/linux.c
H A DMakefile.in95 subdir = hw/xfree86/int10
147 $(srcdir)/../os-support/linux/int10/vm86/linux_vm86.c \
148 $(srcdir)/../os-support/linux/int10/linux.c xf86x86emu.c \
594 @INT10_VM86_TRUE@ $(srcdir)/../os-support/linux/int10/vm86/linux_vm86.c \
595 @INT10_VM86_TRUE@ $(srcdir)/../os-support/linux/int10/linux.c
617 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign hw/xfree86/int10/Makefile'; \
619 $(AUTOMAKE) --foreign hw/xfree86/int10/Makefile
720 linux_vm86.lo: $(srcdir)/../os-support/linux/int10/vm86/linux_vm86.c
721 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT linux_vm86.lo -MD -MP -MF $(DEPDIR)/linux_vm86.Tpo -c -o linux_vm86.lo `test -f '$(srcdir)/../os-support/linux/int10/vm86/linux_vm86.c' || echo '$(srcdir)/'`$(srcdir)/../os-support/linux/int10/vm8
[all...]
/xsrc/external/mit/xf86-video-nv/dist/src/
H A Dg80_driver.c204 pNv->int10 = NULL;
206 if(xf86LoadSubModule(pScrn, "int10")) {
207 xf86DrvMsg(pScrn->scrnIndex, X_INFO, "Initializing int10\n");
208 pNv->int10 = xf86InitInt10(pEnt->index);
211 if(!pNv->int10) {
214 "Failed to initialize the int10 module; the console "
218 "Failed to initialize the int10 module; this screen "
224 if(primary && pNv->int10) {
225 const xf86Int10InfoPtr int10 = pNv->int10; local in function:G80PreInit
487 xf86Int10InfoPtr int10 = pNv->int10; local in function:ReleaseDisplay
[all...]
H A Dg80_type.h68 xf86Int10InfoPtr int10; member in struct:G80Rec
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A DMakefile.am25 -I$(srcdir)/../vbe -I$(srcdir)/../int10 \
H A DMakefile.in429 -I$(srcdir)/../vbe -I$(srcdir)/../int10 \
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A DMakefile.am22 -I$(srcdir)/../vbe -I$(srcdir)/../int10 \
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/
H A DMakefile.am27 INT10_SUBDIR = int10
37 DIST_SUBDIRS = common ddc i2c x86emu int10 fbdevhw os-support \
H A DMakefile.in425 @INT10MODULE_TRUE@INT10_SUBDIR = int10
432 DIST_SUBDIRS = common ddc i2c x86emu int10 fbdevhw os-support \
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/loader/
H A Dsdksyms.sh63 /* hw/xfree86/int10/Makefile.am -- module */
/xsrc/external/mit/xorg-server/dist/hw/xfree86/
H A Dsdksyms.sh71 /* hw/xfree86/int10/Makefile.am -- module */
H A DMakefile.am34 INT10_SUBDIR = int10
43 DIST_SUBDIRS = common ddc i2c x86emu int10 fbdevhw os-support \
H A DMakefile.in589 @INT10MODULE_TRUE@INT10_SUBDIR = int10
596 DIST_SUBDIRS = common ddc i2c x86emu int10 fbdevhw os-support \
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A DMakefile.am46 -I$(srcdir)/../vbe -I$(srcdir)/../int10 \
H A DMakefile.in453 -I$(srcdir)/../vbe -I$(srcdir)/../int10 \
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A DMakefile.am53 -I$(srcdir)/../vbe -I$(srcdir)/../int10 \
/xsrc/external/mit/xorg-server/dist/
H A DMakefile.am174 hw/xfree86/int10/meson.build \
H A Dconfigure.ac390 AC_ARG_WITH(int10, AS_HELP_STRING([--with-int10=BACKEND], [int10 backend: vm86, x86emu or stub]), optwith
569 AC_ARG_ENABLE(int10-module, AS_HELP_STRING([--enable-int10-module], [Build Xorg with int10 module (default: enabled)]), [INT10MODULE=$enableval], [INT10MODULE=yes])
1847 AC_MSG_ERROR([Cannot build int10 without libpciaccess])
2334 hw/xfree86/int10/Makefile
/xsrc/external/mit/xorg-server.old/dist/
H A Dconfigure.ac465 AC_ARG_WITH(int10, AS_HELP_STRING([--with-int10=BACKEND], [int10 backend: vm86, x86emu or stub]), optwith
633 AC_ARG_ENABLE(int10-module, AS_HELP_STRING([--enable-int10-module], [Build Xorg with int10 module (default: enabled)]), [INT10MODULE=$enableval], [INT10MODULE=yes])
2217 hw/xfree86/int10/Makefile

Completed in 29 milliseconds

12