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

/macosx-10.9.5/IOKitUser-907.100.13/usb.subproj/
H A DUSBTest.cpp142 IOUSBInterface *ioint; local
160 while(ioint = IOUSBFindNextInterface(dev, &freq)) {
161 printUSBInterface(ioint);
163 IOUSBDisposeInterface(ioint);
284 IOUSBInterface *ioint; local
300 ioint = IOUSBFindNextInterface(dev, &freq);
301 if(!ioint) {
305 printUSBInterface(ioint);
307 for(i=0; i < ioint->descriptor->numEndpoints; i++) {
308 if(ioint
[all...]

Completed in 73 milliseconds