Searched refs:topo_node_parent (Results 1 - 20 of 20) sorted by relevance
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/pcibus/common/ |
H A D | pci_i86pc.c | 88 if ((ptp = topo_node_parent(ptp)) == NULL) 117 if ((ptp = topo_node_parent(ptp)) == NULL)
|
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/chip/common/ |
H A D | chip_label.c | 211 chip = topo_node_parent(topo_node_parent(node)); 291 chip = topo_node_parent(topo_node_parent(node)); 693 chip = topo_node_parent(topo_node_parent(topo_node_parent(node))); 694 chan = topo_node_parent(node); 745 chip = topo_node_parent(topo_node_parent(nod [all...] |
H A D | chip_subr.c | 396 dimmnode = topo_node_parent(node); 505 topo_node_parent(node) == topo_node_parent(swdp->parent))
|
/osnet-11/usr/src/lib/fm/topo/modules/sun4u/pcibus/common/ |
H A D | pci_sun4u.c | 111 if (((tp = topo_node_parent(tp)) == NULL) ||
|
/osnet-11/usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/common/ |
H A D | fac_prov_ipmi.c | 804 if (check_bay_empty(mod, topo_node_parent(node), &empty) < 0) { 1048 if (check_bay_empty(mod, topo_node_parent(node), &empty) < 0) { 1821 refnode = topo_node_parent(node); 1833 inst1 = topo_node_instance(topo_node_parent(refnode)) 1898 dimm = topo_node_parent(node); 1902 chip = topo_node_parent(topo_node_parent(dimm)); 1961 cs = topo_node_parent(node); 1962 chip = topo_node_parent(topo_node_parent(topo_node_paren [all...] |
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/x86pi/common/ |
H A D | x86pi_hostbridge.c | 101 tnode_t *tn_bb = topo_node_parent(tn_hbr); 163 tnode_t *tn_bb = topo_node_parent(tn_hbr);
|
/osnet-11/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | pcibus_labels.c | 304 anode = topo_node_parent(node); 315 anode = topo_node_parent(anode); 319 apnode = topo_node_parent(anode);
|
H A D | did_props.c | 503 tnode_t *pnode = topo_node_parent(tn); 506 pnode = topo_node_parent(pnode); 520 if ((pnode = topo_node_parent(pnode)) == NULL) 540 if ((pnode = topo_node_parent(pnode)) == NULL) 571 (strcmp(topo_node_name(topo_node_parent(tn)), PCIEX_ROOT) == 0)) { 639 (strcmp(topo_node_name(topo_node_parent(tn)), PCIEX_ROOT) == 0)) {
|
H A D | pcibus.c | 646 if ((hbtn = topo_node_parent(ptn)) != NULL)
|
/osnet-11/usr/src/lib/fm/topo/modules/common/ipmi/common/ |
H A D | ipmi_methods.c | 197 if (topo_node_resource(topo_node_parent(node), &fru, &err) != 0)
|
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/pcibus/common/ |
H A D | pci_sun4v.c | 202 while ((parent = topo_node_parent(top)) != NULL) {
|
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/common/ |
H A D | pi_meth.c | 167 topo_node_parent(node) == topo_node_parent(swdp->parent))
|
/osnet-11/usr/src/lib/fm/topo/modules/common/bay/common/ |
H A D | bay_fac.c | 135 bp = (bay_t *)topo_node_getspecific(topo_node_parent(tn));
|
/osnet-11/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_mod.c | 995 parent = topo_node_parent(tnodep); 1003 tnp = topo_node_parent(tnp);
|
H A D | libtopo.h | 142 extern tnode_t *topo_node_parent(tnode_t *);
|
H A D | topo_node.c | 251 topo_node_parent(tnode_t *node) function
|
H A D | topo_snap.c | 773 pnp = topo_node_parent(cnp);
|
H A D | hc.c | 1315 tnode_t *pnp = topo_node_parent(node); 2227 pnp = topo_node_parent(pnp);
|
/osnet-11/usr/src/lib/fm/topo/modules/common/usb/common/ |
H A D | usb.c | 954 ptn = topo_node_parent(ptn); 1259 tnode_t *pnode = topo_node_parent(tn);
|
/osnet-11/usr/src/lib/fm/topo/modules/common/ses/common/ |
H A D | ses.c | 1375 } else if (topo_prop_get_uint32(topo_node_parent(node), 2424 topo_node_parent(exptn),
|
Completed in 64 milliseconds