Lines Matching refs:msgIndex
6367 uint32_t msgIndex, msgRef, msgType; in pmTellAppWithResponse() local
6418 msgIndex = context->responseArray->getCount(); in pmTellAppWithResponse()
6419 msgRef = ((context->serialNumber & 0xFFFF) << 16) + (msgIndex & 0xFFFF); in pmTellAppWithResponse()
6431 context->responseArray->setObject(msgIndex, num); in pmTellAppWithResponse()
6434 context->responseArray->setObject(msgIndex, kOSBooleanFalse); in pmTellAppWithResponse()
6437 context->responseArray->setObject(msgIndex, kOSBooleanTrue); in pmTellAppWithResponse()
6444 context->notifyClients->setObject(msgIndex, object); in pmTellAppWithResponse()
6464 uint32_t msgIndex, msgRef, msgType; in pmTellClientWithResponse() local
6482 msgIndex = context->responseArray->getCount(); in pmTellClientWithResponse()
6483 msgRef = ((context->serialNumber & 0xFFFF) << 16) + (msgIndex & 0xFFFF); in pmTellClientWithResponse()
6509 getPMRootDomain()->traceNotification(notifier, true, start, msgIndex); in pmTellClientWithResponse()
6522 context->responseArray->setObject(msgIndex, replied); in pmTellClientWithResponse()
6545 context->responseArray->setObject(msgIndex, ackState); in pmTellClientWithResponse()
6548 context->responseArray->setObject(msgIndex, replied); in pmTellClientWithResponse()
6564 context->responseArray->setObject(msgIndex, replied); in pmTellClientWithResponse()
6567 context->notifyClients->setObject(msgIndex, object); in pmTellClientWithResponse()
6582 uint32_t msgIndex, msgRef, msgType; in pmTellCapabilityAppWithResponse() local
6632 msgIndex = context->responseArray->getCount(); in pmTellCapabilityAppWithResponse()
6633 msgRef = ((context->serialNumber & 0xFFFF) << 16) + (msgIndex & 0xFFFF); in pmTellCapabilityAppWithResponse()
6647 msgIndex, getIOMessageString(msgType), in pmTellCapabilityAppWithResponse()
6663 context->responseArray->setObject(msgIndex, kOSBooleanTrue); in pmTellCapabilityAppWithResponse()
6665 context->notifyClients->setObject(msgIndex, kOSBooleanTrue); in pmTellCapabilityAppWithResponse()
6672 context->responseArray->setObject(msgIndex, num); in pmTellCapabilityAppWithResponse()
6675 context->responseArray->setObject(msgIndex, kOSBooleanFalse); in pmTellCapabilityAppWithResponse()
6679 context->notifyClients->setObject(msgIndex, object); in pmTellCapabilityAppWithResponse()
6698 uint32_t msgIndex, msgRef, msgType; in pmTellCapabilityClientWithResponse() local
6718 msgIndex = context->responseArray->getCount(); in pmTellCapabilityClientWithResponse()
6719 msgRef = ((context->serialNumber & 0xFFFF) << 16) + (msgIndex & 0xFFFF); in pmTellCapabilityClientWithResponse()
6738 getPMRootDomain()->traceNotification(notifier, true, start, msgIndex); in pmTellCapabilityClientWithResponse()
6745 getPMRootDomain()->traceNotification(notifier, false, end, msgIndex); in pmTellCapabilityClientWithResponse()
6752 context->responseArray->setObject(msgIndex, replied); in pmTellCapabilityClientWithResponse()
6775 context->responseArray->setObject(msgIndex, ackState); in pmTellCapabilityClientWithResponse()
6778 context->responseArray->setObject(msgIndex, replied); in pmTellCapabilityClientWithResponse()
6794 context->responseArray->setObject(msgIndex, replied); in pmTellCapabilityClientWithResponse()
6797 context->notifyClients->setObject(msgIndex, object); in pmTellCapabilityClientWithResponse()