Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus.c169 char *devtyp, *pdevtyp; in pciexfn_declare() local
184 devtyp = pci_devtype_get(mod, dn); in pciexfn_declare()
188 dev_is_pcie = devtyp && (strcmp(devtyp, "pciex") == 0); in pciexfn_declare()
416 char *devtyp; in pci_bridge_declare() local
418 devtyp = pci_devtype_get(mod, din); in pci_bridge_declare()
420 if (devtyp && (strcmp(devtyp, "pciex") == 0)) in pci_bridge_declare()