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

/vbox/src/VBox/Devices/USB/freebsd/
H A DUSBProxyDevice-freebsd.cpp75 bool fCancelling; member in struct:USBENDPOINTFBSD
100 bool fCancelling; member in struct:USBPROXYDEVFBSD
260 if (pEndpointFBSD->fCancelling)
273 if (pEndpointFBSD->fCancelling)
334 pEndpointFBSD->fCancelling = true;
335 pDevFBSD->fCancelling = true;
849 if (pDevFBSD->fCancelling)
854 if (pEndpointFBSD->fCancelling)
856 pEndpointFBSD->fCancelling = false;
886 pDevFBSD->fCancelling
[all...]

Completed in 43 milliseconds