Symbol: topo_node_getspecific
usr/src/lib/fm/topo/libtopo/common/topo_mod.h
254
extern void *topo_node_getspecific(tnode_t *);
usr/src/lib/fm/topo/modules/common/ipmi/ipmi_enum.c
104
ep = topo_node_getspecific(tn);
usr/src/lib/fm/topo/modules/common/pcibus/did.c
436
pd = hd = did_find(mod, topo_node_getspecific(head));
usr/src/lib/fm/topo/modules/common/pcibus/pcibus.c
155
di = topo_node_getspecific(bus);
usr/src/lib/fm/topo/modules/common/pcibus/pcibus.c
229
pdn = topo_node_getspecific(ptn);
usr/src/lib/fm/topo/modules/common/pcibus/pcibus.c
570
dp = did_find(mod, topo_node_getspecific(bus));
usr/src/lib/fm/topo/modules/common/pcibus/pcibus.c
813
if ((pdn = topo_node_getspecific(ptn)) == DI_NODE_NIL) {
usr/src/lib/fm/topo/modules/common/pcibus/pcibus_labels.c
276
topo_node_getspecific(anode));
usr/src/lib/fm/topo/modules/common/pcibus/pcibus_labels.c
280
topo_node_getspecific(apnode));
usr/src/lib/fm/topo/modules/common/pcibus/pcibus_labels.c
451
pdp = did_find(mod, topo_node_getspecific(pnode));
usr/src/lib/fm/topo/modules/common/pcibus/pcibus_labels.c
494
pdp = did_find(mod, topo_node_getspecific(pnode));
usr/src/lib/fm/topo/modules/common/ses/ses.c
1045
ses_enum_target_t *tp = topo_node_getspecific(tn);
usr/src/lib/fm/topo/modules/common/ses/ses.c
3771
if ((stp = topo_node_getspecific(tn)) != NULL) {
usr/src/lib/fm/topo/modules/common/ses/ses.c
955
ses_enum_target_t *tp = topo_node_getspecific(tn);
usr/src/lib/fm/topo/modules/common/ses/ses_facility.c
150
ses_enum_target_t *tp = topo_node_getspecific(tn);
usr/src/lib/fm/topo/modules/common/ses/ses_facility.c
469
ses_enum_target_t *stp = topo_node_getspecific(pnode);
usr/src/lib/fm/topo/modules/i86pc/pcibus/pci_i86pc.c
109
pdp = did_find(mod, topo_node_getspecific(ptp));
usr/src/lib/fm/topo/modules/i86pc/pcibus/pci_i86pc.c
119
pdp = did_find(mod, topo_node_getspecific(ptp));
usr/src/lib/fm/topo/modules/i86pc/pcibus/pci_i86pc.c
80
pdp = did_find(mod, topo_node_getspecific(ptp));
usr/src/lib/fm/topo/modules/i86pc/pcibus/pci_i86pc.c
90
pdp = did_find(mod, topo_node_getspecific(ptp));