Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_pci.c1188 unsigned int orig_vdev, pfunc_mask; in libxl__device_pci_add() local
1245 orig_vdev = pcidev->vdevfn & ~7U; in libxl__device_pci_add()
1267 pcidev->vdevfn = orig_vdev | i; in libxl__device_pci_add()
1273 pcidev->vdevfn = orig_vdev; in libxl__device_pci_add()
1486 unsigned int orig_vdev, pfunc_mask; in libxl__device_pci_remove_common() local
1489 orig_vdev = pcidev->vdevfn & ~7U; in libxl__device_pci_remove_common()
1505 pcidev->vdevfn = orig_vdev | i; in libxl__device_pci_remove_common()
1507 pcidev->vdevfn = orig_vdev; in libxl__device_pci_remove_common()

Completed in 5 milliseconds