Home
last modified time | relevance | path

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

/xnu-8019.80.24/iokit/Kernel/
H A DIOUserClient.cpp2175 OSNotificationHeader notifyHdr; in _sendAsyncResult64() member
2180 OSNotificationHeader64 notifyHdr; in _sendAsyncResult64() member
2210 replyMsg.m.msg64.notifyHdr.size = sizeof(IOAsyncCompletionContent) in _sendAsyncResult64()
2212 replyMsg.m.msg64.notifyHdr.type = kIOAsyncCompletionNotificationType; in _sendAsyncResult64()
2214 …bcopy(&reference[1], &replyMsg.m.msg64.notifyHdr.reference[1], sizeof(OSAsyncReference64) - sizeof… in _sendAsyncResult64()
2227 replyMsg.m.msg32.notifyHdr.size = sizeof(IOAsyncCompletionContent) in _sendAsyncResult64()
2229 replyMsg.m.msg32.notifyHdr.type = kIOAsyncCompletionNotificationType; in _sendAsyncResult64()
2233 replyMsg.m.msg32.notifyHdr.reference[idx] = REF32(reference[idx]); in _sendAsyncResult64()