Home
last modified time | relevance | path

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

/xnu-11215/libkern/c++/
H A DOSKext.cpp967 IORegistryEntry * registryRoot = NULL;// do not release in initialize() local
1092 registryRoot = IORegistryEntry::getRegistryRoot(); in initialize()
1099 assert(registryRoot && kernelCPUSubtype && kernelCPUType); in initialize()
1101 registryRoot->setProperty(kOSKernelCPUTypeKey, kernelCPUType.get()); in initialize()
1102 registryRoot->setProperty(kOSKernelCPUSubtypeKey, kernelCPUSubtype.get()); in initialize()
10874 IORegistryEntry *registryRoot = NULL; // do not release local
10952 registryRoot = IORegistryEntry::getRegistryRoot();
10953 assert(registryRoot);
10958 OSSharedPtr<OSObject> prop = registryRoot->copyProperty(kOSPrelinkKextCountKey);
10964 registryRoot->setProperty(kOSPrelinkKextCountKey, kcKextCount.get());