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

/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOService.h1831 void tellClients( int messageType );
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOPMrootDomain.cpp2513 return tellClients( kIOMessageSystemWillNotSleep );
2549 tellClients( kIOMessageSystemWillPowerOn );
2554 tellClients( kIOMessageSystemHasPoweredOn );
4590 tellClients(kIOMessageSystemWillPowerOn);
4682 tellClients(kIOMessageSystemHasPoweredOn);
6712 tellClients(kIOMessageSystemWillPowerOn);
H A DIOServicePM.cpp6113 return tellClients( kIOMessageDeviceWillNotPowerOff );
6127 return tellClients( kIOMessageDeviceHasPoweredOn );
6131 // [protected] tellClients
6136 void IOService::tellClients( int messageType ) function in class:IOService
6140 RD_LOG("tellClients( %s )\n", getIOMessageString(messageType));

Completed in 415 milliseconds