Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/fm/topo/modules/i86pc/pcibus/
H A Dpci_i86pc.c78 if (strcmp(topo_node_name(ptp), PCIEX_FUNCTION) != 0) in ba_is_2()
107 if (strcmp(topo_node_name(ptp), PCIEX_FUNCTION) != 0) in ba_is_4()
/titanic_50/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus.h52 #define PCIEX_FUNCTION "pciexfn" macro
H A Dpcibus.c174 ptn = find_predecessor(parent, PCIEX_FUNCTION); in pciexfn_declare()
230 if ((ntn = pci_tnode_create(mod, parent, PCIEX_FUNCTION, i, dn)) in pciexfn_declare()
274 ntn, PCIEX_FUNCTION, 0, MAX_PCIDEV_FNS) < 0) { in pciexdev_declare()
H A Ddid_props.c435 strcmp(nm, PCI_FUNCTION) == 0 || strcmp(nm, PCIEX_FUNCTION) == 0 || in ASRU_set()
/titanic_50/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_hc.h75 #define PCIEX_FUNCTION "pciexfn" macro
H A Dhc.c179 { PCIEX_FUNCTION, TOPO_STABILITY_PRIVATE },
/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()