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

/xnu-2422.115.4/iokit/IOKit/
H A DIOService.h1785 void tellClients( int messageType );
/xnu-2422.115.4/iokit/Kernel/
H A DIOPMrootDomain.cpp2709 return tellClients( kIOMessageSystemWillNotSleep );
2745 tellClients( kIOMessageSystemWillPowerOn );
2758 tellClients( kIOMessageSystemHasPoweredOn );
4794 tellClients(kIOMessageSystemWillPowerOn);
4886 tellClients(kIOMessageSystemHasPoweredOn);
6888 tellClients(kIOMessageSystemWillPowerOn);
H A DIOServicePM.cpp6177 return tellClients( kIOMessageDeviceWillNotPowerOff );
6191 return tellClients( kIOMessageDeviceHasPoweredOn );
6195 // [protected] tellClients
6200 void IOService::tellClients( int messageType ) function in class:IOService
6204 RD_LOG("tellClients( %s )\n", getIOMessageString(messageType));

Completed in 101 milliseconds