Searched defs:PUSBPROXYIFOSX (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/USB/darwin/
H A DUSBProxyDevice-darwin.cpp59 typedef struct USBPROXYIFOSX *PUSBPROXYIFOSX; typedef in typeref:struct:USBPROXYIFOSX
204 } USBPROXYIFOSX, *PUSBPROXYIFOSX, **PPUSBPROXYIFOSX; typedef in typeref:struct:USBPROXYIFOSX
227 PUSBPROXYIFOSX pIfHead;
229 PUSBPROXYIFOSX pIfTail;
414 static int usbProxyDarwinUrbAllocIsocBuf(PUSBPROXYURBOSX pUrbOsX, PUSBPROXYIFOSX pIf)
669 PUSBPROXYIFOSX pIf = pDevOsX->pIfHead;
674 PUSBPROXYIFOSX pNext = pIf->pNext;
727 static int usbProxyDarwinGetPipeProperties(PUSBPROXYDEVOSX pDevOsX, PUSBPROXYIFOSX pIf)
865 PUSBPROXYIFOSX pIf = (PUSBPROXYIFOSX)RTMemAlloc
[all...]

Completed in 46 milliseconds