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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageInfo.cpp1378 ULONG ulIRQ, ulIOBase; local
1383 uart->COMGETTER(IOBase)(&ulIOBase);
1390 ulIOBase, ulIRQ);
1393 currentUART + 1, ulIOBase, ulIRQ);
1460 ULONG ulIRQ, ulIOBase; local
1463 lpt->COMGETTER(IOBase)(&ulIOBase);
1468 ulIOBase, ulIRQ);
1471 currentLPT + 1, ulIOBase, ulIRQ);
/vbox/include/VBox/
H A Dsettings.h644 ulIOBase(0x3f8),
655 uint32_t ulIOBase; member in struct:settings::SerialPort
673 ulIOBase(0x378),
682 uint32_t ulIOBase; member in struct:settings::ParallelPort
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp2649 ULONG ulIOBase; local
2650 hrc = serialPort->COMGETTER(IOBase)(&ulIOBase); H();
2651 InsertConfigInteger(pCfg, "IOBase", ulIOBase);
2652 auSerialIoPortBase[ulInstance] = (uint16_t)ulIOBase;
2719 ULONG ulIOBase; local
2720 hrc = parallelPort->COMGETTER(IOBase)(&ulIOBase); H();
2721 InsertConfigInteger(pCfg, "IOBase", ulIOBase);

Completed in 1575 milliseconds