Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOPMrootDomain.cpp697 OSDataAllocation<uint32_t> publishedFeatureID; member in PMSettingObject
11232 pmso->publishedFeatureID = OSDataAllocation<uint32_t>(settingCount, OSAllocateMemory);
11233 if (pmso->publishedFeatureID) {
11238 supportedPowerSources, &pmso->publishedFeatureID[i] );
11258 if (publishedFeatureID) {
11259 for (const auto& featureID : publishedFeatureID) {
11265 publishedFeatureID = {};