Searched refs:modName (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bsd/ |
| H A D | bsd_kmod.c | 18 * modName - name of the kernel module (Ex: "tdfx") 22 int xf86LoadKernelModule(const char *modName) argument 24 if (kldload(modName) != -1)
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd/ |
| H A D | bsd_kmod.c | 18 * modName - name of the kernel module (Ex: "tdfx") 23 xf86LoadKernelModule(const char *modName) argument 25 if (kldload(modName) != -1)
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/ |
| H A D | lnx_kmod.c | 35 * modName - name of the kernel module (Ex: "tdfx") 40 xf86LoadKernelModule(const char *modName) argument 81 n = execl(mpPath, "modprobe", modName, NULL);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/ |
| H A D | lnx_kmod.c | 32 * modName - name of the kernel module (Ex: "tdfx") 37 xf86LoadKernelModule(const char *modName) argument 79 execl(mpPath, "modprobe", modName, NULL);
|
| /xsrc/external/mit/xf86-video-savage/dist/src/ |
| H A D | savage_driver.c | 2167 const char *modName = "exa"; local in function:SavagePreInit 2175 if( !LoadSubModule(pScrn->module, modName, 2177 LoaderErrorMsg(NULL, modName, errmaj, errmin); 2184 const char *modName = "xaa"; local in function:SavagePreInit 2186 if( !xf86LoadSubModule(pScrn, modName) ) {
|
Completed in 6 milliseconds