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

/vbox/src/VBox/Main/src-server/
H A DParallelPortImpl.cpp292 HRESULT ParallelPort::getIOBase(ULONG *aIOBase) argument
296 *aIOBase = m->bd->ulIOBase;
301 HRESULT ParallelPort::setIOBase(ULONG aIOBase) argument
305 if (aIOBase > 0xFFFF)
308 m->bd->ulSlot, aIOBase, 0, 0xFFFF);
316 if (m->bd->ulIOBase != aIOBase)
319 m->bd->ulIOBase = aIOBase;
H A DSerialPortImpl.cpp343 HRESULT SerialPort::getIOBase(ULONG *aIOBase) argument
347 *aIOBase = m->bd->ulIOBase;
352 HRESULT SerialPort::setIOBase(ULONG aIOBase) argument
356 if (aIOBase > 0xFFFF)
359 m->bd->ulSlot, aIOBase, 0, 0xFFFF);
372 if (m->bd->ulIOBase != aIOBase)
375 m->bd->ulIOBase = aIOBase;

Completed in 32 milliseconds