Home
last modified time | relevance | path

Searched refs:getLoadTag (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/libkern/
H A DOSKextLib.cpp69 result = theKext->getLoadTag(); in OSKextGetLoadTagForIdentifier()
/xnu-11215/libkern/libkern/c++/
H A DOSKext.h887 virtual OSKextLoadTag getLoadTag(void);
/xnu-11215/libkern/c++/
H A DOSKext.cpp4307 if (thisKext->getLoadTag() == aTag) { in lookupKextWithLoadTag()
4392 if (thisKext->getLoadTag() == address) { in lookupKextWithAddress()
5209 OSKext::getLoadTag(void) in getLoadTag() function in OSKext
8359 OSKextLogKextInfo(kext, kext->getLoadTag(), 1, firehose_tracepoint_code_load);
12602 (unsigned long long)dependency->getLoadTag(),
/xnu-11215/iokit/Kernel/
H A DIOUserServer.cpp2542 loadTag = kext->getLoadTag(); in setTaskLoadTag()