HomeSort by: relevance | last modified time | path
    Searched refs:int10 (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/
xf86int10module.c 2 * XFree86 int10 module
16 #define MOD_NAME int10
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/int10/
xf86int10module.c 2 * XFree86 int10 module
16 # define MOD_NAME int10
  /xsrc/external/mit/xf86-video-nv/dist/src/
g80_driver.c 204 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
487 xf86Int10InfoPtr int10 = pNv->int10; local
    [all...]
g80_type.h 68 xf86Int10InfoPtr int10; member in struct:G80Rec
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/
sdksyms.sh 71 /* hw/xfree86/int10/Makefile.am -- module */
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/loader/
sdksyms.sh 63 /* hw/xfree86/int10/Makefile.am -- module */
  /xsrc/external/mit/xorg-server.old/dist/
configure 1948 --enable-int10-module Build Xorg with int10 module (default: enabled)
1991 --with-int10=BACKEND int10 backend: vm86, x86emu or stub
27807 # Check whether --with-int10 was given.
27809 withval=$with_int10; INT10="$withval"
27811 INT10="$DEFAULT_INT10"
28491 # Check whether --enable-int10-module was given.
29523 if test "x$INT10" = xvm86; then
29531 if test "x$INT10" = xx86emu; the
    [all...]
  /xsrc/external/mit/xorg-server/dist/
configure 2151 --enable-int10-module Build Xorg with int10 module (default: enabled)
2208 --with-int10=BACKEND int10 backend: vm86, x86emu or stub
26370 # Check whether --with-int10 was given.
26373 withval=$with_int10; INT10="$withval"
26375 e) INT10="$DEFAULT_INT10" ;;
27089 # Check whether --enable-int10-module was given.
27821 if test "x$INT10" = xvm86; then
27829 if test "x$INT10" = xx86emu; the
    [all...]

Completed in 53 milliseconds