Home
last modified time | relevance | path

Searched refs:pcie_bus_match (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dpci.c26 pcie_bus_match(const struct dev_info *devi, uintptr_t *bus_p) in pcie_bus_match() function
69 if (!pcie_bus_match(devi, &bus_addr)) { in pcie_bus_walk_step()
H A Dpci.h34 extern boolean_t pcie_bus_match(const struct dev_info *, uintptr_t *);
H A Ddevinfo.c1209 if (pcie_bus_match(&devi, &bus_addr)) { in devinfo()