Searched refs:functionName (Results 1 – 1 of 1) sorted by relevance
712 std::string functionName = "Function" + std::to_string(pcieFunctionId); in validatePCIeFunctionId() local713 std::string devIDProperty = functionName + "DeviceId"; in validatePCIeFunctionId()731 std::string functionName = "Function" + std::to_string(pcieFunctionId); in addPCIeFunctionProperties() local740 if (property.first == functionName + "DeviceId") in addPCIeFunctionProperties()744 if (property.first == functionName + "VendorId") in addPCIeFunctionProperties()751 if (property.first == functionName + "FunctionType") in addPCIeFunctionProperties()758 if (property.first == functionName + "DeviceClass") in addPCIeFunctionProperties()765 if (property.first == functionName + "ClassCode") in addPCIeFunctionProperties()769 if (property.first == functionName + "RevisionId") in addPCIeFunctionProperties()773 if (property.first == functionName + "SubsystemId") in addPCIeFunctionProperties()[all …]