Home
last modified time | relevance | path

Searched refs:EMPTY_STACK (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_subr.c1282 #define EMPTY_STACK(sp) ((sp)->depth == 0) macro
1315 while (!EMPTY_STACK(sp)) { in walk_one_node()
1347 while (!EMPTY_STACK(sp) && in walk_one_node()
1354 if (EMPTY_STACK(sp)) { in walk_one_node()
1382 while (!EMPTY_STACK(&stack)) { in rsrc_walk()
/illumos-gate/usr/src/uts/common/io/
H A Ddevinfo.c134 #define EMPTY_STACK(stack) ((stack)->depth == 0) macro
1763 while (!EMPTY_STACK(dsp)) { in di_copytree()
2062 while (!EMPTY_STACK(dsp)) { in di_copynode()