Searched defs:pdevtyp (Results 1 - 1 of 1) sorted by relevance

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

Completed in 45 milliseconds