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

/vbox/src/VBox/HostDrivers/VBoxUSB/solaris/
H A DVBoxUSB-solaris.c291 list_t hLandedUrbs; /* Handle to list of landed URBs */ member in struct:vboxusb_state_t
486 list_create(&pState->hLandedUrbs, sizeof(vboxusb_urb_t), offsetof(vboxusb_urb_t, hListLink));
753 while ((pUrb = list_remove_head(&pState->hLandedUrbs)) != NULL)
761 list_destroy(&pState->hLandedUrbs);
1839 vboxusb_urb_t *pUrb = list_remove_head(&pState->hLandedUrbs);
2978 list_insert_tail(&pState->hLandedUrbs, pUrb);
3648 list_insert_tail(&pState->hLandedUrbs, pUrb);
3749 list_insert_tail(&pState->hLandedUrbs, pUrb);

Completed in 42 milliseconds