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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOMultiMemoryDescriptor.cpp141 if ( _descriptors )
144 _descriptors[index]->release();
147 IODelete(_descriptors, IOMemoryDescriptor *, _descriptorsCount);
155 _descriptors = 0;
165 _descriptors = descriptors;
169 _descriptors = IONew(IOMemoryDescriptor *, withCount);
170 if ( _descriptors == 0 ) return false;
173 /* to */ _descriptors,
196 if ( _descriptors )
199 _descriptors[inde
[all...]
H A DIOInterleavedMemoryDescriptor.cpp139 _descriptors = IONew(IOMemoryDescriptor *, capacity);
143 if ( (_descriptors == 0) || (_descriptorOffsets == 0) || (_descriptorLengths == 0) )
160 _descriptors[index]->complete(_direction);
162 _descriptors[index]->release();
163 _descriptors[index] = 0;
196 _descriptors[_descriptorCount] = descriptor;
215 if ( _descriptors )
218 _descriptors[index]->release();
220 if ( _descriptors != 0 )
221 IODelete(_descriptors, IOMemoryDescripto
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOInterleavedMemoryDescriptor.h46 IOMemoryDescriptor ** _descriptors; member in class:IOInterleavedMemoryDescriptor
H A DIOMultiMemoryDescriptor.h44 IOMemoryDescriptor ** _descriptors; member in class:IOMultiMemoryDescriptor

Completed in 18 milliseconds