Home
last modified time | relevance | path

Searched refs:TOPO_WALK_ERR (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.c1333 return (TOPO_WALK_ERR); in hc_walker()
1524 TOPO_WALK_ERR) in hc_fmri_prop_get()
1581 TOPO_WALK_ERR) in hc_fmri_pgrp_get()
1652 TOPO_WALK_ERR) in hc_fmri_prop_set()
1763 TOPO_WALK_ERR) in hc_fmri_present()
1881 TOPO_WALK_ERR) in hc_fmri_replaced()
1946 TOPO_WALK_ERR) in hc_fmri_unusable()
2009 ret = TOPO_WALK_ERR; in hc_fac_get()
2063 TOPO_WALK_ERR) in hc_fmri_facility()
2144 TOPO_WALK_ERR) in hc_fmri_expand()
[all …]
H A Dtopo_snap.c702 return (TOPO_WALK_ERR); in topo_walk_step()
769 return (TOPO_WALK_ERR); in topo_walk_bottomup()
774 return (TOPO_WALK_ERR); in topo_walk_bottomup()
H A Dtopo_digraph_xml.c449 return (TOPO_WALK_ERR); in serialize_edge()
676 return (TOPO_WALK_ERR); in serialize_vertex()
689 return (TOPO_WALK_ERR); in serialize_vertex()
700 return (TOPO_WALK_ERR); in serialize_vertex()
825 return (TOPO_WALK_ERR); in edge_cb()
H A Dtopo_digraph.c390 case TOPO_WALK_ERR: in topo_vertex_iter()
477 case TOPO_WALK_ERR: in topo_edge_iter()
H A Dlibtopo.h100 #define TOPO_WALK_ERR -1 macro
H A Dtopo_node.c878 ret = TOPO_WALK_ERR; in topo_node_child_walk()
/illumos-gate/usr/src/cmd/fm/modules/common/disk-transport/
H A Ddisk_transport.c125 return (TOPO_WALK_ERR); in dt_analyze_disk()
130 return (TOPO_WALK_ERR); in dt_analyze_disk()
212 if (topo_walk_step(twp, TOPO_WALK_CHILD) == TOPO_WALK_ERR) { in dt_timeout()
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dtopo_gather.c732 ? TOPO_WALK_ERR : TOPO_WALK_NEXT); in gather_topo_cfg()
735 ? TOPO_WALK_ERR : TOPO_WALK_NEXT); in gather_topo_cfg()
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/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/diskinfo/
H A Ddiskinfo.c237 if (e == TOPO_WALK_ERR) 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/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.c610 if (err == TOPO_WALK_ERR || swdp->err > 0) in walk_strands()
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dplatform.c579 return (TOPO_WALK_ERR); in cfgcollect()
756 if (topo_walk_step(twp, TOPO_WALK_CHILD) == TOPO_WALK_ERR) { in platform_config_snapshot()
/illumos-gate/usr/src/cmd/fm/fmtopo/common/
H A Dfmtopo.c1033 if (topo_walk_step(twp, flag) == TOPO_WALK_ERR) { in walk_topo()