| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| xf86Module.h | 124 const char *abiclass; /* ABI class that the module uses */ member in struct:__anon9927 139 const char *abiclass; /* ABI class that the module uses */ member in struct:__anon9928 162 extern _X_EXPORT int LoaderGetABIVersion(const char *abiclass);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| xf86Module.h | 140 const char * abiclass; /* ABI class that the module uses */ member in struct:__anon10523 155 const char * abiclass; /* ABI class that the module uses */ member in struct:__anon10524 199 extern _X_EXPORT int LoaderGetABIVersion(const char *abiclass);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/loader/ |
| loader.c | 165 LoaderGetABIVersion(const char *abiclass) 180 if (!strcmp(classes[i].name, abiclass)) {
|
| loadmod.c | 451 if (data->abiclass) { 455 if (!strcmp(data->abiclass, ABI_CLASS_ANSIC)) 457 else if (!strcmp(data->abiclass, ABI_CLASS_VIDEODRV)) 459 else if (!strcmp(data->abiclass, ABI_CLASS_XINPUT)) 461 else if (!strcmp(data->abiclass, ABI_CLASS_EXTENSION)) 467 data->abiclass, abimaj, abimin); 527 else if (req->abiclass != ABI_CLASS_NONE) { 528 if (!data->abiclass || strcmp(req->abiclass, data->abiclass)) { [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/loader/ |
| loader.c | 190 LoaderGetABIVersion(const char *abiclass) 206 if(!strcmp(classes[i].name, abiclass)) {
|
| loadmod.c | 627 if (data->abiclass) { 631 if (!strcmp(data->abiclass, ABI_CLASS_ANSIC)) 633 else if (!strcmp(data->abiclass, ABI_CLASS_VIDEODRV)) 635 else if (!strcmp(data->abiclass, ABI_CLASS_XINPUT)) 637 else if (!strcmp(data->abiclass, ABI_CLASS_EXTENSION)) 639 else if (!strcmp(data->abiclass, ABI_CLASS_FONT)) 645 data->abiclass, abimaj, abimin); 709 } else if (req->abiclass != ABI_CLASS_NONE) { 710 if (!data->abiclass || strcmp(req->abiclass, data->abiclass)) [all...] |