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

/darwin-on-arm/xnu/iokit/IOKit/pwr_mgt/
H A DRootDomain.h640 } PMNotifySuspendedStruct; typedef in class:IOPMrootDomain
644 PMNotifySuspendedStruct *pmSuspendedPIDS;
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPMrootDomain.cpp1061 pmSuspendedSize = pmSuspendedCapacity * sizeof(PMNotifySuspendedStruct);
1062 pmSuspendedPIDS = (PMNotifySuspendedStruct *)IOMalloc(pmSuspendedSize);
1089 PMNotifySuspendedStruct *newSuspended = NULL;
1091 pmSuspendedSize = pmSuspendedCapacity * sizeof(PMNotifySuspendedStruct);
1092 newSuspended = (PMNotifySuspendedStruct *)IOMalloc(pmSuspendedSize);

Completed in 39 milliseconds