Searched defs:SCF_WALK_ERROR (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libscf/common/
H A Dscf_tmpl.c100 #define SCF_WALK_ERROR -1 macro
1148 * If the function returns SCF_WALK_ERROR, the walk is ended. If
1209 case SCF_WALK_ERROR:
1244 case SCF_WALK_ERROR:
1280 case SCF_WALK_ERROR:
1330 * Returns SCF_WALK_NEXT for not found, SCF_WALK_ERROR for error,
1334 * Sets scf_error() if SCF_WALK_ERROR is returned to _BACKEND_ACCESS,
1362 return (SCF_WALK_ERROR);
1632 if (ret == SCF_WALK_ERROR)
1640 * Returns SCF_WALK_ERROR, SCF_WALK_NEX
[all...]

Completed in 32 milliseconds