Searched refs:require_parse (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/x86/include/
H A Dpci_cfgreg.h67 int pci_pir_probe(int bus, int require_parse);
/freebsd-13-stable/sys/i386/pci/
H A Dpci_pir.c636 * are probing a PCI-PCI bridge, then require_parse will be true and we should
640 pci_pir_probe(int bus, int require_parse) argument
644 if (pci_route_table == NULL || (require_parse && !pir_parsed))

Completed in 86 milliseconds