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

/vbox/include/VBox/
H A Dusblib-solaris.h119 } VUSBISOC_PKT_DESC; typedef in typeref:struct:__anon261
133 VUSBISOC_PKT_DESC aIsocPkts[8]; /* Array of Isoc packet descriptors */
/vbox/src/VBox/HostDrivers/VBoxUSB/solaris/
H A DVBoxUSB-solaris.c228 VUSBISOC_PKT_DESC aIsocPkts[8]; /* Array of Isoc pkt descriptors */
257 VUSBISOC_PKT_DESC aIsocPkts[8]; /* Array of Isoc pkt descriptors */
3614 AssertCompile(sizeof(VUSBISOC_PKT_DESC) == sizeof(usb_isoc_pkt_descr_t));
3697 bcopy(pReq->isoc_pkt_descr, pIsocReq->aIsocPkts, pReq->isoc_pkts_count * sizeof(VUSBISOC_PKT_DESC));
3739 bcopy(pBuffReq->aIsocPkts, pUrb->aIsocPkts, pBuffReq->cIsocPkts * sizeof(VUSBISOC_PKT_DESC));

Completed in 40 milliseconds