Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/bhyve/
H A Dpci_emul.c340 struct pci_devemu **pdpp, *pdp; in pci_print_supported_devices() local
342 SET_FOREACH(pdpp, pci_devemu_set) { in pci_print_supported_devices()
343 pdp = *pdpp; in pci_print_supported_devices()
1097 struct pci_devemu **pdpp, *pdp; in pci_emul_finddev() local
1099 SET_FOREACH(pdpp, pci_devemu_set) { in pci_emul_finddev()
1100 pdp = *pdpp; in pci_emul_finddev()
H A Dpci_hda.c457 struct hda_codec_class **pdpp = NULL, *pdp = NULL; in hda_find_codec_class() local
459 SET_FOREACH(pdpp, hda_codec_class_set) { in hda_find_codec_class()
460 pdp = *pdpp; in hda_find_codec_class()