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

  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86Privstr.h 87 Bool ignoreABI;
xf86Init.c 334 if (xf86Info.ignoreABI) {
975 if (!strcmp(argv[i], "-ignoreABI")) {
1248 ErrorF("-ignoreABI make module ABI mismatches non-fatal\n");
xf86Config.c 685 {FLAG_IGNORE_ABI, "IgnoreABI", OPTV_BOOLEAN,
747 xf86GetOptValBool(FlagOptions, FLAG_IGNORE_ABI, &xf86Info.ignoreABI);
748 if (xf86Info.ignoreABI) {
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86Privstr.h 108 Bool ignoreABI;
xf86Init.c 383 if (xf86Info.ignoreABI) {
1129 if (!strcmp(argv[i],"-ignoreABI"))
1407 ErrorF("-ignoreABI make module ABI mismatches non-fatal\n");
xf86Config.c 742 { FLAG_IGNORE_ABI, "IgnoreABI", OPTV_BOOLEAN,
814 xf86GetOptValBool(FlagOptions, FLAG_IGNORE_ABI, &xf86Info.ignoreABI);
815 if (xf86Info.ignoreABI) {

Completed in 9 milliseconds