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

/vbox/src/VBox/HostDrivers/VBoxUSB/darwin/
H A DVBoxUSB.cpp778 static IOExternalMethod s_aMethods[VBOXUSBMETHOD_END] = local
798 if (RT_UNLIKELY(iMethod >= RT_ELEMENTS(s_aMethods)))
802 return &s_aMethods[iMethod];

Completed in 34 milliseconds