Lines Matching refs:msgh_body
3082 machReply->msgh_body.msgh_descriptor_count = queueCount; in objectInstantiate()
3228 msgin->msgh_body.msgh_descriptor_count = 0; in server()
3247 if (msgin->msgh_body.msgh_descriptor_count < 1) { in server()
3318 msgout->msgh_body.msgh_descriptor_count = 0; in server()
3352 mach->msgh_body.msgh_descriptor_count, in MAX_OBJECT_COUNT()
3354 sizeof(mach->msgh) + sizeof(mach->msgh_body) + offsetof(IORPCMessage, objects[0]), in MAX_OBJECT_COUNT()
3438 mach->msgh_body.msgh_descriptor_count = ((mach_msg_size_t) refs); in IOUserServerUEXTTrap()
3483 if (rpc.reply->msgh_body.msgh_descriptor_count) { in IOUserServerUEXTTrap()
3544 if (mach->msgh_body.msgh_descriptor_count < 1) { in rpc()
3607 mach->msgh_body.msgh_descriptor_count = 0; in rpc()
3652 count = msg->msgh_body.msgh_descriptor_count; in IORPCMessageFromMachReply()
3738 if (refs > mach->msgh_body.msgh_descriptor_count) { in copyOutObjects()
3883 if (refs > mach->msgh_body.msgh_descriptor_count) { in copyInObjects()
3895 for (idx = 0; idx < mach->msgh_body.msgh_descriptor_count; idx++) { in copyInObjects()
3975 if (refs > mach->msgh_body.msgh_descriptor_count) { in consumeObjects()