Searched refs:messageClient (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOServicePM.cpp5574 context->us->messageClient(msgType, object, (void *) msgRef);
5645 retCode = context->us->messageClient(msgType, object, (void *) &notify, sizeof(notify));
5717 context->us->messageClient(kIOMessageCopyClientID, object, &clientID);
5760 context->us->messageClient(msgType, object, (void *) &msgArg, sizeof(msgArg));
5828 retCode = context->us->messageClient(
5964 context->us->messageClient(context->messageType, object, &notify, sizeof(notify));
5982 context->us->messageClient(kIOMessageCopyClientID, object, &clientID);
6059 context->us->messageClient(context->messageType, object, 0);
H A DIOService.cpp1363 IOReturn IOService::messageClient( UInt32 type, OSObject * client, function in class:IOService
1470 ret = context->service->messageClient( context->type,
2350 context->service->messageClient( context->type, object, (void *) context->options );
2438 ok = (kIOReturnSuccess == messageClient( kIOMessageServiceIsRequestingClose,
H A DIOPMrootDomain.cpp4145 ctx->RootDomain->messageClient( ctx->MessageType, object, (void *)&notify );
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h1104 /*! @function messageClient
1113 virtual IOReturn messageClient( UInt32 messageType, OSObject * client,
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.

Completed in 58 milliseconds