Searched refs:moduleName (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOCatalogue.h132 @param moduleName Name of the module.
135 bool isModuleLoaded( OSString * moduleName ) const;
140 @param moduleName Name of the module.
143 bool isModuleLoaded( const char * moduleName ) const;
177 @param moduleName Name of the module which is used to determine which driver instances to terminate and unload.
180 IOReturn terminateDriversForModule( OSString * moduleName, bool unload = true);
185 @param moduleName Name of the module which is used to determine which driver instances to terminate and unload.
188 IOReturn terminateDriversForModule( const char * moduleName, bool unload = true);
255 @param moduleName An OSString containing the name of the module to unload.
257 IOReturn unloadModule( OSString * moduleName ) cons
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOCatalogue.cpp675 extern "C" Boolean kmod_load_request(const char * moduleName, Boolean make_request) argument
682 if (!moduleName)
693 ret = (0 != (kmod_info = kmod_lookupbyname_locked((char *)moduleName)));
698 sym = OSSymbol::withCString(moduleName);
714 moduleName);
719 kr = kmod_load_function((char *)moduleName);
722 IOLog("IOCatalogue: %s cannot be loaded.\n", moduleName);
730 (*remove_startup_extension_function)(moduleName);
1049 OSString * moduleName; local
1071 if ((moduleName
1208 OSString * moduleName = NULL; local
1371 terminateDriversForModule( OSString * moduleName, bool unload ) argument
1403 terminateDriversForModule( const char * moduleName, bool unload ) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dcatalogue.cpp963 OSString * moduleName = 0; // don't release local
1138 moduleName = OSDynamicCast(OSString,
1140 if (!moduleName) {
1150 loaded_kmod = kmod_lookupbyname_locked(moduleName->getCStringNoCopy());
1154 moduleName->getCStringNoCopy(),
1205 extensions->getObject(moduleName));
1208 extensions->setObject(moduleName, driverDict);
1216 if (!extensions->setObject(moduleName, driverDict)) {
1222 moduleName->getCStringNoCopy());
1233 moduleName
1557 OSString * moduleName = OSDynamicCast(OSString, local
1697 OSString * moduleName = OSDynamicCast(OSString, local
[all...]
H A Dkext.cpp77 extern Boolean kmod_load_request(const char * moduleName, Boolean make_request);

Completed in 32 milliseconds