Searched refs:PCIEX_FUNCTION (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/pcibus/ |
H A D | pci_i86pc.c | 78 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()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | pcibus.h | 50 #define PCIEX_FUNCTION "pciexfn" macro
|
H A D | pcibus.c | 223 ptn = find_predecessor(parent, PCIEX_FUNCTION); in pciexfn_declare() 279 if ((ntn = pci_tnode_create(mod, parent, PCIEX_FUNCTION, i, dn)) in pciexfn_declare() 339 ntn, PCIEX_FUNCTION, 0, MAX_PCIDEV_FNS) < 0) { in pciexdev_declare()
|
H A D | did_props.c | 474 strcmp(nm, PCI_FUNCTION) == 0 || strcmp(nm, PCIEX_FUNCTION) == 0 || in ASRU_set()
|
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_hc.h | 81 #define PCIEX_FUNCTION "pciexfn" macro
|
H A D | hc.c | 191 { PCIEX_FUNCTION, TOPO_STABILITY_PRIVATE },
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/disk/ |
H A D | disk_nvme.c | 545 if (strcmp(pname, PCIEX_FUNCTION) == 0) { in make_nvme_node() 574 if (strcmp(topo_node_name(nvme_info->nei_parent), PCIEX_FUNCTION) == 0) in make_nvme_node()
|
/illumos-gate/usr/src/cmd/prtdiag/i386/ |
H A D | smbios.c | 257 PCIEX_BUS, s->smbl_bus, PCIEX_DEVICE, dev, PCIEX_FUNCTION, func); in do_slot_mapping()
|