Home
last modified time | relevance | path

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

/xnu-11417.121.6/libkern/libkern/
H A DOSKextLib.h375 #define kOSBundleAllowUserLoadKey "OSBundleAllowUserLoad" macro
/xnu-11417.121.6/libkern/c++/
H A DOSKext.cpp2250 getPropertyForHostArch(kOSBundleAllowUserLoadKey) == kOSBooleanTrue); in initWithPrelinkedInfoDict()
12410 if (!infoKeys || _OSArrayContainsCString(infoKeys, kOSBundleAllowUserLoadKey)) {
12411 …olean *allowUserLoad = OSDynamicCast(OSBoolean, getPropertyForHostArch(kOSBundleAllowUserLoadKey));
12413 result->setObject(kOSBundleAllowUserLoadKey, allowUserLoad);