Searched refs:TOPO_WALK_ERR (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/disk-transport/
H A Ddisk_transport.c126 return (TOPO_WALK_ERR);
131 return (TOPO_WALK_ERR);
208 if (topo_walk_step(twp, TOPO_WALK_CHILD) == TOPO_WALK_ERR) {
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.c1368 return (TOPO_WALK_ERR);
1384 return (TOPO_WALK_ERR);
1396 return (TOPO_WALK_ERR);
1418 return (TOPO_WALK_ERR);
1433 return (TOPO_WALK_ERR);
1449 return (TOPO_WALK_ERR);
1575 TOPO_WALK_ERR)
1632 TOPO_WALK_ERR)
1703 TOPO_WALK_ERR)
1814 TOPO_WALK_ERR)
[all...]
H A Dtopo_snap.c54 * TOPO_WALK_TERMINATE or TOPO_WALK_ERR. TOPO_WALK_NEXT will continue the walk.
632 return (TOPO_WALK_ERR);
699 return (TOPO_WALK_ERR);
704 return (TOPO_WALK_ERR);
H A Dlibtopo.h79 #define TOPO_WALK_ERR -1 macro
H A Dtopo_node.c862 ret = TOPO_WALK_ERR;
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dtopo_gather.c732 ? TOPO_WALK_ERR : TOPO_WALK_NEXT);
735 ? TOPO_WALK_ERR : TOPO_WALK_NEXT);
762 if (topo_walk_step(twp, TOPO_WALK_CHILD) == TOPO_WALK_ERR) {
/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) {
/illumos-gate/usr/src/cmd/fm/modules/common/sensor-transport/
H A Dsensor_transport.c322 if (topo_walk_step(twp, TOPO_WALK_CHILD) == TOPO_WALK_ERR) {
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
H A Dpi_meth.c220 if (err == TOPO_WALK_ERR || swdp->err > 0)
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_subr.c608 if (err == TOPO_WALK_ERR || swdp->err > 0)
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dplatform.c579 return (TOPO_WALK_ERR);
756 if (topo_walk_step(twp, TOPO_WALK_CHILD) == TOPO_WALK_ERR) {
/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) {
/illumos-gate/usr/src/cmd/fm/fmtopo/common/
H A Dfmtopo.c988 if (topo_walk_step(twp, flag) == TOPO_WALK_ERR) {

Completed in 73 milliseconds