Home
last modified time | relevance | path

Searched refs:pdevtyp (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
183 pdevtyp = pci_devtype_get(mod, pdn); in pciexfn_declare()
187 pdev_is_pcie = pdevtyp && (strcmp(pdevtyp, "pciex") == 0); in pciexfn_declare()