Lines Matching refs:notify
5738 IOPowerStateChangeNotification notify; local
5747 memset(¬ify, 0, sizeof(notify));
5748 notify.powerRef = (void *)(uintptr_t)ctx->Counter;
5749 notify.returnValue = 0;
5750 notify.stateNumber = ctx->PowerState;
5751 notify.stateFlags = ctx->PowerFlags;
5758 ctx->RootDomain->messageClient( ctx->MessageType, object, (void *)¬ify );
8163 OSSharedPtr<IONotifier> notify((IONotifier *) arg0, OSNoRetain); local
8165 _joinedCapabilityClients->setObject(notify.get());
9349 IOPMServiceInterestNotifier *notify = NULL; local
9351 if (object && (notify = OSDynamicCast(IOPMServiceInterestNotifier, object))) {
9353 notify->ackTimeoutCnt++;
9355 notify->ackTimeoutCnt = 0;
9367 } else if (notify) {
9370 kdebugTrace(kPMLogAppResponseDelay, id, notify->msgType, delay_ms);
9372 kdebugTrace(kPMLogDrvResponseDelay, notify->uuid0, messageType, delay_ms);
9374 notify->msgType = 0;
9388 if (!name && notify && notify->identifier) {
9389 name = notify->identifier->getCStringNoCopy();
9399 if (!id && notify) {
9400 id = notify->uuid0;