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

/xnu-2782.1.97/iokit/Kernel/
H A DIOCatalogue.cpp56 #include <IOKit/IOCatalogue.h>
67 IOCatalogue * gIOCatalogue;
78 #pragma mark IOCatalogue class implementation
84 OSDefineMetaClassAndStructors(IOCatalogue, OSObject)
92 void IOCatalogue::initialize(void)
114 gIOCatalogue = new IOCatalogue;
124 OSArray * IOCatalogue::arrayForPersonality(OSDictionary * dict)
134 void IOCatalogue::addPersonality(OSDictionary * dict)
154 bool IOCatalogue::init(OSArray * initArray)
188 * Release all resources used by IOCatalogue an
[all...]
H A DIOStartIOKit.cpp34 #include <IOKit/IOCatalogue.h>
101 IOCatalogue::initialize();
H A DIODeviceTreeSupport.cpp33 #include <IOKit/IOCatalogue.h>
H A DIOUserClient.cpp36 #include <IOKit/IOCatalogue.h>
H A DIOService.cpp36 #include <IOKit/IOCatalogue.h>
H A DIOPMrootDomain.cpp48 #include <IOKit/IOCatalogue.h>
/xnu-2782.1.97/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)
241 extern IOCatalogue * gIOCatalogue;
/xnu-2782.1.97/libkern/libkern/c++/
H A DOSKext.h121 friend class IOCatalogue;
/xnu-2782.1.97/iokit/bsddev/
H A DIOKitBSDInit.cpp31 #include <IOKit/IOCatalogue.h>
/xnu-2782.1.97/libsa/
H A Dbootstrap.cpp41 #include <IOKit/IOCatalogue.h>
712 * before other kext personalities get sent to the IOCatalogue. These
805 * the IOCatalogue. This can be used to augment the personalities
/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp60 #include <IOKit/IOCatalogue.h>
321 * IOCatalogue, and owns the variables declared immediately below.
3004 /* If the load came down from kextd, it will shortly inform IOCatalogue
3279 /* If we are terminating, send the request to the IOCatalogue
3281 * a recursive lock don't you know) but do not ask the IOCatalogue
3304 * kext as IOCatalogue::terminateDriversForModule() removes driver
8994 "to the IOCatalogue %s.",
9009 "%d kext personalit%s sent to the IOCatalogue; %s.",
9017 * to an array for sending to the IOCatalogue.
9103 "not sending personalities to the IOCatalogue
[all...]

Completed in 209 milliseconds