Searched refs:link (Results 1 – 6 of 6) sorted by relevance
| /hypervisor/include/dm/ |
| A D | vpci.h | 154 struct hlist_node link; member
|
| /hypervisor/dm/vpci/ |
| A D | vpci.c | 731 …hlist_add_head(&vdev->link, &vpci->vdevs_hlist_heads[hash64(dev_config->vbdf.value, VDEV_LIST_HASH… in vpci_init_vdev() 759 hlist_del(&vdev->link); in vpci_deinit_vdev() 853 hlist_del(&vdev->link); in vpci_assign_pcidev() 854 …hlist_add_head(&vdev->link, &vpci->vdevs_hlist_heads[hash64(vdev->bdf.value, VDEV_LIST_HASHBITS)]); in vpci_assign_pcidev()
|
| A D | vdev.c | 85 tmp = hlist_entry(n, struct pci_vdev, link); in pci_find_vdev()
|
| /hypervisor/include/hw/ |
| A D | pci.h | 309 struct hlist_node link; member
|
| /hypervisor/hw/ |
| A D | pci.c | 287 tmp = hlist_entry(n, struct pci_pdev, link); in pci_find_pdev() 878 hlist_add_head(&pdev->link, &pdevs_hlist_heads[hash64(bdf.value, PDEV_HLIST_HASHBITS)]); in pci_init_pdev()
|
| /hypervisor/lib/crypto/mbedtls/ |
| A D | ChangeLog | 1108 * Fix link error when building shared libraries for Windows with make. 1154 You now need to link to all of them if you use TLS for example.
|
Completed in 16 milliseconds