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

/macosx-10.9.5/IOUSBMassStorageClass-360.0.3/
H A DUSBMassStorageClassCBI.cpp83 CBIRequestBlock * theCBIRequestBlock; local
94 theCBIRequestBlock = GetCBIRequestBlock();
96 bzero ( theCBIRequestBlock, sizeof ( CBIRequestBlock ) );
102 GetCommandDescriptorBlock ( request, &theCBIRequestBlock->cbiCDB );
105 theCBIRequestBlock->request = request;
108 theCBIRequestBlock->cbiCompletion.target = this;
109 theCBIRequestBlock->cbiCompletion.action = &this->CBIProtocolUSBCompletionAction;
110 theCBIRequestBlock->cbiCompletion.parameter = theCBIRequestBlock;
112 theCBIRequestBlock
[all...]

Completed in 98 milliseconds