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

/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOServicePM.cpp5808 context->us->messageClient(msgType, object, (void *)(uintptr_t) msgRef);
5879 retCode = context->us->messageClient(msgType, object, (void *) &notify, sizeof(notify));
5951 context->us->messageClient(kIOMessageCopyClientID, object, &clientID);
5994 context->us->messageClient(msgType, object, (void *) &msgArg, sizeof(msgArg));
6062 retCode = context->us->messageClient(
6198 context->us->messageClient(context->messageType, object, &notify, sizeof(notify));
6216 context->us->messageClient(kIOMessageCopyClientID, object, &clientID);
6292 context->us->messageClient(context->messageType, object, 0);
H A DIOService.cpp1501 IOReturn IOService::messageClient( UInt32 type, OSObject * client, function in class:IOService
1608 ret = context->service->messageClient( context->type,
2651 context->service->messageClient( context->type, object, (void *)(uintptr_t) context->options );
2739 ok = (kIOReturnSuccess == messageClient( kIOMessageServiceIsRequestingClose,
H A DIOPMrootDomain.cpp4088 ctx->RootDomain->messageClient( ctx->MessageType, object, (void *)&notify );
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOService.h1174 /*! @function messageClient
1183 virtual IOReturn messageClient( UInt32 messageType, OSObject * client,
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.
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireController.cpp1229 messageClient( kIOFWMessageServiceIsRequestingClose, found );
3954 messageClient( kIOFWMessageServiceIsRequestingClose, device );

Completed in 149 milliseconds