HomeSort by: relevance | last modified time | path
    Searched defs:pbd (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/xen/xen/
pciback.c 67 SLIST_ENTRY(pciback_pci_dev) pb_devlist_next; /* global list of pbd */
68 SLIST_ENTRY(pciback_pci_dev) pb_guest_next; /* per-guest list of pbd */
353 struct pciback_pci_dev *pbd; local in function:pciback_pci_lookup
355 SLIST_FOREACH(pbd, &pciback_pci_devlist_head, pb_devlist_next) {
356 if (pbd->pb_bus == bus &&
357 pbd->pb_device == dev &&
358 pbd->pb_function == func)
359 return pbd;
519 struct pciback_pci_dev *pbd; local in function:pciback_xenbus_destroy
535 SLIST_FOREACH(pbd, &pbxi->pbx_pb_pci_dev, pb_guest_next)
659 struct pciback_pci_dev *pbd; local in function:pciback_xenbus_export_device
685 struct pciback_pci_dev *pbd; local in function:pciback_xenbus_export_roots
719 struct pciback_pci_dev *pbd; local in function:pciback_xenbus_evthandler
    [all...]
pciback.c 67 SLIST_ENTRY(pciback_pci_dev) pb_devlist_next; /* global list of pbd */
68 SLIST_ENTRY(pciback_pci_dev) pb_guest_next; /* per-guest list of pbd */
353 struct pciback_pci_dev *pbd; local in function:pciback_pci_lookup
355 SLIST_FOREACH(pbd, &pciback_pci_devlist_head, pb_devlist_next) {
356 if (pbd->pb_bus == bus &&
357 pbd->pb_device == dev &&
358 pbd->pb_function == func)
359 return pbd;
519 struct pciback_pci_dev *pbd; local in function:pciback_xenbus_destroy
535 SLIST_FOREACH(pbd, &pbxi->pbx_pb_pci_dev, pb_guest_next)
659 struct pciback_pci_dev *pbd; local in function:pciback_xenbus_export_device
685 struct pciback_pci_dev *pbd; local in function:pciback_xenbus_export_roots
719 struct pciback_pci_dev *pbd; local in function:pciback_xenbus_evthandler
    [all...]

Completed in 54 milliseconds