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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOCatalogue.cpp56 #include <IOKit/IOCatalogue.h>
67 IOCatalogue * gIOCatalogue;
78 #pragma mark IOCatalogue class implementation
84 OSDefineMetaClassAndStructors(IOCatalogue, OSObject)
88 void IOCatalogue::initialize(void)
110 gIOCatalogue = new IOCatalogue;
120 OSArray * IOCatalogue::arrayForPersonality(OSDictionary * dict)
130 void IOCatalogue::addPersonality(OSDictionary * dict)
150 bool IOCatalogue::init(OSArray * initArray)
184 * Release all resources used by IOCatalogue an
[all...]
H A DIOStartIOKit.cpp34 #include <IOKit/IOCatalogue.h>
96 IOCatalogue::initialize();
H A DIODeviceTreeSupport.cpp33 #include <IOKit/IOCatalogue.h>
H A DIOService.cpp36 #include <IOKit/IOCatalogue.h>
H A DIOUserClient.cpp36 #include <IOKit/IOCatalogue.h>
H A DIOPMrootDomain.cpp46 #include <IOKit/IOCatalogue.h>
/darwin-on-arm/xnu/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)
277 extern IOCatalogue * gIOCatalogue;
/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSKext.h126 friend class IOCatalogue;
/darwin-on-arm/xnu/iokit/bsddev/
H A DIOKitBSDInit.cpp31 #include <IOKit/IOCatalogue.h>
/darwin-on-arm/xnu/libsa/
H A Dbootstrap.cpp41 #include <IOKit/IOCatalogue.h>
813 * before other kext personalities get sent to the IOCatalogue. These
906 * the IOCatalogue. This can be used to augment the personalities
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp55 #include <IOKit/IOCatalogue.h>
321 * IOCatalogue, and owns the variables declared immediately below.
3317 /* If the load came down from kextd, it will shortly inform IOCatalogue
3568 /* If we are terminating, send the request to the IOCatalogue
3570 * a recursive lock don't you know) but do not ask the IOCatalogue
3593 * kext as IOCatalogue::terminateDriversForModule() removes driver
9029 "to the IOCatalogue %s.",
9044 "%d kext personalit%s sent to the IOCatalogue; %s.",
9052 * to an array for sending to the IOCatalogue.
9138 "not sending personalities to the IOCatalogue
[all...]

Completed in 141 milliseconds