Lines Matching refs:sendSize
2431 assert(rpc.sendSize >= (sizeof(IORPCMessageMach) + sizeof(IORPCMessage))); in Invoke()
3286 …IORPC rpc = { .message = msgin, .reply = msgout, .sendSize = msgin->msgh.msgh_size, .replySize = r… in server()
3448 rpc.sendSize = mach->msgh.msgh_size; in IOUserServerUEXTTrap()
3455 maxObjectCount = MAX_OBJECT_COUNT(rpc.message, rpc.sendSize, message); in IOUserServerUEXTTrap()
3526 uint32_t sendSize, replySize; in rpc() local
3539 sendSize = rpc.sendSize; in rpc()
3542 assert(sendSize >= (sizeof(IORPCMessageMach) + sizeof(IORPCMessage))); in rpc()
3575 ret = copyOutObjects(mach, message, sendSize, false); in rpc()
3587 ret = kernel_mach_msg_send(&mach->msgh, sendSize, in rpc()
3591 ret = kernel_mach_msg_rpc(&mach->msgh, sendSize, replySize, FALSE, &message_moved); in rpc()
3602 copyInObjects(mach, message, sendSize, false, true); in rpc()