Searched refs:initMemoryEntries (Results 1 – 2 of 2) sorted by relevance
| /xnu-10002.61.3/iokit/Kernel/ |
| H A D | IOMemoryDescriptor.cpp | 2135 if (!initMemoryEntries(dataSize, mapper)) { in initWithOptions() 2318 if (!initMemoryEntries(dataSize, mapper)) { in initWithOptions() 2982 && !md->initMemoryEntries(computeDataSize(0, 0), kIOMapperWaitSystem)) { in dmaCommandOperation() 3048 && !md->initMemoryEntries(computeDataSize(0, 0), kIOMapperWaitSystem)) { in dmaCommandOperation() 3135 && !md->initMemoryEntries(computeDataSize(0, 0), kIOMapperWaitSystem)) { in dmaCommandOperation() 4442 IOGeneralMemoryDescriptor::initMemoryEntries(size_t size, IOMapper * mapper) in initMemoryEntries() function in IOGeneralMemoryDescriptor
|
| /xnu-10002.61.3/iokit/IOKit/ |
| H A D | IOMemoryDescriptor.h | 1115 bool initMemoryEntries(size_t size, IOMapper * mapper);
|