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

/vbox/src/VBox/HostDrivers/VBoxUSB/darwin/
H A DVBoxUSB.cpp107 virtual bool open(IOService *pForClient, IOOptionBits fOptions = 0, void *pvArg = 0);
109 virtual void close(IOService *pForClient, IOOptionBits fOptions = 0);
507 org_virtualbox_VBoxUSB::open(IOService *pForClient, IOOptionBits fOptions/* = 0*/, void *pvArg/* = 0*/) argument
509 Log(("VBoxUSB::open([%p], %p, %#x, %p)\n", this, pForClient, fOptions, pvArg));
510 bool fRc = IOService::open(pForClient, fOptions, pvArg);
511 Log(("VBoxUSB::open([%p], %p, %#x, %p) -> %d\n", this, pForClient, fOptions, pvArg, fRc));
521 org_virtualbox_VBoxUSB::close(IOService *pForClient, IOOptionBits fOptions/* = 0*/) argument
523 Log(("VBoxUSB::close([%p], %p, %#x)\n", this, pForClient, fOptions));
524 IOService::close(pForClient, fOptions);

Completed in 35 milliseconds