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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOInterleavedMemoryDescriptor.cpp80 _mappings = 0;
121 _mappings = 0;
H A DIOMultiMemoryDescriptor.cpp104 _mappings = 0;
H A DIOMemoryDescriptor.cpp692 if (_mappings)
693 _mappings->flushCollection();
3345 if( (iter = OSCollectionIterator::withCollection( _mappings))) {
3466 // of a memory descriptors _mappings set. This means that we
3665 if( _mappings)
3666 _mappings->release();
3878 if( (iter = OSCollectionIterator::withCollection(_mappings)))
3937 if( 0 == _mappings)
3938 _mappings = OSSet::withCapacity(1);
3939 if( _mappings )
[all...]
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOMemoryDescriptor.h165 OSSet * _mappings; member in class:IOMemoryDescriptor

Completed in 169 milliseconds