Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIODataQueue.cpp302 …descriptor = IOMemoryDescriptor::withAddress(dataQueue, queueSize + DATA_QUEUE_MEMORY_HEADER_SIZE,… in getMemoryDescriptor()
H A DIOSharedDataQueue.cpp162 …descriptor = IOMemoryDescriptor::withAddress(dataQueue, getQueueSize() + DATA_QUEUE_MEMORY_HEADER_… in getMemoryDescriptor()
H A DIOMemoryDescriptor.cpp1690 IOMemoryDescriptor::withAddress(void * address, in withAddress() function in IOMemoryDescriptor
1700 IOMemoryDescriptor::withAddress(IOVirtualAddress address, in withAddress() function in IOMemoryDescriptor
/xnu-11215/iokit/IOKit/
H A DIOMemoryDescriptor.h503 static OSPtr<IOMemoryDescriptor> withAddress(void * address,
508 static OSPtr<IOMemoryDescriptor> withAddress(IOVirtualAddress address,