• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/

Lines Matching defs:notify

214     -> we notify interested parties again, this time via their 
231 -> When we get this call, we notify our interested parties that the power
244 -> Then we notify our interested parties. When they all acknowledge we are
301 In "msNotifyInterestedDriversDidChange" state, we notify all our
3324 // intention of lowering power. Here we notify them all that we will definitely
3339 // intention of lowering power. Here we notify "priority" clients that we are
3354 // that we are lowering power. Here we notify interested drivers. If we don't have
3408 // Power has settled on a power change we initiated. Here we notify
3438 // we notify any priority clients. If they all ack, we continue with the power change.
3452 // initiated by the parent and we had to wait for their responses. Here we notify
3512 // notify interested parties.
3594 // Here we notify all our interested parties post-change. If they all acknowledge,
4169 // notify interested drivers and children
4585 IOPowerStateChangeNotification notify;
4606 notify.powerRef = (void *)refcon;
4607 notify.returnValue = 0;
4608 notify.stateNumber = theContext->stateNumber;
4609 notify.stateFlags = theContext->stateFlags;
4610 retCode = theContext->us->messageClient(theContext->msgType,object,(void *)&notify);
4613 if ( notify.returnValue == 0 )
4624 if ( theContext->maxTimeRequested < notify.returnValue )
4626 theContext->maxTimeRequested = notify.returnValue;
4697 IOPowerStateChangeNotification notify;
4699 notify.powerRef = (void *) 0;
4700 notify.returnValue = 0;
4701 notify.stateNumber = theContext->stateNumber;
4702 notify.stateFlags = theContext->stateFlags;
4704 theContext->us->messageClient(theContext->msgType, object, &notify);