Searched refs:copyInObjects (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215/iokit/IOKit/ |
| H A D | IOUserServer.h | 257 IOReturn copyInObjects(IORPCMessageMach * mach, IORPCMessage * message,
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOUserServer.cpp | 3243 ret = copyInObjects(msgin, message, msgin->msgh.msgh_size, true, false); in server() 3250 copyInObjects(msgin, message, msgin->msgh.msgh_size, false, true); in server() 3310 copyInObjects(msgin, message, msgin->msgh.msgh_size, false, true); in server() 3602 copyInObjects(mach, message, sendSize, false, true); in rpc() 3624 ret = copyInObjects(mach, message, replySize, !isError, true); in rpc() 3631 copyInObjects(mach, message, replySize, false, true); in rpc() 3885 IOUserServer::copyInObjects(IORPCMessageMach * mach, IORPCMessage * message, in copyInObjects() function in IOUserServer
|