Searched refs:lookupKextWithIdentifier (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSRuntime.cpp280 theKext = OSKext::lookupKextWithIdentifier(kmodInfo->name);
359 theKext = OSKext::lookupKextWithIdentifier(kmodInfo->name);
421 theKext = OSKext::lookupKextWithIdentifier(kmodInfo->name);
H A DOSMetaClass.cpp611 myKext = OSKext::lookupKextWithIdentifier(myKextName);
765 theKext = OSKext::lookupKextWithIdentifier(kextIdentifier);
H A DOSKext.cpp3444 OSKext::lookupKextWithIdentifier(const char * kextIdentifier) function in class:OSKext
3461 OSKext::lookupKextWithIdentifier(OSString * kextIdentifier) function in class:OSKext
3463 return OSKext::lookupKextWithIdentifier(kextIdentifier->getCStringNoCopy());
7591 theKext = OSKext::lookupKextWithIdentifier(kextIdentifier);
/macosx-10.9.5/xnu-2422.115.4/libkern/libkern/c++/
H A DOSKext.h518 static OSKext * lookupKextWithIdentifier(const char * kextIdentifier);
519 static OSKext * lookupKextWithIdentifier(OSString * kextIdentifier);
/macosx-10.9.5/xnu-2422.115.4/libkern/
H A DOSKextLib.cpp63 theKext = OSKext::lookupKextWithIdentifier(kextIdentifier);
/macosx-10.9.5/xnu-2422.115.4/libsa/
H A Dbootstrap.cpp750 theKext = OSKext::lookupKextWithIdentifier(*kextIDPtr);

Completed in 91 milliseconds