Lines Matching refs:notify

6460 	IOPowerStateChangeNotification  notify;  in pmTellClientWithResponse()  local
6502 notify.powerRef = (void *)(uintptr_t) msgRef; in pmTellClientWithResponse()
6503 notify.returnValue = 0; in pmTellClientWithResponse()
6504 notify.stateNumber = context->stateNumber; in pmTellClientWithResponse()
6505 notify.stateFlags = context->stateFlags; in pmTellClientWithResponse()
6512 retCode = context->us->messageClient(msgType, object, (void *) &notify, sizeof(notify)); 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 …getPMRootDomain()->traceNotificationResponse(notifier, NS_TO_MS(nsec), (uint32_t) notify.returnVal… in pmTellClientWithResponse()
6880 IOPowerStateChangeNotification notify; in tellKernelClientApplier() local
6890 notify.powerRef = (void *) NULL; in tellKernelClientApplier()
6891 notify.returnValue = 0; in tellKernelClientApplier()
6892 notify.stateNumber = context->stateNumber; in tellKernelClientApplier()
6893 notify.stateFlags = context->stateFlags; in tellKernelClientApplier()
6899 context->us->messageClient(context->messageType, object, &notify, sizeof(notify)); in tellKernelClientApplier()