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

/vbox/src/VBox/VMM/VMMR3/
H A DPDMDevice.cpp735 * @param ppLun Where to store the pointer to the LUN if found.
738 int pdmR3DevFindLun(PVM pVM, const char *pszDevice, unsigned iInstance, unsigned iLun, PPPDMLUN ppLun) argument
763 *ppLun = pLun;
H A DPDMUsb.cpp1242 * @param ppLun Where to store the pointer to the LUN if found.
1245 static int pdmR3UsbFindLun(PVM pVM, const char *pszDevice, unsigned iInstance, unsigned iLun, PPPDMLUN ppLun) argument
1270 *ppLun = pLun;
/vbox/src/VBox/VMM/include/
H A DPDMInternal.h1272 int pdmR3DevFindLun(PVM pVM, const char *pszDevice, unsigned iInstance, unsigned iLun, PPDMLUN *ppLun);

Completed in 42 milliseconds