Searched refs:full_id (Results 1 – 1 of 1) sorted by relevance
1284 status, full_id = commands.getstatusoutput(cmd)1287 return full_id1555 full_id = get_full_pci_id(pci_id)1557 drv_path = os.path.join(base_dir, "devices/%s/driver" % full_id)1564 cmd = "echo '%s' > %s/unbind" % (full_id, stub_path)1569 cmd = "echo '%s' > %s/bind" % (full_id, driver)1643 def is_binded_to_stub(self, full_id): argument1651 if os.path.exists(os.path.join(stub_path, full_id)):1703 full_id = get_full_pci_id(pci_id)1704 if not full_id:[all …]