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

/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsParallel.cpp163 ulong IRQ, IOBase; local
164 bool std = vboxGlobal().toCOMPortNumbers (aText, IRQ, IOBase);
170 mLeIRQ->setText (QString::number (IRQ));
362 message.second << tr("No IRQ is currently specified.");
H A DUIMachineSettingsSerial.cpp192 ulong IRQ, IOBase; local
193 bool std = vboxGlobal().toCOMPortNumbers (aText, IRQ, IOBase);
199 mLeIRQ->setText (QString::number (IRQ));
407 message.second << tr("No IRQ is currently specified.");
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86tokens.h191 IRQ, enumerator in enum:__anon7678
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86tokens.h192 IRQ, enumerator in enum:__anon8040
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dxf86tokens.h191 IRQ, enumerator in enum:__anon8354
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dxf86tokens.h193 IRQ, enumerator in enum:__anon8659
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dxf86tokens.h192 IRQ, enumerator in enum:__anon8971
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86tokens.h192 IRQ, enumerator in enum:__anon4831
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86tokens.h192 IRQ, enumerator in enum:__anon4404
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dxf86tokens.h191 IRQ, enumerator in enum:__anon6979
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dxf86tokens.h190 IRQ, enumerator in enum:__anon7290
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dxf86tokens.h192 IRQ, enumerator in enum:__anon9288
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dxf86tokens.h192 IRQ, enumerator in enum:__anon9609
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dxf86tokens.h191 IRQ, enumerator in enum:__anon5132
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dxf86tokens.h191 IRQ, enumerator in enum:__anon5444
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dxf86tokens.h191 IRQ, enumerator in enum:__anon5755
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dxf86tokens.h190 IRQ, enumerator in enum:__anon6062
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dxf86tokens.h190 IRQ, enumerator in enum:__anon6365
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dxf86tokens.h190 IRQ, enumerator in enum:__anon6663
/vbox/src/VBox/Devices/Storage/
H A DDevBusLogic.cpp510 uint8_t IRQ; member in struct:ReplyInquirePCIHostAdapterInformation
983 * Assert IRQ line of the BusLogic adapter.
987 * @param fSuppressIrq Flag to suppress IRQ generation regardless of fIRQEnabled
1120 * @param fSuppressIrq Flag to suppress IRQ generation regardless of current state
1710 pReply->IRQ = PCIDevGetInterruptLine(&pBusLogic->dev);
1826 /* The PCI IRQ is not necessarily representable in this structure.
1839 LogRel(("Warning: PCI IRQ %d cannot be represented as ISA!\n", uPciIrq));
3492 "%s#%d: PCI I/O=%RTiop ISA I/O=%RTiop MMIO=%RGp IRQ=%u GC=%RTbool R0=%RTbool\n",
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp661 const ulong IRQ; member in struct:PortConfig
671 /* must not contain an element with IRQ=0 and IOBase=0 used to cause
680 /* must not contain an element with IRQ=0 and IOBase=0 used to cause
730 if (kComKnownPorts [i].IRQ == aIRQ &&
745 if (kLptKnownPorts [i].IRQ == aIRQ &&
763 aIRQ = kComKnownPorts [i].IRQ;
782 aIRQ = kLptKnownPorts [i].IRQ;

Completed in 81 milliseconds