| /xsrc/external/mit/xorg-server/dist/hw/xfree86/dixmods/ |
| H A D | glxmodule.c | 66 glxSetup(void *module, void *opts, int *errmaj, int *errmin) argument 72 if (errmaj) 73 *errmaj = LDR_ONCEONLY;
|
| /xsrc/external/mit/xf86-video-mach64/dist/src/ |
| H A D | atiload.c | 72 int errmaj, errmin; local in function:ATILoadModules 78 &errmaj, &errmin)) 80 LoaderErrorMsg(NULL, "exa", errmaj, errmin);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dixmods/ |
| H A D | glxmodule.c | 76 glxSetup(pointer module, pointer opts, int *errmaj, int *errmin) argument 82 if (errmaj) *errmaj = LDR_ONCEONLY;
|
| H A D | dbemodule.c | 40 dbeSetup(pointer module, pointer opts, int *errmaj, int *errmin) argument
|
| H A D | recordmod.c | 37 recordSetup(pointer module, pointer opts, int *errmaj, int *errmin) argument
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri/ |
| H A D | drimodule.c | 77 driSetup(pointer module, pointer opts, int *errmaj, int *errmin) argument 85 if (errmaj) *errmaj = LDR_ONCEONLY;
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ch7017/ |
| H A D | ch7017_module.c | 34 ch7017Setup(pointer module, pointer opts, int *errmaj, int *errmin) { argument
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ch7xxx/ |
| H A D | ch7xxx_module.c | 33 ch7xxxSetup(pointer module, pointer opts, int *errmaj, int *errmin) { argument
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | theatre200_module.c | 31 theatre200Setup(pointer module, pointer opts, int *errmaj, int *errmin) { argument
|
| H A D | theatre_detect_module.c | 35 theatre_detectSetup(pointer module, pointer opts, int *errmaj, int *errmin) { argument
|
| H A D | theatre_module.c | 31 theatreSetup(pointer module, pointer opts, int *errmaj, int *errmin) { argument
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ivch/ |
| H A D | ivch_module.c | 61 ivch_setup(pointer module, pointer opts, int *errmaj, int *errmin) argument
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/sil164/ |
| H A D | sil164_module.c | 35 sil164Setup(pointer module, pointer opts, int *errmaj, int *errmin) argument
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/tfp410/ |
| H A D | tfp410_module.c | 35 tfp410Setup(pointer module, pointer opts, int *errmaj, int *errmin) argument
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/loader/ |
| H A D | loadmod.c | 754 int *errmaj, int *errmin) 765 if (errmaj) 766 *errmaj = LDR_BADUSAGE; 773 modreq, errmaj, errmin); 796 int errmaj, errmin; local in function:DuplicateModule 805 if (!(ret->handle = LoaderOpen(mod->path, &errmaj, &errmin))) { 833 int *errmaj, int *errmin) 872 if (errmaj) 873 *errmaj = LDR_BADUSAGE; 880 if (errmaj) 751 LoadSubModule(pointer _parent,const char * module,const char ** subdirlist,const char ** patternlist,pointer options,const XF86ModReqInfo * modreq,int * errmaj,int * errmin) argument 830 doLoadModule(const char * module,const char * path,const char ** subdirlist,const char ** patternlist,pointer options,const XF86ModReqInfo * modreq,int * errmaj,int * errmin) argument 1060 LoadModule(const char * module,const char * path,const char ** subdirlist,const char ** patternlist,pointer options,const XF86ModReqInfo * modreq,int * errmaj,int * errmin) argument 1150 LoaderErrorMsg(const char * name,const char * modname,int errmaj,int errmin) argument [all...] |
| H A D | loader.c | 126 LoaderOpen(const char *module, int *errmaj, int *errmin) argument 138 if (errmaj) 139 *errmaj = LDR_NOLOAD;
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/loader/ |
| H A D | loader.c | 96 LoaderOpen(const char *module, int *errmaj) argument 108 if (errmaj) 109 *errmaj = LDR_NOLOAD;
|
| H A D | loadmod.c | 572 int *errmaj, int *errmin) 582 if (errmaj) 583 *errmaj = LDR_BADUSAGE; 589 submod = LoadModule(module, options, modreq, errmaj); 664 * errmaj Major error return. 669 int *errmaj) 712 if (errmaj) 713 *errmaj = LDR_BADUSAGE; 718 if (errmaj) 719 *errmaj 569 LoadSubModule(void * _parent,const char * module,const char ** subdirlist,const char ** patternlist,void * options,const XF86ModReqInfo * modreq,int * errmaj,int * errmin) argument 668 LoadModule(const char * module,void * options,const XF86ModReqInfo * modreq,int * errmaj) argument 916 LoaderErrorMsg(const char * name,const char * modname,int errmaj,int errmin) argument [all...] |
| /xsrc/external/mit/xf86-video-mgx/dist/src/ |
| H A D | mgx_driver.c | 128 MgxSetup(pointer module, pointer opts, int *errmaj, int *errmin) argument 147 if (errmaj) *errmaj = LDR_ONCEONLY; 580 int errmaj, errmin; local in function:MgxScreenInit 586 &errmaj, &errmin)) 588 LoaderErrorMsg(NULL, "exa", errmaj, errmin);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dixmods/extmod/ |
| H A D | modinit.c | 140 extmodSetup(pointer module, pointer opts, int *errmaj, int *errmin) argument
|
| /xsrc/external/mit/xf86-video-cirrus/dist/src/ |
| H A D | cir_driver.c | 134 cirSetup(pointer module, pointer opts, int *errmaj, int *errmin) argument 146 if (errmaj) *errmaj = LDR_ONCEONLY;
|
| /xsrc/external/mit/xf86-video-suncg14/dist/src/ |
| H A D | cg14_driver.c | 141 cg14Setup(pointer module, pointer opts, int *errmaj, int *errmin) argument 160 if (errmaj) *errmaj = LDR_ONCEONLY; 678 int errmaj, errmin; local in function:CG14ScreenInit 684 &errmaj, &errmin)) { 685 LoaderErrorMsg(NULL, "exa", errmaj, errmin);
|
| /xsrc/external/mit/xf86-video-suncg6/dist/src/ |
| H A D | cg6_driver.c | 124 cg6Setup(pointer module, pointer opts, int *errmaj, int *errmin) argument 143 if (errmaj) *errmaj = LDR_ONCEONLY; 585 int errmaj, errmin; local in function:CG6ScreenInit 591 &errmaj, &errmin)) { 592 LoaderErrorMsg(NULL, "exa", errmaj, errmin);
|
| /xsrc/external/mit/xf86-video-suntcx/dist/src/ |
| H A D | tcx_driver.c | 129 tcxSetup(pointer module, pointer opts, int *errmaj, int *errmin) argument 148 if (errmaj) *errmaj = LDR_ONCEONLY; 646 int errmaj, errmin; local in function:TCXScreenInit 652 &errmaj, &errmin)) 654 LoaderErrorMsg(NULL, "exa", errmaj, errmin);
|
| /xsrc/external/mit/xf86-video-vmware/dist/src/ |
| H A D | vmware_bootstrap.c | 563 vmwareSetup(pointer module, pointer opts, int *errmaj, int *errmin) argument 576 if (errmaj) { 577 *errmaj = LDR_ONCEONLY;
|