Home
last modified time | relevance | path

Searched refs:topo_walk_step (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_snap.c444 (void) topo_walk_step(twp, TOPO_WALK_CHILD); in topo_snap_hold()
618 status = topo_walk_step(wp, flag); in step_child()
647 status = topo_walk_step(wp, flag); in step_sibling()
695 topo_walk_step(topo_walk_t *wp, int flag) in topo_walk_step() function
H A Dhc.c1523 if (topo_walk_step(hwp->hcw_wp, TOPO_WALK_CHILD) == in hc_fmri_prop_get()
1580 if (topo_walk_step(hwp->hcw_wp, TOPO_WALK_CHILD) == in hc_fmri_pgrp_get()
1651 if (topo_walk_step(hwp->hcw_wp, TOPO_WALK_CHILD) == in hc_fmri_prop_set()
1762 if (topo_walk_step(hwp->hcw_wp, TOPO_WALK_CHILD) == in hc_fmri_present()
1880 if (topo_walk_step(hwp->hcw_wp, TOPO_WALK_CHILD) == in hc_fmri_replaced()
1945 if (topo_walk_step(hwp->hcw_wp, TOPO_WALK_CHILD) == in hc_fmri_unusable()
2062 if (topo_walk_step(hwp->hcw_wp, TOPO_WALK_CHILD) == in hc_fmri_facility()
2143 if (topo_walk_step(hwp->hcw_wp, TOPO_WALK_CHILD) == in hc_fmri_expand()
2205 if (topo_walk_step(hwp->hcw_wp, TOPO_WALK_CHILD) == in hc_fmri_retire_subr()
H A Dmapfile-vers231 topo_walk_step;
H A Dlibtopo.h92 extern int topo_walk_step(topo_walk_t *, int);
/illumos-gate/usr/src/cmd/fm/modules/common/disk-lights/
H A Ddisk_lights.c229 if (topo_walk_step(twp, TOPO_WALK_CHILD) == TOPO_WALK_ERR) { in dl_examine_topo()
/illumos-gate/usr/src/cmd/fm/modules/common/disk-transport/
H A Ddisk_transport.c212 if (topo_walk_step(twp, TOPO_WALK_CHILD) == TOPO_WALK_ERR) { in dt_timeout()
/illumos-gate/usr/src/cmd/prtdiag/i386/
H A Dsmbios.c264 (void) topo_walk_step(twp, TOPO_WALK_CHILD); in do_slot_mapping()
/illumos-gate/usr/src/cmd/diskinfo/
H A Ddiskinfo.c234 while ((e = topo_walk_step(wp, TOPO_WALK_CHILD)) == TOPO_WALK_NEXT) in populate_physical()
/illumos-gate/usr/src/cmd/fm/modules/common/sensor-transport/
H A Dsensor_transport.c332 if (topo_walk_step(twp, TOPO_WALK_CHILD) == TOPO_WALK_ERR) { in st_timeout()
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dtopo_gather.c762 if (topo_walk_step(twp, TOPO_WALK_CHILD) == TOPO_WALK_ERR) { in update_configuration_from_topo()
/illumos-gate/usr/src/cmd/fm/modules/common/ses-log-transport/
H A Dses_log_transport.c1106 if (topo_walk_step(twp, TOPO_WALK_CHILD) == TOPO_WALK_ERR) { in slt_timeout()
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_subr.c606 err = topo_walk_step(twp, TOPO_WALK_CHILD); in walk_strands()
/illumos-gate/usr/src/cmd/fm/fmtopo/common/
H A Dfmtopo.c1033 if (topo_walk_step(twp, flag) == TOPO_WALK_ERR) { in walk_topo()
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dplatform.c756 if (topo_walk_step(twp, TOPO_WALK_CHILD) == TOPO_WALK_ERR) { in platform_config_snapshot()