Lines Matching refs:msgType

6367 	uint32_t                msgIndex, msgRef, msgType;  in pmTellAppWithResponse()  local
6417 msgType = context->messageType; in pmTellAppWithResponse()
6421 OUR_PMLog(kPMLogAppNotify, msgType, msgRef); in pmTellAppWithResponse()
6447 context->us->messageClient(msgType, object, (void *)(uintptr_t) msgRef); in pmTellAppWithResponse()
6464 uint32_t msgIndex, msgRef, msgType; in pmTellClientWithResponse() local
6481 msgType = context->messageType; in pmTellClientWithResponse()
6488 OUR_PMLog(kPMLogClientNotify, msgRef, msgType); in pmTellClientWithResponse()
6512 retCode = context->us->messageClient(msgType, object, (void *) &notify, sizeof(notify)); in pmTellClientWithResponse()
6533 getIOMessageString(msgType)); in pmTellClientWithResponse()
6582 uint32_t msgIndex, msgRef, msgType; in pmTellCapabilityAppWithResponse() local
6631 msgType = context->messageType; in pmTellCapabilityAppWithResponse()
6635 OUR_PMLog(kPMLogAppNotify, msgType, msgRef); in pmTellCapabilityAppWithResponse()
6647 msgIndex, getIOMessageString(msgType), in pmTellCapabilityAppWithResponse()
6683 context->us->messageClient(msgType, object, (void *) &msgArg, sizeof(msgArg)); in pmTellCapabilityAppWithResponse()
6698 uint32_t msgIndex, msgRef, msgType; in pmTellCapabilityClientWithResponse() local
6717 msgType = context->messageType; in pmTellCapabilityClientWithResponse()
6724 OUR_PMLog(kPMLogClientNotify, msgRef, msgType); in pmTellCapabilityClientWithResponse()
6741 retCode = context->us->messageClient(msgType, object, (void *) &msgArg, sizeof(msgArg)); in pmTellCapabilityClientWithResponse()
6763 getIOMessageString(msgType)); in pmTellCapabilityClientWithResponse()