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

/vbox/src/VBox/VMM/VMMR3/
H A DIOM.cpp657 RTIOPORT PortLast = PortStart + (cPorts - 1); local
660 AssertMsgFailed(("Invalid port range %#x-%#x! No callbacks! (%s)\n", PortStart, PortLast, pszDesc));
670 while (Port <= PortLast && Port >= PortStart)
705 pRange->Core.KeyLast = PortLast;
772 RTIOPORT PortLast = PortStart + (cPorts - 1); local
775 AssertMsgFailed(("Invalid port range %#x-%#x! No callbacks! (%s)\n", PortStart, PortLast, pszDesc));
785 while (Port <= PortLast && Port >= PortStart)
820 pRange->Core.KeyLast = PortLast;
891 RTIOPORT PortLast = PortStart + (cPorts - 1); local
893 while (Port <= PortLast
[all...]

Completed in 46 milliseconds