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

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp1471 PCFGMNODE pLunL2 = NULL; /* /Devices/Dev/0/LUN#0/AttachedDriver/Config/ */ local
2667 InsertConfigNode(pLunL1, "Config", &pLunL2);
2668 InsertConfigString(pLunL2, "Location", bstr);
2669 InsertConfigInteger(pLunL2, "IsServer", fServer);
2682 InsertConfigNode(pLunL1, "Config", &pLunL2);
2683 InsertConfigString(pLunL2, "Location", bstr);
2684 InsertConfigInteger(pLunL2, "IsServer", fServer);
2691 InsertConfigNode(pLunL1, "Config", &pLunL2);
2692 InsertConfigString(pLunL2, "Location", bstr);

Completed in 50 milliseconds