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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPMrootDomain.cpp2641 return tellClients( kIOMessageSystemWillNotSleep );
2682 tellClients( kIOMessageSystemWillPowerOn );
2694 tellClients( kIOMessageSystemHasPoweredOn );
4557 tellClients(kIOMessageSystemWillPowerOn);
4612 tellClients(kIOMessageSystemWillPowerOn);
4673 tellClients(kIOMessageSystemHasPoweredOn);
6164 tellClients(kIOMessageSystemWillPowerOn);
H A DIOServicePM.cpp5879 return tellClients( kIOMessageDeviceWillNotPowerOff );
5893 return tellClients( kIOMessageDeviceHasPoweredOn );
5897 // [protected] tellClients
5902 void IOService::tellClients ( int messageType ) function in class:IOService
5906 RD_LOG("tellClients( %s )\n", getIOMessageString(messageType));
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h1746 void tellClients( int messageType );

Completed in 100 milliseconds