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

/xnu-2422.115.4/iokit/IOKit/pwr_mgt/
H A DRootDomain.h685 } PMNotifySuspendedStruct; typedef in class:IOPMrootDomain
689 PMNotifySuspendedStruct *pmSuspendedPIDS;
/xnu-2422.115.4/iokit/Kernel/
H A DIOPMrootDomain.cpp1137 pmSuspendedSize = pmSuspendedCapacity * sizeof(PMNotifySuspendedStruct);
1138 pmSuspendedPIDS = (PMNotifySuspendedStruct *)IOMalloc(pmSuspendedSize);
1165 PMNotifySuspendedStruct *newSuspended = NULL;
1167 pmSuspendedSize = pmSuspendedCapacity * sizeof(PMNotifySuspendedStruct);
1168 newSuspended = (PMNotifySuspendedStruct *)IOMalloc(pmSuspendedSize);

Completed in 50 milliseconds