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

/xnu-2782.1.97/iokit/IOKit/
H A DIODataQueueShared.h65 * @typedef IODataQueueAppendix
74 } IODataQueueAppendix; typedef in typeref:struct:_IODataQueueAppendix
89 #define DATA_QUEUE_MEMORY_APPENDIX_SIZE (sizeof(IODataQueueAppendix))
/xnu-2782.1.97/iokit/Kernel/
H A DIOSharedDataQueue.cpp76 IODataQueueAppendix * appendix;
111 appendix = (IODataQueueAppendix *)((UInt8 *)dataQueue + size + DATA_QUEUE_MEMORY_HEADER_SIZE);

Completed in 19 milliseconds