Home
last modified time | relevance | path

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

/xnu-11215/libsa/
H A Dbootstrap.cpp546 if (kOSBooleanTrue == theKext->getPropertyForHostArch(kAppleSecurityExtensionKey)) { in loadSecurityExtensions()
651 theKext->getPropertyForHostArch(kAppleKernelExternalComponentKey)); in loadKernelExternalComponents()
/xnu-11215/libkern/c++/
H A DOSKext.cpp3016 getPropertyForHostArch(kCFBundleIdentifierKey)); in setInfoDictionaryAndPath()
3057 getPropertyForHostArch(kCFBundleVersionKey)); in setInfoDictionaryAndPath()
3118 getPropertyForHostArch(kOSBundleIsInterfaceKey)); in setInfoDictionaryAndPath()
3124 getPropertyForHostArch(kOSKernelResourceKey)); in setInfoDictionaryAndPath()
3138 getPropertyForHostArch(kIOKitPersonalitiesKey)); in setInfoDictionaryAndPath()
5150 getPropertyForHostArch(kOSBundleRequiredKey)); in isLoadableInSafeBoot()
5811 OSKext::getPropertyForHostArch(const char * key) in getPropertyForHostArch() function in OSKext
7177 getPropertyForHostArch(kCFBundleVersionKey)); in loadExecutable()
9544 getPropertyForHostArch(kOSBundleLibrariesKey));
12269 getPropertyForHostArch(kCFBundleVersionKey));
[all …]
/xnu-11215/libkern/libkern/c++/
H A DOSKext.h885 virtual OSObject * getPropertyForHostArch(const char * key);
/xnu-11215/iokit/Kernel/
H A DIOCatalogue.cpp755 prop = kext->getPropertyForHostArch(kOSBundleAllowUserTerminateKey); in terminateDrivers()