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

/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp675 static const PortConfig kLptKnownPorts[] = variable
716 for (size_t i = 0; i < RT_ELEMENTS (kLptKnownPorts); ++ i)
717 list << kLptKnownPorts [i].name;
744 for (size_t i = 0; i < RT_ELEMENTS (kLptKnownPorts); ++ i)
745 if (kLptKnownPorts [i].IRQ == aIRQ &&
746 kLptKnownPorts [i].IOBase == aIOBase)
747 return kLptKnownPorts [i].name;
779 for (size_t i = 0; i < RT_ELEMENTS (kLptKnownPorts); ++ i)
780 if (strcmp (kLptKnownPorts [i].name, aName.toUtf8().data()) == 0)
782 aIRQ = kLptKnownPorts [
[all...]

Completed in 59 milliseconds