Searched refs:topo_walk_step (Results 1 – 14 of 14) sorted by relevance
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_snap.c | 444 (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 D | hc.c | 1523 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 D | mapfile-vers | 231 topo_walk_step;
|
H A D | libtopo.h | 92 extern int topo_walk_step(topo_walk_t *, int);
|
/illumos-gate/usr/src/cmd/fm/modules/common/disk-lights/ |
H A D | disk_lights.c | 229 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 D | disk_transport.c | 212 if (topo_walk_step(twp, TOPO_WALK_CHILD) == TOPO_WALK_ERR) { in dt_timeout()
|
/illumos-gate/usr/src/cmd/prtdiag/i386/ |
H A D | smbios.c | 264 (void) topo_walk_step(twp, TOPO_WALK_CHILD); in do_slot_mapping()
|
/illumos-gate/usr/src/cmd/fm/modules/common/sensor-transport/ |
H A D | sensor_transport.c | 332 if (topo_walk_step(twp, TOPO_WALK_CHILD) == TOPO_WALK_ERR) { in st_timeout()
|
/illumos-gate/usr/src/cmd/diskinfo/ |
H A D | diskinfo.c | 235 while ((e = topo_walk_step(wp, TOPO_WALK_CHILD)) == TOPO_WALK_NEXT) in populate_physical()
|
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/ |
H A D | topo_gather.c | 762 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 D | ses_log_transport.c | 1106 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 D | chip_subr.c | 606 err = topo_walk_step(twp, TOPO_WALK_CHILD); in walk_strands()
|
/illumos-gate/usr/src/cmd/fm/fmtopo/common/ |
H A D | fmtopo.c | 1033 if (topo_walk_step(twp, flag) == TOPO_WALK_ERR) { in walk_topo()
|
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | platform.c | 756 if (topo_walk_step(twp, TOPO_WALK_CHILD) == TOPO_WALK_ERR) { in platform_config_snapshot()
|