Searched refs:next_feature_id (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOPMrootDomain.cpp1156 static uint16_t next_feature_id = 500; local
1173 if(next_feature_id > 5000) {
1192 next_feature_id += 1;
1197 *uniqueFeatureID = next_feature_id;
1200 feature_value = supportedWhere + (next_feature_id << 16);

Completed in 21 milliseconds