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

/vbox/src/VBox/Devices/Audio/
H A DDevSB16.cpp141 uint8_t uLUN; member in struct:SB16DRIVER
255 * @param uLUN The logical unit which is being detached.
258 static DECLCALLBACK(int) sb16Attach(PPDMDEVINS pDevIns, unsigned uLUN, uint32_t fFlags) argument
270 if (RTStrAPrintf(&pszDesc, "Audio driver port (SB16) for LUN #%u", uLUN) <= 0)
272 ("Not enough memory for SB16 driver port description of LUN #%u\n", uLUN),
275 int rc = PDMDevHlpDriverAttach(pDevIns, uLUN,
285 uLUN, rc));
287 pDrv->uLUN = uLUN;
293 if (pDrv->uLUN
[all...]
H A DDevIchAc97.cpp259 uint8_t uLUN; member in struct:AC97DRIVER
559 uint8_t uLUN = 0; local
578 if (RTStrAPrintf(&pszDesc, "[LUN#%RU8] ac97.pi", uLUN) <= 0)
586 LogFlowFunc(("LUN#%RU8: Opened line input with rc=%Rrc\n", uLUN, rc));
597 uLUN++;
606 if (RTStrAPrintf(&pszDesc, "[LUN#%RU8] ac97.po", uLUN) <= 0)
613 LogFlowFunc(("LUN#%RU8: Opened output with rc=%Rrc\n", uLUN, rc));
624 uLUN++;
633 if (RTStrAPrintf(&pszDesc, "[LUN#%RU8] ac97.mc", uLUN) <= 0)
641 LogFlowFunc(("LUN#%RU8: Opened mic input with rc=%Rrc\n", uLUN, r
2254 ichac97Attach(PPDMDEVINS pDevIns, unsigned uLUN, uint32_t fFlags) argument
[all...]
H A DDevIchHda.cpp599 uint8_t uLUN; member in struct:HDADRIVER
2360 LogFlowFunc(("\tLUN#%RU8: cbWritten=%RU32, cWrittenMin=%RU32\n", pDrv->uLUN, cbWritten, cbWrittenMin));
2467 if (RTStrAPrintf(&pszDesc, "[LUN#%RU8] %s", pDrv->uLUN, pszName) <= 0)
2474 LogFlowFunc(("LUN#%RU8: Opened input \"%s\", with rc=%Rrc\n", pDrv->uLUN, pszDesc, rc));
2499 if (RTStrAPrintf(&pszDesc, "[LUN#%RU8] %s", pDrv->uLUN, pszName) <= 0)
2506 LogFlowFunc(("LUN#%RU8: Opened output \"%s\", with rc=%Rrc\n", pDrv->uLUN, pszDesc, rc));
2558 LogFlowFunc(("\tLUN#%RU8: [1] cbIn=%RU32, cbOut=%RU32\n", pDrv->uLUN, cbIn, cbOut));
2566 pDrv->uLUN, cSamplesLive, cSamplesPlayed));
2572 LogFlowFunc(("\tLUN#%RU8: [2] cbIn=%RU32, cbOut=%RU32\n", pDrv->uLUN, cbIn, cbOut));
3607 * @param uLUN Th
[all...]
H A DDevIchHdaCodec.cpp2439 uint16_t uLUN, PCFGMNODE pCfg)
2445 pThis->id = uLUN;
2438 hdaCodecConstruct(PPDMDEVINS pDevIns, PHDACODEC pThis, uint16_t uLUN, PCFGMNODE pCfg) argument
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp3747 unsigned uLUN; local
3749 hrc = Console::i_convertBusPortDeviceToLun(enmBus, lPort, lDev, uLUN); H();
3805 pLunL0 = CFGMR3GetChildF(pCtlInst, "LUN#%u", uLUN);
3815 rc = PDMR3UsbQueryLun(pUVM, pcszDevice, uInstance, uLUN, &pBase);
3817 rc = PDMR3QueryLun(pUVM, pcszDevice, uInstance, uLUN, &pBase);
3840 rc = PDMR3UsbDriverDetach(pUVM, pcszDevice, uInstance, uLUN, NULL, 0,
3843 rc = PDMR3DeviceDetach(pUVM, pcszDevice, uInstance, uLUN, fHotplug ? 0 : PDM_TACH_FLAGS_NOT_HOT_PLUG);
3854 InsertConfigNode(pCtlInst, Utf8StrFmt("LUN#%u", uLUN).c_str(), &pLunL0);
3863 PCFGMNODE pDrive = CFGMR3GetChild(pCfg, g_apszIDEDrives[uLUN]);
3865 InsertConfigNode(pCfg, g_apszIDEDrives[uLUN],
[all...]
H A DConsoleImpl.cpp3908 unsigned uLUN; local
3918 hrc = Console::i_convertBusPortDeviceToLun(enmBus, lPort, lDev, uLUN); H();
3925 pLunL0 = CFGMR3GetChildF(pCtlInst, "LUN#%u", uLUN);
3933 rc = PDMR3DeviceDetach(pUVM, pcszDevice, uInstance, uLUN, fFlags);
3939 Utf8Str devicePath = Utf8StrFmt("%s/%u/LUN#%u", pcszDevice, uInstance, uLUN);
4396 unsigned uLUN; local
4397 hrc = Console::i_convertBusPortDeviceToLun(enmBus, lPort, lDev, uLUN);
4402 int rc = PDMR3QueryDriverOnLun(ptrVM.rawUVM(), pcszDevice, ulStorageCtrlInst, uLUN, "VD", &pIBase);
4508 unsigned uLUN; local
4509 hrc = Console::i_convertBusPortDeviceToLun(enmBus, lPort, lDev, uLUN);
4631 unsigned uLUN; local
6008 unsigned uLUN; local
10194 i_drvStatus_MediumEjected(PPDMIMEDIANOTIFY pInterface, unsigned uLUN) argument
[all...]

Completed in 100 milliseconds