Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOUserClient.cpp1166 mach_msg_size_t thisMsgSize; in handler() local
1197 …_overflow(msgSize, offsetof(IOServiceInterestContent64, messageArgument), argSize, &thisMsgSize)) { in handler()
1200 mach_msg_size_t payloadSize = thisMsgSize - sizeof(PingMsgKdata); in handler()
1219 hdr->msgh_size = thisMsgSize; in handler()