Lines Matching refs:messageType

6157 			context.messageType      = kIOMessageCopyClientID;  in cleanClientResponses()
6209 IOService::tellClientsWithResponse( int messageType ) in tellClientsWithResponse() argument
6219 RD_LOG("tellClientsWithResponse( %s, %s )\n", getIOMessageString(messageType), in tellClientsWithResponse()
6235 context.messageType = messageType; in tellClientsWithResponse()
6260 (context.messageType != kIOPMMessageLastCallBeforeSleep)) { in tellClientsWithResponse()
6264 context.messageType = kIOMessageSystemCapabilityChange; in tellClientsWithResponse()
6268 context.messageType = messageType; in tellClientsWithResponse()
6270 if (context.messageType == kIOMessageCanSystemSleep) { in tellClientsWithResponse()
6276 if (context.messageType == kIOMessageSystemWillSleep) { in tellClientsWithResponse()
6297 context.messageType = kIOMessageSystemCapabilityChange; in tellClientsWithResponse()
6307 if (context.messageType == kIOMessageCanSystemSleep) { in tellClientsWithResponse()
6326 getIOMessageString(messageType), getNotificationPhaseString(fOutOfBandParameter), in tellClientsWithResponse()
6334 getPMRootDomain()->traceDetail(context.messageType, 0, context.maxTimeRequested / 1000); in tellClientsWithResponse()
6417 msgType = context->messageType; in pmTellAppWithResponse()
6481 msgType = context->messageType; in pmTellClientWithResponse()
6631 msgType = context->messageType; in pmTellCapabilityAppWithResponse()
6717 msgType = context->messageType; in pmTellCapabilityClientWithResponse()
6839 IOService::tellClients( int messageType ) in tellClients() argument
6843 RD_LOG("tellClients( %s )\n", getIOMessageString(messageType)); in tellClients()
6846 context.messageType = messageType; in tellClients()
6899 context->us->messageClient(context->messageType, object, &notify, sizeof(notify)); in tellKernelClientApplier()
6932 IOService::getIOMessageString(context->messageType), in logClientIDForNotification()
6990 context->us->messageClient(context->messageType, object, NULL); in tellAppClientApplier()