Searched refs:registryRoot (Results 1 – 1 of 1) sorted by relevance
967 IORegistryEntry * registryRoot = NULL;// do not release in initialize() local1092 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 local10952 registryRoot = IORegistryEntry::getRegistryRoot();10953 assert(registryRoot);10958 OSSharedPtr<OSObject> prop = registryRoot->copyProperty(kOSPrelinkKextCountKey);10964 registryRoot->setProperty(kOSPrelinkKextCountKey, kcKextCount.get());