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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOUserClient.cpp1286 OSNotificationHeader notifyHdr; member in struct:ReplyMsg::__anon778::__anon779
1292 OSNotificationHeader64 notifyHdr; member in struct:ReplyMsg::__anon778::__anon780
1320 replyMsg.m.msg64.notifyHdr.size = sizeof(IOAsyncCompletionContent)
1322 replyMsg.m.msg64.notifyHdr.type = kIOAsyncCompletionNotificationType;
1323 bcopy(reference, replyMsg.m.msg64.notifyHdr.reference, sizeof(OSAsyncReference64));
1337 replyMsg.m.msg32.notifyHdr.size = sizeof(IOAsyncCompletionContent)
1339 replyMsg.m.msg32.notifyHdr.type = kIOAsyncCompletionNotificationType;
1342 replyMsg.m.msg32.notifyHdr.reference[idx] = REF32(reference[idx]);

Completed in 26 milliseconds