Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIODataQueueShared.h74 } IODataQueueAppendix; typedef
89 #define DATA_QUEUE_MEMORY_APPENDIX_SIZE (sizeof(IODataQueueAppendix))
/xnu-11215/iokit/Kernel/
H A DIOSharedDataQueue.cpp82 IODataQueueAppendix * appendix; in initWithCapacity()
119 …appendix = (IODataQueueAppendix *)((UInt8 *)dataQueue + size + DATA_QUEUE_MEMORY_HEADER… in initWithCapacity()