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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOMessage.h36 * @header IOMessage.h
42 typedef UInt32 IOMessage; typedef
H A DMakefile53 IODataQueueShared.h IOMessage.h
H A DIOService.h163 @param messageType Type of the message - IOKit defined in IOKit/IOMessage.h or family specific.
1095 @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.
1096 @param type A type defined in <code>IOMessage.h</code> or defined by the provider family.
1106 @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.
1107 @param messageType A type defined in <code>IOMessage.h</code> or defined by the provider family.
1118 @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.
1119 @param type A type defined in <code>IOMessage.h</code> or defined by the provider family.
1213 static void updateConsoleUsers(OSArray * consoleUsers, IOMessage systemMessage);
/darwin-on-arm/xnu/iokit/Families/IOSystemManagement/
H A DIOWatchDogTimer.cpp30 #include <IOKit/IOMessage.h>
/darwin-on-arm/xnu/iokit/IOKit/pwr_mgt/
H A DIOPM.h32 #include <IOKit/IOMessage.h>
/darwin-on-arm/xnu/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>
4360 void IOService::updateConsoleUsers(OSArray * consoleUsers, IOMessage systemMessage)
4367 static IOMessage sSystemPower;
H A DIOHibernateIO.cpp147 #include <IOKit/IOMessage.h>
H A DIOPMrootDomain.cpp41 #include <IOKit/IOMessage.h>
H A DIOServicePM.cpp35 #include <IOKit/IOMessage.h>

Completed in 122 milliseconds