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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOMemoryDescriptor.cpp613 ioGMDData *dataP = getDataP(orig->_memoryEntries);
746 dataP = getDataP(_memoryEntries);
775 _memoryEntries->appendBytes(&iopl, sizeof(iopl));
879 dataP = getDataP(_memoryEntries);
915 if (_memoryEntries)
916 _memoryEntries->release();
1136 if (!_memoryEntries || !(dataP = getDataP(_memoryEntries)))
1194 if (!_memoryEntries
1197 if (_memoryEntries
[all...]
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOMemoryDescriptor.h891 OSData * _memoryEntries; member in class:IOGeneralMemoryDescriptor

Completed in 21 milliseconds