Searched refs:IOCatalogue (Results 1 - 10 of 10) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOCatalogue.h51 @class IOCatalogue
53 @discussion The IOCatalogue is a database which contains all IOKit driver personalities. IOService uses this resource when matching devices to their associated drivers.
55 class IOCatalogue : public OSObject class in inherits:OSObject
57 OSDeclareDefaultStructors(IOCatalogue)
275 extern IOCatalogue * gIOCatalogue;
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOCatalogue.cpp44 #include <IOKit/IOCatalogue.h>
85 * A few parts of IOCatalogue require knowledge of
94 OSDefineMetaClassAndStructors(IOCatalogue, OSObject)
98 IOCatalogue * gIOCatalogue;
638 * This is a function that IOCatalogue calls in order to load a kmod.
712 IOLog("IOCatalogue: %s cannot be loaded "
722 IOLog("IOCatalogue: %s cannot be loaded.\n", moduleName);
839 void IOCatalogue::initialize( void )
864 gIOCatalogue = new IOCatalogue;
872 bool IOCatalogue
[all...]
H A DIOStartIOKit.cpp39 #include <IOKit/IOCatalogue.h>
169 IOCatalogue::initialize();
H A DIOPMrootDomain.cpp42 #include <IOKit/IOCatalogue.h>
226 IOCatalogue::disableExternalLinker();
H A DIODeviceTreeSupport.cpp33 #include <IOKit/IOCatalogue.h>
H A DIOService.cpp34 #include <IOKit/IOCatalogue.h>
H A DIOUserClient.cpp35 #include <IOKit/IOCatalogue.h>
/macosx-10.5.8/xnu-1228.15.4/iokit/conf/
H A DMakefile.i38615 IOCatalogue.cpo \
/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dkext.cpp37 #include <IOKit/IOCatalogue.h>
745 * This is the function that IOCatalogue calls in order to load a kmod.
H A Dcatalogue.cpp31 #include <IOKit/IOCatalogue.h>
1302 * IOCatalogue.
1370 /* Add all personalities found to the IOCatalogue,
1385 * Called from IOCatalogue to add extensions from an mkext archive.
1388 * through the IOCatalogue).

Completed in 75 milliseconds