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

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp610 PCFGMNODE pInst, pCfg, pLunL0, pLunL1; local
732 InsertConfigNode(pLunL0, "AttachedDriver", &pLunL1);
735 InsertConfigString(pLunL1, "Driver", "MainPciRaw");
736 InsertConfigNode(pLunL1, "Config", &pCfg);
1470 PCFGMNODE pLunL1 = NULL; /* /Devices/Dev/0/LUN#0/AttachedDriver/ */ local
1632 InsertConfigNode(pLunL0, "AttachedDriver", &pLunL1);
1633 InsertConfigString(pLunL1, "Driver", "MainKeyboard");
1634 InsertConfigNode(pLunL1, "Config", &pCfg);
1646 InsertConfigNode(pLunL0, "AttachedDriver", &pLunL1);
1647 InsertConfigString(pLunL1, "Drive
4218 PCFGMNODE pLunL1 = NULL; local
[all...]

Completed in 167 milliseconds