Home
last modified time | relevance | path

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

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