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

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

Completed in 67 milliseconds