Home
last modified time | relevance | path

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

/xnu-12377.1.9/iokit/IOKit/
H A DIORPC.h178 mach_msg_body_t msgh_body; member
/xnu-12377.1.9/iokit/DriverKit/
H A DIORPC.h178 mach_msg_body_t msgh_body; member
/xnu-12377.1.9/iokit/Kernel/
H A DIOUserServer.cpp3082 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()
[all …]