Home
last modified time | relevance | path

Searched refs:full_id (Results 1 – 1 of 1) sorted by relevance

/external/autotest/client/virt/
Dvirt_utils.py1284 status, full_id = commands.getstatusoutput(cmd)
1287 return full_id
1555 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): argument
1651 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 …]