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

/vbox/src/VBox/VMM/VMMR3/
H A DPDMUsb.cpp493 * @param ppInstanceNode Pointer to the device instance pointer. This is set to NULL if inserted
503 PCFGMNODE *ppInstanceNode, VUSBSPEED enmSpeed, const char *pszCaptureFilename)
508 AssertPtrReturn(ppInstanceNode, VERR_INVALID_POINTER);
509 AssertPtrReturn(*ppInstanceNode, VERR_INVALID_POINTER);
539 rc = CFGMR3ReplaceSubTree(pInstanceNode, *ppInstanceNode);
541 *ppInstanceNode = NULL;
549 pInstanceNode = *ppInstanceNode;
502 pdmR3UsbCreateDevice(PVM pVM, PPDMUSBHUB pHub, PPDMUSB pUsbDev, int iInstance, PCRTUUID pUuid, PCFGMNODE *ppInstanceNode, VUSBSPEED enmSpeed, const char *pszCaptureFilename) argument

Completed in 48 milliseconds