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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h1745 bool tellClientsWithResponse( int messageType );
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOServicePM.cpp5198 tellClientsWithResponse( fOutOfBandMessage );
5215 return tellClientsWithResponse( kIOMessageCanDevicePowerOff );
5261 return tellClientsWithResponse( kIOMessageDeviceWillPowerOff );
5363 // [protected] tellClientsWithResponse
5371 bool IOService::tellClientsWithResponse ( int messageType ) function in class:IOService
5380 RD_LOG("tellClientsWithResponse( %s, %d )\n",
6987 tellClientsWithResponse( fOutOfBandMessage );
H A DIOPMrootDomain.cpp2545 // But tellClientsWithResponse() must be called for both.
2549 return super::tellClientsWithResponse( kIOMessageSystemWillSleep );
2568 return super::tellClientsWithResponse( kIOMessageCanSystemSleep );

Completed in 30 milliseconds