Searched refs:msgArg (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215/tests/iokit/ |
| H A D | ioserviceusernotification_race.c | 123 … * refcon __unused, io_iterator_t iter __unused, uint32_t msgType __unused, void * msgArg __unused) in notificationReceived() 134 …ved2(void * refcon, io_iterator_t iter __unused, uint32_t msgType __unused, void * msgArg __unused) in notificationReceived2()
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOServicePM.cpp | 6591 memset(&msgArg, 0, sizeof(msgArg)); 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() 6704 memset(&msgArg, 0, sizeof(msgArg)); 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() [all …]
|