Searched refs:tellClientsWithResponse (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOServicePM.cpp4574 tellClientsWithResponse(kIOPMMessageLastCallBeforeSleep);
5415 tellClientsWithResponse( fOutOfBandMessage );
5432 return tellClientsWithResponse( kIOMessageCanDevicePowerOff );
5478 return tellClientsWithResponse( kIOMessageDeviceWillPowerOff );
5580 // [protected] tellClientsWithResponse
5588 bool IOService::tellClientsWithResponse( int messageType ) function in class:IOService
5598 RD_LOG("tellClientsWithResponse( kIOPMMessageLastCallBeforeSleep, %d )\n",
5601 RD_LOG("tellClientsWithResponse( %s, %d )\n",
7426 tellClientsWithResponse( fOutOfBandMessage );
H A DIOPMrootDomain.cpp2387 // But tellClientsWithResponse() must be called for both.
2391 return super::tellClientsWithResponse( kIOMessageSystemWillSleep );
2410 return super::tellClientsWithResponse( kIOMessageCanSystemSleep );
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOService.h1830 bool tellClientsWithResponse( int messageType );

Completed in 206 milliseconds