Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus.c218 char *devtyp, *pdevtyp; in pciexfn_declare() local
234 pdevtyp = pci_devtype_get(mod, pdn); in pciexfn_declare()
238 pdev_is_pcie = pdevtyp && (strcmp(pdevtyp, "pciex") == 0); in pciexfn_declare()