Home
last modified time | relevance | path

Searched refs:addInstance (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/libkern/c++/
H A DOSMetaClass.cpp1045 OSMetaClass::addInstance(const OSObject * instance, bool super) const in addInstance() function in OSMetaClass
1054 superClassLink->addInstance(reserved->instances, true); in addInstance()
/xnu-11215/libkern/libkern/c++/
H A DOSMetaClass.h1799 void addInstance(const OSObject * instance, bool super = false) const;
/xnu-11215/iokit/Kernel/
H A DIOService.cpp5364 getMetaClass()->addInstance(this); in doServiceMatch()