Searched refs:PCIGetValue (Results 1 – 2 of 2) sorted by relevance
856 device->vendor_id = PCIGetValue(entry->d_name, "vendor"); in GetPCIDevices()857 device->device_id = PCIGetValue(entry->d_name, "device"); in GetPCIDevices()866 int OsLayer::PCIGetValue(string name, string object) { in PCIGetValue() function in OsLayer
283 int PCIGetValue(string name, string object);