Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dpci_emul.c346 struct pci_devemu **pdpp, *pdp; in pci_print_supported_devices() local
348 SET_FOREACH(pdpp, pci_devemu_set) { in pci_print_supported_devices()
349 pdp = *pdpp; in pci_print_supported_devices()
1126 struct pci_devemu **pdpp, *pdp; in pci_emul_finddev() local
1128 SET_FOREACH(pdpp, pci_devemu_set) { in pci_emul_finddev()
1129 pdp = *pdpp; in pci_emul_finddev()
H A Dpci_hda.c456 struct hda_codec_class **pdpp = NULL, *pdp = NULL; in hda_find_codec_class() local
458 SET_FOREACH(pdpp, hda_codec_class_set) { in hda_find_codec_class()
459 pdp = *pdpp; in hda_find_codec_class()