Searched refs:DoCommand (Results 1 - 3 of 3) sorted by relevance

/haiku/src/tests/servers/registrar/
H A DRosterShell.cpp44 DoCommand(vector<string>& cmdLine) function in class:Shell
290 shell.DoCommand(args);
/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.h179 status_t DoCommand(xhci_trb *trb);
H A Dxhci.cpp2797 XHCI::DoCommand(xhci_trb* trb) function in class:XHCI
2857 return DoCommand(&trb);
2870 status_t status = DoCommand(&trb);
2888 return DoCommand(&trb);
2904 return DoCommand(&trb);
2920 return DoCommand(&trb);
2933 return DoCommand(&trb);
2960 return DoCommand(&trb);
2988 return DoCommand(&trb);
3004 return DoCommand(
[all...]

Completed in 48 milliseconds