Home
last modified time | relevance | path

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

/xnu-11215/libkern/c++/
H A DOSKext.cpp4530 OSKext * aKext, in removeKext() argument
4538 OSKextLog(aKext, in removeKext()
4571 if (aKext->isLoaded() || aKext->isDriverKit()) { in removeKext()
4644 OSKextLog(aKext, in removeKext()
4679 if (!aKext) { in removeKextWithIdentifier()
8501 if (!aKext) {
15350 if (!aKext || aKext->flags.loggingEnabled) {
16349 OSKext *aKext; local
16374 maxKexts += (aKext && (aKext->isExecutable() || aKext->isSpecialKernelBinary()));
16434 if (!aKext || (!aKext->isExecutable() && !aKext->isSpecialKernelBinary())) {
[all …]
H A DOSMetaClass.cpp515 OSKext * aKext) in OSMetaClassLogErrorForKext() argument
553 OSKextLog(aKext, kOSMetaClassLogSpec, "%s", message); in OSMetaClassLogErrorForKext()
/xnu-11215/libkern/libkern/c++/
H A DOSKext.h79 OSKext * aKext,
84 OSKext * aKext,
244 OSKext * aKext,
463 OSKext * aKext,
604 static OSReturn autounloadKext(OSKext * aKext);
/xnu-11215/libsa/
H A Dbootstrap.cpp385 OSSharedPtr<OSKext> aKext; in readBooterExtensions() local