Searched refs:_descriptorPrepared (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOInterleavedMemoryDescriptor.h49 bool _descriptorPrepared; member in class:IOInterleavedMemoryDescriptor
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOInterleavedMemoryDescriptor.cpp101 if ( _descriptorPrepared )
131 if ( _descriptorPrepared || (_descriptorCount == _descriptorCapacity) )
210 if ( status == kIOReturnSuccess ) _descriptorPrepared = true;
240 _descriptorPrepared = false;

Completed in 13 milliseconds