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

/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSKext.h69 OSKext * aKext,
75 OSKext * aKext,
132 OSKext * aKext,
314 OSKext * aKext,
428 static OSReturn autounloadKext(OSKext * aKext);
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp3543 OSKext * aKext,
3554 if (!aKext->getIdentifier()) {
3560 sKextsByID->getObject(aKext->getIdentifier()));
3561 if (checkKext != aKext) {
3566 if (aKext->isLoaded()) {
3575 aKext->getIdentifierCString(), /* unload */ false);
3577 OSKextLog(aKext,
3581 aKext->getIdentifierCString(), result);
3586 result = aKext->unload();
3599 aKext
3542 removeKext( OSKext * aKext, bool terminateServicesAndRemovePersonalitiesFlag) argument
3628 OSKext * aKext = OSDynamicCast(OSKext, local
5758 OSKext * aKext = NULL; // do not release local
6258 autounloadKext(OSKext * aKext) argument
9442 OSKextLog( OSKext * aKext, OSKextLogSpec msgLogSpec, const char * format, ...) argument
9455 OSKextVLog( OSKext * aKext, OSKextLogSpec msgLogSpec, const char * format, va_list srcArgList) argument
10293 OSKext *aKext; local
[all...]
H A DOSMetaClass.cpp327 OSKext * aKext)
365 OSKextLog(aKext, kOSMetaClassLogSpec, "%s", message);
325 OSMetaClassLogErrorForKext( OSReturn error, OSKext * aKext) argument
/darwin-on-arm/xnu/libsa/
H A Dbootstrap.cpp526 OSKext * aKext = NULL; // must release local
655 OSSafeRelease(aKext);

Completed in 34 milliseconds