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

/xnu-2422.115.4/iokit/Families/IOSystemManagement/
H A DIOWatchDogTimer.cpp114 swNote->returnValue = 0;
/xnu-2422.115.4/iokit/IOKit/pwr_mgt/
H A DIOPM.h835 unsigned long returnValue; member in struct:IOPowerStateChangeNotification
/xnu-2422.115.4/iokit/Kernel/
H A DIOServicePM.cpp5931 notify.returnValue = 0;
5947 if (0 == notify.returnValue) {
5951 if ( notify.returnValue > context->maxTimeRequested )
5953 if (notify.returnValue > kPriorityClientMaxWait)
5959 (uint64_t) notify.returnValue,
5963 context->maxTimeRequested = notify.returnValue;
6258 notify.returnValue = 0;
H A DIOPMrootDomain.cpp4291 notify.returnValue = 0;

Completed in 46 milliseconds