Home
last modified time | relevance | path

Searched refs:msgh_body (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.1.13/iokit/DriverKit/
H A DIORPC.h178 mach_msg_body_t msgh_body; member
/xnu-10002.1.13/iokit/IOKit/
H A DIORPC.h178 mach_msg_body_t msgh_body; member
/xnu-10002.1.13/iokit/Kernel/
H A DIOUserServer.cpp3052 machReply->msgh_body.msgh_descriptor_count = queueCount; in objectInstantiate()
3196 msgin->msgh_body.msgh_descriptor_count = 0; in server()
3213 if (msgin->msgh_body.msgh_descriptor_count < 1) { in server()
3280 msgout->msgh_body.msgh_descriptor_count = 0; in server()
3384 mach->msgh_body.msgh_descriptor_count = ((mach_msg_size_t) refs); in IOUserServerUEXTTrap()
3428 if (rpc.reply->msgh_body.msgh_descriptor_count) { in IOUserServerUEXTTrap()
3489 if (mach->msgh_body.msgh_descriptor_count < 1) { in rpc()
3553 mach->msgh_body.msgh_descriptor_count = 0; in rpc()
3593 count = msg->msgh_body.msgh_descriptor_count; in IORPCMessageFromMach()
3691 if (refs > mach->msgh_body.msgh_descriptor_count) { in copyOutObjects()
[all …]