Searched refs:returnValue (Results 1 – 5 of 5) sorted by relevance
32 if [ \( $returnValue -ne 0 \) -a \( $returnValue -ne 1 \) ]34 exit $returnValue39 if [ $returnValue -ne 0 ]41 exit $returnValue
128 swNote->returnValue = 0; in IOWatchDogTimerSleepHandler()
917 unsigned long returnValue; member
6503 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()
5749 notify.returnValue = 0;