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

/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOServicePM.cpp5872 context->us->messageClient(msgType, object, (void *)(uintptr_t) msgRef);
5943 retCode = context->us->messageClient(msgType, object, (void *) &notify, sizeof(notify));
6015 context->us->messageClient(kIOMessageCopyClientID, object, &clientID);
6058 context->us->messageClient(msgType, object, (void *) &msgArg, sizeof(msgArg));
6126 retCode = context->us->messageClient(
6262 context->us->messageClient(context->messageType, object, &notify, sizeof(notify));
6280 context->us->messageClient(kIOMessageCopyClientID, object, &clientID);
6356 context->us->messageClient(context->messageType, object, 0);
H A DIOService.cpp1364 IOReturn IOService::messageClient( UInt32 type, OSObject * client, function in class:IOService
1471 ret = context->service->messageClient( context->type,
2379 context->service->messageClient( context->type, object, (void *)(uintptr_t) context->options );
2467 ok = (kIOReturnSuccess == messageClient( kIOMessageServiceIsRequestingClose,
H A DIOPMrootDomain.cpp4296 ctx->RootDomain->messageClient( ctx->MessageType, object, (void *)&notify );
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIOService.h1137 /*! @function messageClient
1146 virtual IOReturn messageClient( UInt32 messageType, OSObject * client,
1151 @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.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFireWireController.cpp1228 messageClient( kIOFWMessageServiceIsRequestingClose, found );
3953 messageClient( kIOFWMessageServiceIsRequestingClose, device );

Completed in 280 milliseconds