Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus.h51 #define PCIEX_DEVICE "pciexdev" macro
H A Dutil.c108 (strcmp(name, PCIEX_DEVICE) == 0)) in tnode_create()
H A Dpcibus_labels.c435 if (strcmp(nm, PCI_DEVICE) != 0 && strcmp(nm, PCIEX_DEVICE) != 0 && in pci_label_cmn()
482 if (strcmp(nm, PCI_DEVICE) != 0 && strcmp(nm, PCIEX_DEVICE) != 0 && in pci_fru_cmn()
H A Ddid_props.c585 strcmp(nm, PCIEX_DEVICE) != 0 && strcmp(nm, PCIEX_BUS) != 0) { in FRU_set()
597 strcmp(nm, PCIEX_DEVICE) == 0 || strcmp(nm, PCIEX_BUS) == 0) { in FRU_set()
701 TOPO_PCI_EXCAP, TOPO_PROP_IMMUTABLE, PCIEX_DEVICE, &err); in EXCAP_set()
H A Dpcibus.c263 if ((ntn = pci_tnode_create(mod, parent, PCIEX_DEVICE, i, dn)) == NULL) in pciexdev_declare()
301 ntn, PCIEX_DEVICE, 0, MAX_PCIBUS_DEVS) < 0) { in pciexbus_declare()
/titanic_50/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_hc.h74 #define PCIEX_DEVICE "pciexdev" macro
H A Dhc.c178 { PCIEX_DEVICE, TOPO_STABILITY_PRIVATE },
/titanic_50/usr/src/lib/fm/topo/modules/sun4v/pcibus/
H A Dpci_sun4v.c145 strcmp(nm, PCIEX_DEVICE) != 0 && in platform_pci_fru()
/titanic_50/usr/src/cmd/prtdiag/i386/
H A Dsmbios.c257 PCIEX_BUS, s->smbl_bus, PCIEX_DEVICE, dev, PCIEX_FUNCTION, func); in do_slot_mapping()