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

/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/Common/
H A DAppleUSBCDCCommon.h218 UInt8 bFunctionLength; member in struct:__anon55
225 UInt8 bFunctionLength; member in struct:__anon56
234 UInt8 bFunctionLength; member in struct:__anon57
243 UInt8 bFunctionLength; member in struct:__anon58
251 UInt8 bFunctionLength; member in struct:__anon59
263 UInt8 bFunctionLength; member in struct:__anon60
275 UInt8 bFunctionLength; member in struct:__anon61
284 UInt8 bFunctionLength; member in struct:__anon62
294 UInt8 bFunctionLength; member in struct:__anon63
315 UInt8 bFunctionLength; member in struct:__anon65
324 UInt8 bFunctionLength; member in struct:__anon66
[all...]
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCWCM/Classes/
H A DAppleUSBCDCWCM.cpp325 if (UNNFDesc->bFunctionLength > sizeof(FunctionalDescriptorHeader))
331 fControlLen = UNNFDesc->bFunctionLength - sizeof(FunctionalDescriptorHeader);
338 XTRACE(this, UNNFDesc->bFunctionLength, 0, "getFunctionalDescriptors - Union descriptor length error");
/macosx-10.9.5/AppleUSBIrDA-145.2.4/
H A DAppleIrDA.h103 UInt8 bFunctionLength; // descriptor header (length = 12) member in struct:USBIrDAQoS
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCACM/ControlDriver/Classes/
H A DAppleUSBCDCACMControl.cpp658 if (UNNFDesc->bFunctionLength > sizeof(FunctionalDescriptorHeader))
674 XTRACE(this, UNNFDesc->bFunctionLength, 0, "getFunctionalDescriptors - Union descriptor length error");
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDC/Classes/
H A DAppleUSBCDC.cpp774 if (UNNFDesc->bFunctionLength > sizeof(FunctionalDescriptorHeader))
863 if (UNNFDesc->bFunctionLength > sizeof(FunctionalDescriptorHeader))
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCECM/ControlDriver/Classes/
H A DAppleUSBCDCECMControl.cpp689 if (UNNFDesc->bFunctionLength > sizeof(FunctionalDescriptorHeader))
693 XTRACE(this, UNNFDesc->bFunctionLength, 0, "getFunctionalDescriptors - Union descriptor length error");
/macosx-10.9.5/AppleUSBIrDA-145.2.4/AppleUSBIrDA/
H A DAppleUSBIrDA.cpp1886 fQoS.bFunctionLength = 12;
1902 fQoS.bFunctionLength = qos->bFunctionLength;

Completed in 202 milliseconds