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

/illumos-gate/usr/src/lib/libscf/common/
H A Dscf_tmpl.c102 #define SCF_WALK_NEXT 0 macro
1153 * the function returns SCF_WALK_NEXT, the next entity is tried.
1189 case SCF_WALK_NEXT:
1227 case SCF_WALK_NEXT:
1263 case SCF_WALK_NEXT:
1334 * Returns SCF_WALK_NEXT for not found, SCF_WALK_ERROR for error,
1356 return (SCF_WALK_NEXT);
1515 if (ret != SCF_WALK_NEXT) {
1536 if (ret != SCF_WALK_NEXT) {
1601 if (ret != SCF_WALK_NEXT) {
[all...]

Completed in 70 milliseconds