Home
last modified time | relevance | path

Searched refs:withEntries (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIODataQueue.h110 static OSPtr<IODataQueue> withEntries(UInt32 numEntries, UInt32 entrySize __xnu_data_size);
H A DIOSharedDataQueue.h101 static OSPtr<IOSharedDataQueue> withEntries(UInt32 numEntries, UInt32 entrySize __xnu_data_size);
/xnu-11215/iokit/Kernel/
H A DIODataQueue.cpp76 IODataQueue::withEntries(UInt32 numEntries, UInt32 entrySize) in withEntries() function in IODataQueue
H A DIOSharedDataQueue.cpp66 IOSharedDataQueue::withEntries(UInt32 numEntries, UInt32 entrySize) in withEntries() function in IOSharedDataQueue