Home
last modified time | relevance | path

Searched refs:topo_node_parent (Results 1 – 20 of 20) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_label.c214 chip = topo_node_parent(topo_node_parent(node)); in simple_dimm_label_mp()
294 chip = topo_node_parent(topo_node_parent(node)); in seq_dimm_label()
696 chip = topo_node_parent(topo_node_parent(topo_node_parent(node))); in simple_cs_label_mp()
697 chan = topo_node_parent(node); in simple_cs_label_mp()
748 chip = topo_node_parent(topo_node_parent(node)); in g4_dimm_label()
811 chip = topo_node_parent(topo_node_parent(node)); in g12f_dimm_label()
H A Dchip_subr.c403 dimmnode = topo_node_parent(node); in fmri_replaced()
540 topo_node_parent(node) == topo_node_parent(swdp->parent)) in strand_walker()
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/pcibus/
H A Dpci_i86pc.c88 if ((ptp = topo_node_parent(ptp)) == NULL) in ba_is_2()
117 if ((ptp = topo_node_parent(ptp)) == NULL) in ba_is_4()
/illumos-gate/usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/
H A Dfac_prov_ipmi.c373 pnode = topo_node_parent(node); in ipmi_sensor_state()
502 pnode = topo_node_parent(node); in ipmi_sensor_reading()
1891 refnode = topo_node_parent(node); in ipmi_entity()
1903 inst1 = topo_node_instance(topo_node_parent(refnode)) in ipmi_entity()
1968 dimm = topo_node_parent(node); in dimm_ipmi_entity()
1972 chip = topo_node_parent(topo_node_parent(dimm)); in dimm_ipmi_entity()
2031 cs = topo_node_parent(node); in cs_ipmi_entity()
2032 chip = topo_node_parent(topo_node_parent(topo_node_parent(cs))); in cs_ipmi_entity()
2033 chan = topo_node_parent(cs); in cs_ipmi_entity()
2039 chip = topo_node_parent(topo_node_parent(topo_node_parent(cs))); in cs_ipmi_entity()
[all …]
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_hostbridge.c104 tnode_t *tn_bb = topo_node_parent(tn_hbr); in pciex_process()
166 tnode_t *tn_bb = topo_node_parent(tn_hbr); in pci_process()
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus_labels.c262 anode = topo_node_parent(node); in pci_slot_label_lookup()
273 anode = topo_node_parent(anode); in pci_slot_label_lookup()
277 apnode = topo_node_parent(anode); in pci_slot_label_lookup()
H A Ddid_props.c543 tnode_t *pnode = topo_node_parent(tn); in find_predecessor()
546 pnode = topo_node_parent(pnode); in find_predecessor()
560 if ((pnode = topo_node_parent(pnode)) == NULL) in use_predecessor_fru()
580 if ((pnode = topo_node_parent(pnode)) == NULL) in use_predecessor_label()
611 (strcmp(topo_node_name(topo_node_parent(tn)), PCIEX_ROOT) == 0)) { in FRU_set()
678 (strcmp(topo_node_name(topo_node_parent(tn)), PCIEX_ROOT) == 0)) { in label_set()
H A Dpci_sensor.c89 tnode_t *parent = topo_node_parent(dev); in pci_create_dev_sensors()
H A Dpcibus.c808 if ((hbtn = topo_node_parent(ptn)) != NULL) in pciexbus_enum()
/illumos-gate/usr/src/cmd/diskinfo/
H A Ddiskinfo.c146 for (tnode_t *pnp = topo_node_parent(np); pnp != NULL; in disk_walker()
147 pnp = topo_node_parent(pnp)) { in disk_walker()
/illumos-gate/usr/src/lib/fm/topo/modules/common/ipmi/
H A Dipmi_methods.c198 if (topo_node_resource(topo_node_parent(node), &fru, &err) != 0) in ipmi_fru_fmri()
/illumos-gate/usr/src/cmd/fm/modules/common/disk-lights/
H A Ddisk_lights.c183 (pnode = topo_node_parent(node)) == NULL || in dl_fault_walk_outer()
/illumos-gate/usr/src/lib/fm/topo/modules/common/fac_prov_ahci/
H A Dfac_prov_ahci.c172 tnode_t *pnode = topo_node_parent(node); in ahci_led_mode()
/illumos-gate/usr/src/lib/fm/topo/modules/common/fac_prov_mptsas/
H A Dfac_prov_mptsas.c124 tnode_t *pnode = topo_node_parent(node); in mptsas_led_mode()
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dmapfile-vers168 topo_node_parent;
H A Dlibtopo.h169 extern tnode_t *topo_node_parent(tnode_t *);
H A Dtopo_snap.c682 pnp = topo_node_parent(cnp); in topo_walk_bysibling()
H A Dtopo_node.c263 topo_node_parent(tnode_t *node) in topo_node_parent() function
H A Dhc.c1263 tnode_t *pnp = topo_node_parent(node); in hc_walk_sibling()
/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/
H A Dses.c2220 topo_node_parent(exptn), in ses_create_esc_sasspecific()