Searched refs:theCBIRequestBlock (Results 1 - 1 of 1) sorted by last modified time

/macosx-10.10/IOUSBMassStorageClass-370.0.4/
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 109 milliseconds