Home
last modified time | relevance | path

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

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