Lines Matching refs:_memoryEntries

827         assert(_memoryEntries != NULL);
830 (_memoryEntries == NULL))
836 ioGMDData* dataP = getDataP(_memoryEntries);
841 UInt numIOPLs = getNumIOPL(_memoryEntries, dataP);
1356 ioGMDData *dataP = getDataP(orig->_memoryEntries);
1493 dataP = getDataP(_memoryEntries);
1522 _memoryEntries->appendBytes(&iopl, sizeof(iopl));
1626 dataP = getDataP(_memoryEntries);
1663 if (_memoryEntries && (dataP = getDataP(_memoryEntries)) && dataP->fMappedBase)
1674 if (_memoryEntries) _memoryEntries->release();
1894 if (!_memoryEntries || !(dataP = getDataP(_memoryEntries)))
1952 if (!_memoryEntries
1955 if (_memoryEntries && data->fMapper)
1959 dataP = getDataP(_memoryEntries);
1996 if (!_memoryEntries
1999 if (_memoryEntries)
2001 dataP = getDataP(_memoryEntries);
2025 if (_memoryEntries)
2027 dataP = getDataP(_memoryEntries);
2029 UInt count = getNumIOPL(_memoryEntries, dataP);
2069 && (!_memoryEntries || !getDataP(_memoryEntries)->fMappedBase))
2070 // && (_memoryEntries && !getDataP(_memoryEntries)->fMappedBase))
2072 if (!_memoryEntries
2075 dataP = getDataP(_memoryEntries);
2119 if (true && mapped && _memoryEntries
2120 && (dataP = getDataP(_memoryEntries)) && dataP->fMappedBase)
2156 if (true && mapped && _memoryEntries
2157 && (dataP = getDataP(_memoryEntries)) && dataP->fMappedBase)
2180 assert(_memoryEntries);
2182 dataP = getDataP(_memoryEntries);
2184 UInt numIOPLs = getNumIOPL(_memoryEntries, dataP);
2792 dataP = getDataP(_memoryEntries);
2813 if (!_memoryEntries->appendBytes(0, uplPageSize)) return (kIOReturnNoMemory);
2863 dataP = getDataP(_memoryEntries);
2942 if (!_memoryEntries->appendBytes(&iopl, sizeof(iopl))) {
2977 dataP = getDataP(_memoryEntries);
2978 UInt done = getNumIOPL(_memoryEntries, dataP);
2988 (void) _memoryEntries->initWithBytes(dataP, computeDataSize(0, 0)); // == setLength()
3004 if (!_memoryEntries) {
3005 _memoryEntries = OSData::withCapacity(dataSize);
3006 if (!_memoryEntries)
3009 else if (!_memoryEntries->initWithCapacity(dataSize))
3012 _memoryEntries->appendBytes(0, computeDataSize(0, 0));
3013 dataP = getDataP(_memoryEntries);
3127 else if (_memoryEntries && _pages && (dataP = getDataP(_memoryEntries)))
3229 && (dataP = getDataP(_memoryEntries)))
3243 dataP = getDataP(_memoryEntries);
3245 UInt ind, count = getNumIOPL(_memoryEntries, dataP);
3282 (void) _memoryEntries->initWithBytes(dataP, computeDataSize(0, 0)); // == setLength()