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

/macosx-10.10/xnu-2782.1.97/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.cpp610 myKext = OSKext::lookupKextWithIdentifier(myKextName);
764 theKext = OSKext::lookupKextWithIdentifier(kextIdentifier);
H A DOSKext.cpp3125 OSKext::lookupKextWithIdentifier(const char * kextIdentifier) function in class:OSKext
3142 OSKext::lookupKextWithIdentifier(OSString * kextIdentifier) function in class:OSKext
3144 return OSKext::lookupKextWithIdentifier(kextIdentifier->getCStringNoCopy());
7266 theKext = OSKext::lookupKextWithIdentifier(kextIdentifier);
/macosx-10.10/xnu-2782.1.97/libkern/libkern/c++/
H A DOSKext.h508 static OSKext * lookupKextWithIdentifier(const char * kextIdentifier);
509 static OSKext * lookupKextWithIdentifier(OSString * kextIdentifier);
/macosx-10.10/xnu-2782.1.97/libkern/
H A DOSKextLib.cpp63 theKext = OSKext::lookupKextWithIdentifier(kextIdentifier);
/macosx-10.10/xnu-2782.1.97/libsa/
H A Dbootstrap.cpp690 theKext = OSKext::lookupKextWithIdentifier(*kextIDPtr);

Completed in 289 milliseconds