Home
last modified time | relevance | path

Searched refs:returnValue (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/libsyscall/xcodescripts/
H A Dcopy_embedded_private_headers.sh32 if [ \( $returnValue -ne 0 \) -a \( $returnValue -ne 1 \) ]
34 exit $returnValue
39 if [ $returnValue -ne 0 ]
41 exit $returnValue
/xnu-11215/iokit/Families/IOSystemManagement/
H A DIOWatchDogTimer.cpp128 swNote->returnValue = 0; in IOWatchDogTimerSleepHandler()
/xnu-11215/iokit/IOKit/pwr_mgt/
H A DIOPM.h917 unsigned long returnValue; member
/xnu-11215/iokit/Kernel/
H A DIOServicePM.cpp6503 notify.returnValue = 0; in pmTellClientWithResponse()
6520 if (0 == notify.returnValue) { in pmTellClientWithResponse()
6525 uint32_t ackTimeRequested = (uint32_t) notify.returnValue; in pmTellClientWithResponse()
6526 if (notify.returnValue > context->maxTimeRequested) { in pmTellClientWithResponse()
6527 if (notify.returnValue > kPriorityClientMaxWait) { in pmTellClientWithResponse()
6532 (uint64_t) notify.returnValue, in pmTellClientWithResponse()
6535 context->maxTimeRequested = (typeof(context->maxTimeRequested))notify.returnValue; in pmTellClientWithResponse()
6556 if ((nsec > LOG_KEXT_RESPONSE_TIMES) || (notify.returnValue != 0)) { in pmTellClientWithResponse()
6557 …PMRootDomain()->traceNotificationResponse(notifier, NS_TO_MS(nsec), (uint32_t) notify.returnValue); in pmTellClientWithResponse()
6891 notify.returnValue = 0; in tellKernelClientApplier()
H A DIOPMrootDomain.cpp5749 notify.returnValue = 0;