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

/vbox/src/VBox/Main/src-client/
H A DBusAssignmentManager.cpp34 struct DeviceAssignmentRule struct
54 static const DeviceAssignmentRule aGenericRules[] =
99 static const DeviceAssignmentRule aPiix3Rules[] =
110 static const DeviceAssignmentRule aIch9Rules[] =
248 typedef std::vector<const DeviceAssignmentRule*> PCIRulesList;
318 const DeviceAssignmentRule* aArrays[2] = {aGenericRules, NULL};
356 static bool RuleComparator(const DeviceAssignmentRule* r1, const DeviceAssignmentRule* r2)
376 const DeviceAssignmentRule* rule = matchingRules[iRule];

Completed in 60 milliseconds