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

/xnu-2782.1.97/iokit/Kernel/
H A DIOMultiMemoryDescriptor.cpp81 if ( _descriptors )
84 _descriptors[index]->release();
87 IODelete(_descriptors, IOMemoryDescriptor *, _descriptorsCount);
95 _descriptors = 0;
108 _descriptors = descriptors;
112 _descriptors = IONew(IOMemoryDescriptor *, withCount);
113 if ( _descriptors == 0 ) return false;
116 /* to */ _descriptors,
138 if ( _descriptors )
141 _descriptors[inde
[all...]
H A DIOInterleavedMemoryDescriptor.cpp83 _descriptors = IONew(IOMemoryDescriptor *, capacity);
87 if ( (_descriptors == 0) || (_descriptorOffsets == 0) || (_descriptorLengths == 0) )
102 _descriptors[index]->complete(getDirection());
104 _descriptors[index]->release();
105 _descriptors[index] = 0;
141 _descriptors[_descriptorCount] = descriptor;
158 if ( _descriptors )
161 _descriptors[index]->release();
163 if ( _descriptors != 0 )
164 IODelete(_descriptors, IOMemoryDescripto
[all...]
/xnu-2782.1.97/iokit/IOKit/
H A DIOInterleavedMemoryDescriptor.h46 IOMemoryDescriptor ** _descriptors; member in class:IOInterleavedMemoryDescriptor
H A DIOMultiMemoryDescriptor.h44 IOMemoryDescriptor ** _descriptors; member in class:IOMultiMemoryDescriptor

Completed in 26 milliseconds