Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOServicePM.cpp605 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()
H A DIOServicePMPrivate.h450 #define fDriverCallParamSlots pwrMgt->DriverCallParamSlots macro