Lines Matching refs:msgArg
6578 IOPMSystemCapabilityChangeParameters msgArg; in pmTellCapabilityAppWithResponse() local
6591 memset(&msgArg, 0, sizeof(msgArg)); in pmTellCapabilityAppWithResponse()
6593 !context->messageFilter(context->us, object, context, &msgArg, &waitForReply)) { in pmTellCapabilityAppWithResponse()
6658 msgArg.notifyRef = msgRef; in pmTellCapabilityAppWithResponse()
6659 msgArg.maxWaitForReply = 0; in pmTellCapabilityAppWithResponse()
6662 msgArg.notifyRef = 0; in pmTellCapabilityAppWithResponse()
6683 context->us->messageClient(msgType, object, (void *) &msgArg, sizeof(msgArg)); in pmTellCapabilityAppWithResponse()
6694 IOPMSystemCapabilityChangeParameters msgArg; in pmTellCapabilityClientWithResponse() local
6704 memset(&msgArg, 0, sizeof(msgArg)); in pmTellCapabilityClientWithResponse()
6706 !context->messageFilter(context->us, object, context, &msgArg, NULL)) { in pmTellCapabilityClientWithResponse()
6733 msgArg.notifyRef = msgRef; in pmTellCapabilityClientWithResponse()
6734 msgArg.maxWaitForReply = 0; in pmTellCapabilityClientWithResponse()
6741 retCode = context->us->messageClient(msgType, object, (void *) &msgArg, sizeof(msgArg)); in pmTellCapabilityClientWithResponse()
6749 if (0 == msgArg.maxWaitForReply) { in pmTellCapabilityClientWithResponse()
6755 uint32_t ackTimeRequested = msgArg.maxWaitForReply; in pmTellCapabilityClientWithResponse()
6756 if (msgArg.maxWaitForReply > context->maxTimeRequested) { in pmTellCapabilityClientWithResponse()
6757 if (msgArg.maxWaitForReply > kCapabilityClientMaxWait) { in pmTellCapabilityClientWithResponse()
6762 msgArg.maxWaitForReply, in pmTellCapabilityClientWithResponse()
6765 context->maxTimeRequested = msgArg.maxWaitForReply; in pmTellCapabilityClientWithResponse()
6786 if ((nsec > LOG_KEXT_RESPONSE_TIMES) || (msgArg.maxWaitForReply != 0)) { in pmTellCapabilityClientWithResponse()
6787 getPMRootDomain()->traceNotificationResponse(notifier, NS_TO_MS(nsec), msgArg.maxWaitForReply); in pmTellCapabilityClientWithResponse()