Home
last modified time | relevance | path

Searched refs:aTag (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/libkern/libkern/c++/
H A DOSKext.h795 static OSPtr<OSKext> lookupKextWithLoadTag(OSKextLoadTag aTag);
/xnu-11215/libkern/c++/
H A DOSKext.cpp4295 OSKext::lookupKextWithLoadTag(uint32_t aTag) in lookupKextWithLoadTag() argument
4307 if (thisKext->getLoadTag() == aTag) { in lookupKextWithLoadTag()