Searched refs:fDriverCallParamSlots (Results 1 – 2 of 2) sorted by relevance
605 if (fDriverCallParamSlots && fDriverCallParamPtr) { in PMfree()606 IODelete(fDriverCallParamPtr, DriverCallParam, fDriverCallParamSlots); in PMfree()608 fDriverCallParamSlots = 0; in PMfree()3755 if (count > fDriverCallParamSlots) { in notifyInterestedDrivers()3756 if (fDriverCallParamSlots) { in notifyInterestedDrivers()3758 IODelete(fDriverCallParamPtr, DriverCallParam, fDriverCallParamSlots); in notifyInterestedDrivers()3760 fDriverCallParamSlots = 0; in notifyInterestedDrivers()3768 fDriverCallParamSlots = count; in notifyInterestedDrivers()4486 fDriverCallParamSlots = 1; in notifyControllingDriver()
450 #define fDriverCallParamSlots pwrMgt->DriverCallParamSlots macro