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

/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFWUserVectorCommand.cpp79 if( fSubmitDesc )
81 fSubmitDesc->complete();
82 fSubmitDesc->release();
83 fSubmitDesc = NULL;
117 if( fSubmitDesc )
119 fSubmitDesc->complete();
120 fSubmitDesc->release();
121 fSubmitDesc = NULL;
124 fSubmitDesc = IOMemoryDescriptor::withAddressRange( submit_buffer_address,
128 if( fSubmitDesc
[all...]
H A DIOFWUserVectorCommand.h42 IOMemoryDescriptor * fSubmitDesc; member in class:IOFWUserVectorCommand

Completed in 134 milliseconds