Searched refs:_mappings (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/iokit/Kernel/
H A DIOInterleavedMemoryDescriptor.cpp80 _mappings = 0;
121 _mappings = 0;
H A DIOMultiMemoryDescriptor.cpp103 _mappings = 0;
H A DIOMemoryDescriptor.cpp1438 if (_mappings)
1439 _mappings->flushCollection();
3685 if( (iter = OSCollectionIterator::withCollection( _mappings))) {
3820 // of a memory descriptors _mappings set. This means that we
4014 if( _mappings)
4015 _mappings->release();
4227 if( (iter = OSCollectionIterator::withCollection(_mappings)))
4286 if( 0 == _mappings)
4287 _mappings = OSSet::withCapacity(1);
4288 if( _mappings )
[all...]
/xnu-2782.1.97/iokit/IOKit/
H A DIOMemoryDescriptor.h204 OSSet * _mappings; member in class:IOMemoryDescriptor

Completed in 24 milliseconds