Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus.c167 char *devtyp, *pdevtyp; in pciexfn_declare() local
182 devtyp = pci_devtype_get(mod, dn); in pciexfn_declare()
186 dev_is_pcie = devtyp && (strcmp(devtyp, "pciex") == 0); in pciexfn_declare()
414 char *devtyp; in pci_bridge_declare() local
416 devtyp = pci_devtype_get(mod, din); in pci_bridge_declare()
418 if (devtyp && (strcmp(devtyp, "pciex") == 0)) in pci_bridge_declare()