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

/vbox/src/VBox/Main/xml/
H A DSettings.cpp2075 && (llSerialPorts == h.llSerialPorts)
3237 readSerialPorts(*pelmHwChild, hw.llSerialPorts);
4635 for (SerialPortsList::const_iterator it = hw.llSerialPorts.begin();
4636 it != hw.llSerialPorts.end();
5562 for (SerialPortsList::const_iterator it = hardwareMachine.llSerialPorts.begin();
5563 it != hardwareMachine.llSerialPorts.end();
/vbox/include/VBox/
H A Dsettings.h961 SerialPortsList llSerialPorts; member in struct:settings::Hardware
/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp8959 for (settings::SerialPortsList::const_iterator it = data.llSerialPorts.begin();
8960 it != data.llSerialPorts.end();
10257 data.llSerialPorts.clear();
10265 data.llSerialPorts.push_back(s);

Completed in 416 milliseconds