Searched refs:devtyp (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
182 devtyp = pci_devtype_get(mod, dn);
186 dev_is_pcie = devtyp && (strcmp(devtyp, "pciex") == 0);
414 char *devtyp; local
416 devtyp = pci_devtype_get(mod, din);
418 if (devtyp && (strcmp(devtyp, "pciex") == 0))

Completed in 55 milliseconds