Searched refs:IOMessage (Results 1 - 11 of 11) sorted by relevance

/xnu-2782.1.97/iokit/IOKit/
H A DIOMessage.h36 * @header IOMessage.h
42 typedef UInt32 IOMessage; typedef
H A DMakefile48 IODataQueueShared.h IOMessage.h IOInterruptAccounting.h\
H A DIOService.h165 @param messageType Type of the message - IOKit defined in IOKit/IOMessage.h or family specific.
1165 @discussion A provider may deliver messages via the <code>message</code> method to its clients informing them of state changes, such as <code>kIOMessageServiceIsTerminated</code> or <code>kIOMessageServiceIsSuspended</code>. Certain messages are defined by the I/O Kit in <code>IOMessage.h</code> while others may be family dependent. This method is implemented in the client to receive messages.
1166 @param type A type defined in <code>IOMessage.h</code> or defined by the provider family.
1176 @discussion A provider may deliver messages via the @link message message@/link method to its clients informing them of state changes, such as <code>kIOMessageServiceIsTerminated</code> or <code>kIOMessageServiceIsSuspended</code>. Certain messages are defined by the I/O Kit in <code>IOMessage.h</code> while others may be family dependent. This method may be called in the provider to send a message to the specified client, which may be useful for overrides.
1177 @param messageType A type defined in <code>IOMessage.h</code> or defined by the provider family.
1188 @discussion A provider may deliver messages via the @link message message@/link method to its clients informing them of state changes, such as <code>kIOMessageServiceIsTerminated</code> or <code>kIOMessageServiceIsSuspended</code>. Certain messages are defined by the I/O Kit in <code>IOMessage.h</code> while others may be family dependent. This method may be called in the provider to send a message to all the attached clients, via the @link messageClient messageClient@/link method.
1189 @param type A type defined in <code>IOMessage.h</code> or defined by the provider family.
1283 static void updateConsoleUsers(OSArray * consoleUsers, IOMessage systemMessage);
/xnu-2782.1.97/iokit/Families/IOSystemManagement/
H A DIOWatchDogTimer.cpp30 #include <IOKit/IOMessage.h>
/xnu-2782.1.97/iokit/IOKit/pwr_mgt/
H A DIOPM.h32 #include <IOKit/IOMessage.h>
/xnu-2782.1.97/iokit/Kernel/
H A DIOPMPowerSource.cpp31 #include <IOKit/IOMessage.h>
H A DIOPlatformExpert.cpp33 #include <IOKit/IOMessage.h>
H A DIOService.cpp43 #include <IOKit/IOMessage.h>
4686 void IOService::updateConsoleUsers(OSArray * consoleUsers, IOMessage systemMessage)
4693 static IOMessage sSystemPower;
H A DIOHibernateIO.cpp147 #include <IOKit/IOMessage.h>
H A DIOServicePM.cpp32 #include <IOKit/IOMessage.h>
H A DIOPMrootDomain.cpp42 #include <IOKit/IOMessage.h>

Completed in 98 milliseconds