Searched refs:abiclass (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Module.h124 const char *abiclass; /* ABI class that the module uses */ member in struct:__anona8bf17910208
139 const char *abiclass; /* ABI class that the module uses */ member in struct:__anona8bf17910308
162 extern _X_EXPORT int LoaderGetABIVersion(const char *abiclass);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Module.h140 const char * abiclass; /* ABI class that the module uses */ member in struct:__anon7b0206fe0308
155 const char * abiclass; /* ABI class that the module uses */ member in struct:__anon7b0206fe0408
199 extern _X_EXPORT int LoaderGetABIVersion(const char *abiclass);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/loader/
H A Dloader.c190 LoaderGetABIVersion(const char *abiclass) argument
206 if(!strcmp(classes[i].name, abiclass)) {
H A Dloadmod.c627 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, dat
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/loader/
H A Dloader.c165 LoaderGetABIVersion(const char *abiclass) argument
180 if (!strcmp(classes[i].name, abiclass)) {
H A Dloadmod.c451 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...]

Completed in 7 milliseconds